summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* dm: usb: tegra: Drop legacy USB codeSimon Glass2015-06-101-150/+0
* dm: usb: Implement usb_detect_change() for driver modelSimon Glass2015-06-101-0/+43
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-06-081-0/+8
|\
| * usb: ehci-vf: Add weak function for board specific initialisationSanchayan Maity2015-06-081-0/+8
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-05-303-13/+8
|\ \
| * | ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada2015-05-311-6/+4
| * | ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada2015-05-312-7/+4
| |/
* | usb: dwc2: Add support for v3 snpsid valuePeter Griffin2015-05-292-1/+3
* | ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu2015-05-292-19/+117
|/
* 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
|\
OpenPOWER on IntegriCloud