summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass2015-04-182-0/+28
* dm: usb: Bind generic USB devices when there is no driverSimon Glass2015-04-181-1/+17
* dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass2015-04-181-2/+204
* dm: usb: Add driver model support to EHCISimon Glass2015-04-182-4/+127
* dm: usb: Change ehci_reset() to use a pointerSimon Glass2015-04-181-9/+8
* dm: usb: Drop the EHCI weak functionsSimon Glass2015-04-185-94/+139
* dm: usb: Refactor EHCI initSimon Glass2015-04-182-51/+72
* dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass2015-04-181-17/+37
* dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass2015-04-183-6/+6
* dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass2015-04-184-8/+7
* dm: usb: tegra: Drop use of global controller variableSimon Glass2015-04-181-7/+9
* dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass2015-04-183-4/+7
* dm: usb: tegra: Store the controller type explicitlySimon Glass2015-04-181-6/+24
* dm: usb: Allow ECHI to hold private data for the controllerSimon Glass2015-04-182-0/+31
* dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass2015-04-184-7/+9
* dm: usb: Move all the EHCI weak functions together and declare themSimon Glass2015-04-182-11/+17
* dm: usb: Add a uclass for USB controllersSimon Glass2015-04-184-1/+413
* ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I2015-04-161-16/+0
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-04-161-39/+6
|\
| * sunxi: common VBUS detection logic in usbcPaul Kocialkowski2015-04-151-29/+6
| * sunxi: usb: Drop AXP-sepcific VBUS detection and drive logicPaul Kocialkowski2015-04-151-29/+19
* | fastboot: add support for reboot-bootloader commandAlexey Firago2015-04-141-0/+13
* | usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski2015-04-141-0/+3
* | usb: dwc3: Correct clean up code for requestsLukasz Majewski2015-04-141-24/+14
* | usb: dwc3: gadget: Set non EP0 max packet limit to 512BLukasz Majewski2015-04-141-1/+1
* | usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be...Lukasz Majewski2015-04-141-13/+2
* | usb: dwc3: optimize interrupt loopMarek Szyprowski2015-04-142-9/+13
* | usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driverMarek Szyprowski2015-04-142-1/+31
* | usb: dwc3: add a workaround for too small OUT requestsMarek Szyprowski2015-04-141-0/+8
* | usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim2015-04-142-2/+1
* | usb: dwc3: Remove BIT(x) macro from DWC3's gadget codeLukasz Majewski2015-04-142-2/+2
* | usb: composite: Add .reset callback to usb_gadget_driver structureLukasz Majewski2015-04-141-0/+1
* | usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-149-15/+15
* | 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-142-33/+4
* | 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-141-0/+309
* | usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I2015-04-141-0/+20
* | dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I2015-04-141-6/+20
* | usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-141-89/+39
* | include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I2015-04-141-7/+0
* | usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I2015-04-141-136/+8
* | dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I2015-04-141-0/+21
* | dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I2015-04-142-8/+28
* | dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-141-166/+52
* | usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I2015-04-143-196/+40
* | usb: dwc3: ep0: make dwc3 ep0 build in ubootKishon Vijay Abraham I2015-04-143-12/+27
* | usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I2015-04-143-163/+85
OpenPOWER on IntegriCloud