summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2015-05-051-0/+10
|\
| * drivers: usb: fsl: Workaround for Erratum A004477Nikhil Badola2015-05-041-0/+10
* | sunxi: usb: Do not call phy_probe from hcd codeHans de Goede2015-05-042-12/+3
* | sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede2015-05-043-3/+3
* | sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede2015-05-043-20/+21
* | sunxi: usb: Remove sunxi_usbc_get_io_base functionHans de Goede2015-05-041-1/+4
* | sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede2015-05-042-2/+42
* | sunxi: Add basic A33 basic supportVishnu Patekar2015-05-041-0/+5
|/
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-04-241-1/+15
|\
| * drivers:usb: Check if USB Erratum A005697 is applicable on BSC913xNikhil Badola2015-04-211-0/+9
| * drivers:usb: Add device-tree fixup to identify socs having dual phyNikhil Badola2015-04-211-1/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-04-231-0/+1
|\ \
| * | dm: usb: Add a terminator to the string destructor listSimon Glass2015-04-221-0/+1
| |/
* | usb: host: Add ehci-vf USB driver for ARM Vybrid SoC'sSanchayan Maity2015-04-232-0/+165
|/
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-185-6/+9
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-182-5/+5
* dm: usb: exynos: Adjust XHCI driver to support driver modelSimon Glass2015-04-181-1/+119
* dm: usb: Rename the XHCI HCD to U-BootSimon Glass2015-04-181-1/+1
* dm: usb: Support driver model in XHCISimon Glass2015-04-183-7/+197
* dm: usb: xhci: Factor out common init/uninitSimon Glass2015-04-181-33/+52
* dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass2015-04-183-20/+31
* dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass2015-04-183-5/+3
* dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass2015-04-183-11/+18
* dm: usb: tegra: Add driver model support to tegra EHCISimon Glass2015-04-181-0/+83
* dm: usb: tegra: Move most of init/uninit into a functionSimon Glass2015-04-181-62/+81
* dm: usb: tegra: Tidy up error handling and a static functionSimon Glass2015-04-181-8/+11
* dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass2015-04-181-5/+1
* dm: usb: exynos: Add driver model support to exynos EHCISimon Glass2015-04-181-1/+111
* dm: usb: Add support for USB ethernet devices with driver modelSimon Glass2015-04-181-8/+44
* dm: usb: sandbox: Add a driver for sandboxSimon Glass2015-04-182-0/+118
* dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass2015-04-182-0/+304
* dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass2015-04-182-0/+424
* dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass2015-04-181-0/+11
* dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass2015-04-184-0/+281
* 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
OpenPOWER on IntegriCloud