Commit Graph

507 Commits (14142811f4c2d4da28e86ccb2375487f8dff02cb)

Author SHA1 Message Date
Peter Griffin 5cfd6c002a usb: dwc2: Add support for v3 snpsid value 10 years ago
Hans de Goede bf495712ed usb: ohci: Add support for interrupt queues 10 years ago
Hans de Goede d563e62c34 usb: ohci: Add an ohci_alloc_urb() function 10 years ago
Hans de Goede 44dbc33056 usb: ohci: Do not reuse ed for interrupt endpoints of different devices 10 years ago
Hans de Goede 6a72e804a2 sunxi: ohci: Add ohci usb host controller support 10 years ago
Hans de Goede 8d837a1f7d sunxi: ehci: Convert to the driver-model 10 years ago
Hans de Goede 58b4048f64 usb: ohci: Add dm support 10 years ago
Hans de Goede 8f761f023c usb: ohci: Skip unnecessary mdelay(1) calls in various places 10 years ago
Hans de Goede 969bb5bad3 usb: ohci: Remove unnecessary delays from hc_start and power power-on paths 10 years ago
Hans de Goede 47976d2c16 usb: ohci: Do not resubmit and leak urbs for interrupt packets 10 years ago
Hans de Goede e253637be7 dm: usb: Do not scan companion buses if no devices where handed over 10 years ago
Hans de Goede b6de4d1093 dm: usb: Add support for companion controllers 10 years ago
Hans de Goede a24a0e9159 dm: usb: Move printing of usb scan status to usb_scan_bus() 10 years ago
Hans de Goede 8a5f0665da dm: usb: Add support for interrupt queues to the dm usb code 10 years ago
Hans de Goede 029fd8ea1f dm: usb: Prefix ehci interrupt-queue functions with _ehci_ 10 years ago
Hans de Goede 45b9ea1da2 usb: Stop reset procedure when a dev is handed over to a companion hcd 10 years ago
Hans de Goede 71b945267d usb: Fix handover of full-speed devices from ehci to companion 10 years ago
Simon Glass f56da290b8 dm: usb: exynos: Drop legacy USB code 10 years ago
Hans de Goede fa5b9baa0c usb: ohci: Don't log an error on interrupt packet timeout 10 years ago
Hans de Goede 8d005ef81a usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus 10 years ago
Hans de Goede cae01cb2a9 usb: ohci: Fix ctrl in messages with a data-len of 0 10 years ago
Hans de Goede 6651c14065 usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c 10 years ago
Hans de Goede 26548bb283 usb: ohci: Remove unnecessary phcca variable 10 years ago
Hans de Goede 3c5497d831 usb: ohci: Move the td array struct to inside the ohci_dev struct 10 years ago
Hans de Goede 19d95d5729 usb: ohci: Move the ohci_dev struct to inside the main ohci struct 10 years ago
Hans de Goede c5613df585 usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars 10 years ago
Hans de Goede 69710ce3ee usb: ohci: Remove unused devgone global variable 10 years ago
Hans de Goede cb8a2c148a dm: usb: Set desc_before_addr from ehci dm code 10 years ago
Hans de Goede fcdd8aaa48 dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code 10 years ago
Hans de Goede 25c8ebdfcd dm: usb: Use usb_get_bus in dm ehci code 10 years ago
Hans de Goede 7f1a07538f dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device 10 years ago
Hans de Goede f78a5c0774 dm: usb: Make usb_get_bus easier to use for callers 10 years ago
Hans de Goede 134692af13 dm: usb: Do not use bus->seq before device_probe(bus) 10 years ago
Nikhil Badola 0dc78ff857 drivers: usb: fsl: Workaround for Erratum A004477 10 years ago
Hans de Goede e13afeef6f sunxi: usb: Do not call phy_probe from hcd code 10 years ago
Hans de Goede 2aacc4239c sunxi: usb: Rename the usbc.? files to usb_phy.? 10 years ago
Hans de Goede 7b798658b2 sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar 10 years ago
Hans de Goede a781c97aaa sunxi: usb: Remove sunxi_usbc_get_io_base function 10 years ago
Hans de Goede 375de01702 sunxi: usb: Move setup of host controller clocks to the host controller drivers 10 years ago
Sanchayan Maity a94bb7a42c usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's 10 years ago
Nikhil Badola b4e78faab3 drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x 10 years ago
Nikhil Badola 0c77106095 drivers:usb: Add device-tree fixup to identify socs having dual phy 10 years ago
Simon Glass 52e6935774 dm: usb: exynos: Adjust XHCI driver to support driver model 10 years ago
Simon Glass f161c17840 dm: usb: Rename the XHCI HCD to U-Boot 10 years ago
Simon Glass a5762fe048 dm: usb: Support driver model in XHCI 10 years ago
Simon Glass 779d126391 dm: usb: xhci: Factor out common init/uninit 10 years ago
Simon Glass 5dd75e3b46 dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() 10 years ago
Simon Glass 7e0c5ee874 dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() 10 years ago
Simon Glass 7c1deec0af dm: usb: xhci: Use a function to get xhci_ctrl 10 years ago
Simon Glass c3980ad3b5 dm: usb: tegra: Add driver model support to tegra EHCI 10 years ago