summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2015-05-30Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2015-05-31ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada
2015-05-31ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada
2015-05-29usb: dwc2: Add support for v3 snpsid valuePeter Griffin
2015-05-29ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu
2015-05-14usb: ohci: Add support for interrupt queuesHans de Goede
2015-05-14usb: ohci: Add an ohci_alloc_urb() functionHans de Goede
2015-05-14usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede
2015-05-14sunxi: ohci: Add ohci usb host controller supportHans de Goede
2015-05-14sunxi: ehci: Convert to the driver-modelHans de Goede
2015-05-14usb: ohci: Add dm supportHans de Goede
2015-05-14usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede
2015-05-14usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede
2015-05-14usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede
2015-05-14dm: usb: Do not scan companion buses if no devices where handed overHans de Goede
2015-05-14dm: usb: Add support for companion controllersHans de Goede
2015-05-14dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede
2015-05-14dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede
2015-05-14dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede
2015-05-14usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede
2015-05-14usb: Fix handover of full-speed devices from ehci to companionHans de Goede
2015-05-06dm: usb: exynos: Drop legacy USB codeSimon Glass
2015-05-06usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede
2015-05-06usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede
2015-05-06usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede
2015-05-06usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede
2015-05-06usb: ohci: Remove unnecessary phcca variableHans de Goede
2015-05-06usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede
2015-05-06usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede
2015-05-06usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede
2015-05-06usb: ohci: Remove unused devgone global variableHans de Goede
2015-05-05dm: usb: Set desc_before_addr from ehci dm codeHans de Goede
2015-05-05dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede
2015-05-05dm: usb: Use usb_get_bus in dm ehci codeHans de Goede
2015-05-05dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede
2015-05-05dm: usb: Make usb_get_bus easier to use for callersHans de Goede
2015-05-05dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2015-05-04drivers: usb: fsl: Workaround for Erratum A004477Nikhil Badola
2015-05-04sunxi: usb: Do not call phy_probe from hcd codeHans de Goede
2015-05-04sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede
2015-05-04sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede
2015-05-04sunxi: usb: Remove sunxi_usbc_get_io_base functionHans de Goede
2015-05-04sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede
2015-05-04sunxi: Add basic A33 basic supportVishnu Patekar
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2015-04-23Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini
2015-04-23usb: host: Add ehci-vf USB driver for ARM Vybrid SoC'sSanchayan Maity
2015-04-22dm: usb: Add a terminator to the string destructor listSimon Glass
2015-04-21drivers:usb: Check if USB Erratum A005697 is applicable on BSC913xNikhil Badola