summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2015-05-15usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede1-4/+0
2015-05-15usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede1-39/+2
2015-05-15dm: usb: Do not scan companion buses if no devices where handed overHans de Goede1-8/+34
2015-05-15dm: usb: Add support for companion controllersHans de Goede1-5/+28
2015-05-15dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede1-13/+9
2015-05-15dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2-0/+62
2015-05-15dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede1-9/+28
2015-05-15usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-15usb: Fix handover of full-speed devices from ehci to companionHans de Goede1-3/+13
2015-05-06dm: usb: exynos: Drop legacy USB codeSimon Glass2-225/+0
2015-05-06usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede1-1/+2
2015-05-06usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede2-5/+84
2015-05-06usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede1-1/+1
2015-05-06usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede2-93/+86
2015-05-06usb: ohci: Remove unnecessary phcca variableHans de Goede1-6/+3
2015-05-06usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede2-20/+9
2015-05-06usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede2-23/+19
2015-05-06usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede1-60/+64
2015-05-06usb: ohci: Remove unused devgone global variableHans de Goede1-8/+0
2015-05-06dm: usb: Set desc_before_addr from ehci dm codeHans de Goede1-0/+3
2015-05-06dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede1-12/+22
2015-05-06dm: usb: Use usb_get_bus in dm ehci codeHans de Goede1-8/+1
2015-05-06dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede1-15/+28
2015-05-06dm: usb: Make usb_get_bus easier to use for callersHans de Goede1-13/+4
2015-05-06dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede1-2/+1
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+10
2015-05-04drivers: usb: fsl: Workaround for Erratum A004477Nikhil Badola1-0/+10
2015-05-04sunxi: usb: Do not call phy_probe from hcd codeHans de Goede1-6/+2
2015-05-04sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede1-1/+1
2015-05-04sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede1-8/+9
2015-05-04sunxi: usb: Remove sunxi_usbc_get_io_base functionHans de Goede1-1/+4
2015-05-04sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede1-2/+22
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+15
2015-04-23usb: host: Add ehci-vf USB driver for ARM Vybrid SoC'sSanchayan Maity2-0/+165
2015-04-21drivers:usb: Check if USB Erratum A005697 is applicable on BSC913xNikhil Badola1-0/+9
2015-04-21drivers:usb: Add device-tree fixup to identify socs having dual phyNikhil Badola1-1/+6
2015-04-18dm: usb: exynos: Adjust XHCI driver to support driver modelSimon Glass1-1/+119
2015-04-18dm: usb: Rename the XHCI HCD to U-BootSimon Glass1-1/+1
2015-04-18dm: usb: Support driver model in XHCISimon Glass3-7/+197
2015-04-18dm: usb: xhci: Factor out common init/uninitSimon Glass1-33/+52
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass3-20/+31
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass3-5/+3
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass3-11/+18
2015-04-18dm: usb: tegra: Add driver model support to tegra EHCISimon Glass1-0/+83
2015-04-18dm: usb: tegra: Move most of init/uninit into a functionSimon Glass1-62/+81
2015-04-18dm: usb: tegra: Tidy up error handling and a static functionSimon Glass1-8/+11
2015-04-18dm: usb: tegra: Remove the port_addr_clear_csc variableSimon Glass1-5/+1
2015-04-18dm: usb: exynos: Add driver model support to exynos EHCISimon Glass1-1/+111
2015-04-18dm: usb: sandbox: Add a driver for sandboxSimon Glass2-0/+118
2015-04-18dm: usb: sandbox: Reset emulation devices in usb stop()Simon Glass1-0/+11