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