summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: Add EHCI support for Armada 38x (mvebu)Stefan Roese2015-07-101-0/+36
* usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede2015-06-191-7/+19
* sunxi: musb: Remove unused sunxi_musb_exit methodHans de Goede2015-06-171-34/+0
* sunxi: musb: Do not fully reset the controler from sunxi_musb_disableHans de Goede2015-06-171-21/+31
* Merge git://git.denx.de/u-boot-usbTom Rini2015-06-154-2/+81
|\
| * usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song2015-06-081-1/+1
| * samsung: usb: phy: Support for DWC3 PHYLukasz Majewski2015-06-082-0/+79
| * drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrectNikhil Badola2015-06-071-1/+1
* | 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
|\
OpenPOWER on IntegriCloud