aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-14board: ti: AM43xx: added USB initializtion codeKishon Vijay Abraham I2-0/+117
2015-04-14include: configs: Enable DWC3 and DFU in DRA7xxKishon Vijay Abraham I2-0/+68
2015-04-14board: ti: DRA7: added USB initializtion codeKishon Vijay Abraham I2-0/+121
2015-04-14common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I2-0/+7
2015-04-14usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I2-2/+4
2015-04-14usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I3-33/+6
2015-04-14usb: dwc3: Add chained TRB support for ep0Kishon Vijay Abraham I2-19/+55
2015-04-14usb: dwc3: ep0: preparation for implementing chained TRBKishon Vijay Abraham I1-8/+12
2015-04-14dwc3: flush the buffers before using itKishon Vijay Abraham I4-3/+27
2015-04-14usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I2-0/+331
2015-04-14usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I2-0/+21
2015-04-14dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I2-7/+22
2015-04-14usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2-89/+42
2015-04-14include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I2-7/+27
2015-04-14usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I2-136/+27
2015-04-14dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I2-0/+22
2015-04-14dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I3-9/+30
2015-04-14dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I1-166/+52
2015-04-14include: dwc3-uboot: add a structure for populating platform dataKishon Vijay Abraham I1-0/+40
2015-04-14usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I3-196/+40
2015-04-14include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e...Kishon Vijay Abraham I1-0/+9
2015-04-14usb: dwc3: ep0: make dwc3 ep0 build in ubootKishon Vijay Abraham I3-12/+27
2015-04-14include: asm: types: add resource_size_t typeKishon Vijay Abraham I1-0/+1
2015-04-14usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I5-163/+125
2015-04-14usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiyKishon Vijay Abraham I1-0/+30
2015-04-14arm: asm: dma-mapping: added dma_free_coherent APIKishon Vijay Abraham I1-0/+7
2015-04-14usb: dwc3: remove pm related operations from dwc3 driverKishon Vijay Abraham I4-223/+5
2015-04-14usb: dwc3: fix dwc3 header filesKishon Vijay Abraham I3-14/+23
2015-04-14usb: dwc3: remove trace_* APIs from dwc3 driverKishon Vijay Abraham I4-80/+29
2015-04-14usb: dwc3: Modify the file headers to u-boot formatKishon Vijay Abraham I7-58/+45
2015-04-14usb: dwc3: remove un-used files from dwc3 folderKishon Vijay Abraham I13-2741/+0
2015-04-14usb: dwc3: add dwc3 folder from linux kernel to u-bootKishon Vijay Abraham I21-0/+9679
2015-04-14include: asm: dma-mapping: get rid of the compilation warning in udc-coreKishon Vijay Abraham I1-1/+1
2015-04-14usb: gadget: udc: make udc-core compile in u-boot buildKishon Vijay Abraham I1-309/+26
2015-04-14include: usb: modify gadget.h to include udc supportKishon Vijay Abraham I1-0/+43
2015-04-14usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I2-0/+641
2015-04-14ARM: AM43xx: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I3-5/+30
2015-04-14ARM: DRA7: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I3-7/+21
2015-04-14usb: dwc2: retry NAK'd interrupt transfersStephen Warren1-6/+19
2015-04-14usb: dwc2: implement interrupt transfersStephen Warren1-3/+2
2015-04-14usb: dwc2: correctly program hcchar for LS devicesStephen Warren1-9/+12
2015-04-14ARM: bcm2835: use phys_to_bus() for mboxStephen Warren1-2/+3
2015-04-14usb: dwc2: detect device speed correctlyStephen Warren2-1/+8
2015-04-14usb: dwc2: use phys_to_bus/bus_to_physStephen Warren1-1/+3
2015-04-14ARM: bcm2835: implement phys_to_bus/bus_to_physStephen Warren3-1/+26
2015-04-14Create API to map between CPU physical and bus addressesStephen Warren2-0/+33
2015-04-14usb: dwc2: fix bulk transfersStephen Warren1-9/+13
2015-04-14usb: dwc2: remove restriction on buffer lengthStephen Warren1-9/+3
2015-04-14usb: dwc2: fix aligned buffer usageStephen Warren1-6/+8
2015-04-14usb: dwc2: simplify wait_for_chhltdStephen Warren1-4/+2