summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger5-6/+9
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2-5/+5
2015-04-18dm: usb: exynos: Adjust XHCI driver to support driver modelSimon Glass1-1/+119
2015-04-18dm: usb: Rename the XHCI HCD to U-BootSimon Glass1-1/+1
2015-04-18dm: usb: Support driver model in XHCISimon Glass3-7/+197
2015-04-18dm: usb: xhci: Factor out common init/uninitSimon Glass1-33/+52
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass3-20/+31
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass3-5/+3
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass3-11/+18
2015-04-18dm: usb: tegra: Add driver model support to tegra EHCISimon Glass1-0/+83
2015-04-18dm: usb: tegra: Move most of init/uninit into a functionSimon Glass1-62/+81
2015-04-18dm: usb: tegra: Tidy up error handling and a static functionSimon Glass1-8/+11
2015-04-18dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass1-5/+1
2015-04-18dm: usb: exynos: Add driver model support to exynos EHCISimon Glass1-1/+111
2015-04-18dm: usb: Add support for USB ethernet devices with driver modelSimon Glass1-8/+44
2015-04-18dm: usb: sandbox: Add a driver for sandboxSimon Glass2-0/+118
2015-04-18dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass2-0/+304
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass2-0/+424
2015-04-18dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass1-0/+11
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass4-0/+281
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