summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I2015-04-14-0/+21
* dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I2015-04-14-7/+22
* usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-14-89/+42
* include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I2015-04-14-7/+27
* usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I2015-04-14-136/+27
* dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I2015-04-14-0/+22
* dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I2015-04-14-9/+30
* dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-14-166/+52
* include: dwc3-uboot: add a structure for populating platform dataKishon Vijay Abraham I2015-04-14-0/+40
* usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I2015-04-14-196/+40
* include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e...Kishon Vijay Abraham I2015-04-14-0/+9
* usb: dwc3: ep0: make dwc3 ep0 build in ubootKishon Vijay Abraham I2015-04-14-12/+27
* include: asm: types: add resource_size_t typeKishon Vijay Abraham I2015-04-14-0/+1
* usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I2015-04-14-163/+125
* usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiyKishon Vijay Abraham I2015-04-14-0/+30
* arm: asm: dma-mapping: added dma_free_coherent APIKishon Vijay Abraham I2015-04-14-0/+7
* usb: dwc3: remove pm related operations from dwc3 driverKishon Vijay Abraham I2015-04-14-223/+5
* usb: dwc3: fix dwc3 header filesKishon Vijay Abraham I2015-04-14-14/+23
* usb: dwc3: remove trace_* APIs from dwc3 driverKishon Vijay Abraham I2015-04-14-80/+29
* usb: dwc3: Modify the file headers to u-boot formatKishon Vijay Abraham I2015-04-14-58/+45
* usb: dwc3: remove un-used files from dwc3 folderKishon Vijay Abraham I2015-04-14-2741/+0
* usb: dwc3: add dwc3 folder from linux kernel to u-bootKishon Vijay Abraham I2015-04-14-0/+9679
* include: asm: dma-mapping: get rid of the compilation warning in udc-coreKishon Vijay Abraham I2015-04-14-1/+1
* usb: gadget: udc: make udc-core compile in u-boot buildKishon Vijay Abraham I2015-04-14-309/+26
* include: usb: modify gadget.h to include udc supportKishon Vijay Abraham I2015-04-14-0/+43
* usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I2015-04-14-0/+641
* ARM: AM43xx: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I2015-04-14-5/+30
* ARM: DRA7: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I2015-04-14-7/+21
* usb: dwc2: retry NAK'd interrupt transfersStephen Warren2015-04-14-6/+19
* usb: dwc2: implement interrupt transfersStephen Warren2015-04-14-3/+2
* usb: dwc2: correctly program hcchar for LS devicesStephen Warren2015-04-14-9/+12
* ARM: bcm2835: use phys_to_bus() for mboxStephen Warren2015-04-14-2/+3
* usb: dwc2: detect device speed correctlyStephen Warren2015-04-14-1/+8
* usb: dwc2: use phys_to_bus/bus_to_physStephen Warren2015-04-14-1/+3
* ARM: bcm2835: implement phys_to_bus/bus_to_physStephen Warren2015-04-14-1/+26
* Create API to map between CPU physical and bus addressesStephen Warren2015-04-14-0/+33
* usb: dwc2: fix bulk transfersStephen Warren2015-04-14-9/+13
* usb: dwc2: remove restriction on buffer lengthStephen Warren2015-04-14-9/+3
* usb: dwc2: fix aligned buffer usageStephen Warren2015-04-14-6/+8
* usb: dwc2: simplify wait_for_chhltdStephen Warren2015-04-14-4/+2
* usb: dwc2: remove control_data_toggle[]Stephen Warren2015-04-14-8/+4
* usb: dwc2: usb chunk_msg() for control transfers tooStephen Warren2015-04-14-95/+19
* usb: dwc2: refactor submit_bulk_msg to be commonStephen Warren2015-04-14-16/+39
* usb: dwc2: unify waiting for transfer completionStephen Warren2015-04-14-107/+60
* usb: hub: allow pgood_delay to be specified via envTim Harvey2015-04-14-0/+8
* usb: fix first descriptor fetch error handlingStephen Warren2015-04-14-1/+16
* usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski2015-04-14-1/+4
* usb: Check usb_new_device for failurePaul Kocialkowski2015-04-14-4/+10
* usb: usb_new_device return codes consistencyPaul Kocialkowski2015-04-14-29/+29
* usb_storage:Fix USB storage capacity detection on 64 bit architecturesSergey Temerkhanov2015-04-14-21/+23