summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* dm: usb: exynos: Drop legacy USB codeSimon Glass2015-05-062-225/+0
* usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede2015-05-061-1/+2
* usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede2015-05-062-5/+84
* usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede2015-05-061-1/+1
* usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede2015-05-062-93/+86
* usb: ohci: Remove unnecessary phcca variableHans de Goede2015-05-061-6/+3
* usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede2015-05-062-20/+9
* usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede2015-05-062-23/+19
* usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede2015-05-061-60/+64
* usb: ohci: Remove unused devgone global variableHans de Goede2015-05-061-8/+0
* dm: usb: Set desc_before_addr from ehci dm codeHans de Goede2015-05-051-0/+3
* dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede2015-05-051-12/+22
* dm: usb: Use usb_get_bus in dm ehci codeHans de Goede2015-05-051-8/+1
* dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2015-05-051-15/+28
* dm: usb: Make usb_get_bus easier to use for callersHans de Goede2015-05-051-13/+4
* dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede2015-05-051-2/+1
* 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
OpenPOWER on IntegriCloud