summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: gadget: UMS: Invoke board specific USB cleanup interfaceInha Song2015-04-141-0/+1
* | usb: board: goni: Add default board_usb_cleanup() definition for Goni boardLukasz Majewski2015-04-141-0/+5
* | usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCsLukasz Majewski2015-04-141-0/+6
* | usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-1415-25/+25
* | include: configs: Enable DWC3 and DFU in AM43xxKishon Vijay Abraham I2015-04-141-1/+57
* | board: ti: AM43xx: added USB initializtion codeKishon Vijay Abraham I2015-04-142-0/+117
* | include: configs: Enable DWC3 and DFU in DRA7xxKishon Vijay Abraham I2015-04-142-0/+68
* | board: ti: DRA7: added USB initializtion codeKishon Vijay Abraham I2015-04-142-0/+121
* | common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I2015-04-142-0/+7
* | usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I2015-04-142-2/+4
* | usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I2015-04-143-33/+6
* | usb: dwc3: Add chained TRB support for ep0Kishon Vijay Abraham I2015-04-142-19/+55
* | usb: dwc3: ep0: preparation for implementing chained TRBKishon Vijay Abraham I2015-04-141-8/+12
* | dwc3: flush the buffers before using itKishon Vijay Abraham I2015-04-144-3/+27
* | usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I2015-04-142-0/+331
* | usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I2015-04-142-0/+21
* | dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I2015-04-142-7/+22
* | usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-142-89/+42
* | include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I2015-04-142-7/+27
* | usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I2015-04-142-136/+27
* | dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I2015-04-142-0/+22
* | dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I2015-04-143-9/+30
* | dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-141-166/+52
* | include: dwc3-uboot: add a structure for populating platform dataKishon Vijay Abraham I2015-04-141-0/+40
* | usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I2015-04-143-196/+40
* | include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e...Kishon Vijay Abraham I2015-04-141-0/+9
* | usb: dwc3: ep0: make dwc3 ep0 build in ubootKishon Vijay Abraham I2015-04-143-12/+27
* | include: asm: types: add resource_size_t typeKishon Vijay Abraham I2015-04-141-0/+1
* | usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I2015-04-145-163/+125
* | usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiyKishon Vijay Abraham I2015-04-141-0/+30
* | arm: asm: dma-mapping: added dma_free_coherent APIKishon Vijay Abraham I2015-04-141-0/+7
* | usb: dwc3: remove pm related operations from dwc3 driverKishon Vijay Abraham I2015-04-144-223/+5
* | usb: dwc3: fix dwc3 header filesKishon Vijay Abraham I2015-04-143-14/+23
* | usb: dwc3: remove trace_* APIs from dwc3 driverKishon Vijay Abraham I2015-04-144-80/+29
* | usb: dwc3: Modify the file headers to u-boot formatKishon Vijay Abraham I2015-04-147-58/+45
* | usb: dwc3: remove un-used files from dwc3 folderKishon Vijay Abraham I2015-04-1413-2741/+0
* | usb: dwc3: add dwc3 folder from linux kernel to u-bootKishon Vijay Abraham I2015-04-1421-0/+9679
* | include: asm: dma-mapping: get rid of the compilation warning in udc-coreKishon Vijay Abraham I2015-04-141-1/+1
* | usb: gadget: udc: make udc-core compile in u-boot buildKishon Vijay Abraham I2015-04-141-309/+26
* | include: usb: modify gadget.h to include udc supportKishon Vijay Abraham I2015-04-141-0/+43
* | usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I2015-04-142-0/+641
* | ARM: AM43xx: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I2015-04-143-5/+30
* | ARM: DRA7: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I2015-04-143-7/+21
* | usb: dwc2: retry NAK'd interrupt transfersStephen Warren2015-04-141-6/+19
* | usb: dwc2: implement interrupt transfersStephen Warren2015-04-141-3/+2
* | usb: dwc2: correctly program hcchar for LS devicesStephen Warren2015-04-141-9/+12
* | ARM: bcm2835: use phys_to_bus() for mboxStephen Warren2015-04-141-2/+3
* | usb: dwc2: detect device speed correctlyStephen Warren2015-04-142-1/+8
* | usb: dwc2: use phys_to_bus/bus_to_physStephen Warren2015-04-141-1/+3
* | ARM: bcm2835: implement phys_to_bus/bus_to_physStephen Warren2015-04-143-1/+26
OpenPOWER on IntegriCloud