summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: ohci: Add support for interrupt queuesHans de Goede2015-05-141-0/+132
* usb: ohci: Add an ohci_alloc_urb() functionHans de Goede2015-05-141-8/+23
* usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede2015-05-142-1/+38
* sunxi: ohci: Add ohci usb host controller supportHans de Goede2015-05-142-0/+105
* sunxi: ehci: Convert to the driver-modelHans de Goede2015-05-141-29/+64
* usb: ohci: Add dm supportHans de Goede2015-05-142-0/+91
* usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede2015-05-141-9/+20
* usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede2015-05-141-4/+0
* usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede2015-05-141-39/+2
* dm: usb: Do not scan companion buses if no devices where handed overHans de Goede2015-05-141-8/+34
* dm: usb: Add support for companion controllersHans de Goede2015-05-141-5/+28
* dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede2015-05-141-13/+9
* dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2015-05-142-0/+62
* dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede2015-05-141-9/+28
* usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede2015-05-141-1/+2
* usb: Fix handover of full-speed devices from ehci to companionHans de Goede2015-05-141-3/+13
* 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
OpenPOWER on IntegriCloud