summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | ARM: i.MX: tqma53: remove cpu_to_be32( from imx scriptSascha Hauer2014-09-011-54/+54
* | EFI: fix error handling in efi_get_boot()Michael Olbrich2014-09-011-1/+1
* | readline: Fix history prev when history is emptySascha Hauer2014-09-011-1/+5
|/
* Merge branch 'for-next/usb-host'Sascha Hauer2014-08-0722-739/+4705
|\
| * usb: ehci: use linux-way ehci_readl and ehci_writelAntony Pavlov2014-07-281-8/+11
| * USB: host: add xHCI PCI driverSebastian Hesselbarth2014-07-283-0/+53
| * USB: host: add xHCI HCD, Hub, and platform driverSebastian Hesselbarth2014-07-286-0/+3480
| * include: import {lower,upper}_32_bits helpersSebastian Hesselbarth2014-07-281-0/+16
| * USB: EHCI: use min3 from LinuxSebastian Hesselbarth2014-07-282-11/+19
| * USB: improve error paths and tear-downSebastian Hesselbarth2014-07-283-27/+41
| * USB: Count detected USB devices independent of dev_indexSebastian Hesselbarth2014-07-281-1/+4
| * USB: Fix stale usb devices in usb_device_listSebastian Hesselbarth2014-07-281-0/+1
| * USB: remove redundant defines from usb_defs.hSebastian Hesselbarth2014-07-241-117/+0
| * USB: Use descriptors from ch11.hSebastian Hesselbarth2014-07-243-33/+8
| * USB: EHCI: use descriptor length fieldsSebastian Hesselbarth2014-07-241-3/+3
| * USB: EHCI: make use of defines for descriptorsSebastian Hesselbarth2014-07-241-52/+52
| * USB: EHCI: reuse ch9.h config and interface descriptorsSebastian Hesselbarth2014-07-242-27/+2
| * USB: Move FooRequest defines and add class requestsSebastian Hesselbarth2014-07-242-16/+26
| * USB: fix PowerPowerCtrlMask assignmentSebastian Hesselbarth2014-07-241-1/+1
| * USB: fixup usb_hub_descriptor length nameSebastian Hesselbarth2014-07-241-1/+1
| * USB: reduce USB_MAXCHILDREN on imported ch11.hSebastian Hesselbarth2014-07-241-1/+3
| * USB: import ch11.h from LinuxSebastian Hesselbarth2014-07-241-0/+277
| * USB: host: drop force rescanSascha Hauer2014-07-184-37/+19
| * USB: host: detect port change only once in usb_hub_configure_portSascha Hauer2014-07-181-2/+8
| * USB: host: implement usb_remove_deviceSascha Hauer2014-07-183-0/+21
| * USB: host: hub: only configure hub onceSascha Hauer2014-07-181-1/+8
| * USB: host: factor out port configuration to separate functionSascha Hauer2014-07-181-51/+74
| * USB: host: hub: Use usb_hub_power_on from U-BootSascha Hauer2014-07-181-1/+18
| * USB: host: hub: Use dev_dbgSascha Hauer2014-07-181-48/+40
| * USB: host: fixup USB device hierarchySascha Hauer2014-07-182-2/+2
| * USB: host: hub: Turn into a driverSascha Hauer2014-07-185-415/+460
| * USB: host: simplify usb_new_deviceSascha Hauer2014-07-181-18/+5
| * commands: usb: add tree view capabilityAntony Pavlov2014-07-183-4/+106
| * USB: i.MX chipidea: Implement OTG support for the poorSascha Hauer2014-07-182-9/+93
* | Merge branch 'for-next/usb-gadget'Sascha Hauer2014-08-0743-1454/+4950
|\ \
| * | Documentation: Add documentation for Fastboot and Composite Multifunction GadgetSascha Hauer2014-07-241-0/+48
| * | Documentation: Add documentation for USB serial consoleSascha Hauer2014-07-241-0/+7
| * | USB: gadget: fsl_udc: Be more tolerant in fsl_ep_dequeueSascha Hauer2014-07-241-1/+1
| * | USB: gadget: Add a multi function gadgetSascha Hauer2014-07-246-1/+380
| * | USB: gadget: Add Android fastboot supportSascha Hauer2014-07-244-1/+908
| * | Add release stringSascha Hauer2014-07-222-0/+5
| * | USB: gadget: DFU: drop app idle stateSascha Hauer2014-07-221-40/+2
| * | USB: gadget: DFU: register as USB functionSascha Hauer2014-07-223-54/+107
| * | USB: gadget: DFU: return -EINTR when interruptedSascha Hauer2014-07-221-1/+8
| * | USB: gadget: DFU: free resources when usb_gadget_poll failsSascha Hauer2014-07-221-1/+1
| * | USB: gadget: DFU: use usb_gstrings_attachSascha Hauer2014-07-221-10/+10
| * | USB: gadget: DFU: Move stuff to dfu_bindSascha Hauer2014-07-221-38/+36
| * | Add function to parse a string in dfu formatSascha Hauer2014-07-228-121/+196
| * | USB: gadget: DFU: Move locally used defines/structs to dfu driverSascha Hauer2014-07-222-67/+66
| * | USB: gadget: DFU: Use usb_assign_descriptors/usb_free_all_descriptorsSascha Hauer2014-07-221-15/+7