Commit Graph

467 Commits (e17c5200c7e9a802783a53d4f4457fa68f7fa074)

Author SHA1 Message Date
Simon Glass b70a3fea94 usb: sandbox: Add support for interrupt operations 10 years ago
Simon Glass eae11bece6 dm: usb: Remove inactive children after a bus scan 10 years ago
Simon Glass e8ea5e8c85 dm: usb: Deprecate usb_get_dev_index() 10 years ago
Simon Glass ba94e83911 Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop" 10 years ago
Simon Glass 1b6a1dff71 Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" 10 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 10 years ago
Hans de Goede b748b24fb5 ohci: Add missing cache-flush for hcca area 10 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 10 years ago
Stefan Roese cd48225b08 usb: ehci-marvell.c: Add DM support 10 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 10 years ago
Stephen Warren 49b4c5c700 usb: ehci: remember init mode 10 years ago
Simon Glass 4e9838c102 dm: Use dev_get_addr() where possible 10 years ago
Marek Vasut 7a1386f96b usb: dwc2: Rename to dwc2_usb 10 years ago
Marek Vasut f522f9475f usb: dwc2: Add original Synopsys compat string 10 years ago
Kishon Vijay Abraham I f181144361 usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop 10 years ago
Sergey Temerkhanov a5ccda47f1 usb: xhci: Fix a potential NULL pointer dereference 10 years ago
Stefan Roese e8d056989a usb: spear: Add support for both SPEAr600 EHCI controllers 10 years ago
Adrian Alonso f0c89d5463 imx: usb: ehci-mx6: wait_for_bit to check reg status 10 years ago
Adrian Alonso 35554fc9a1 imx: usb: ehci-mx6: add usb support for imx7d soc 10 years ago
Adrian Alonso 74f0610eb4 imx: usb: ehci-mx6: document board specific functions 10 years ago
Adrian Alonso e38ff30a55 imx: usb: ehci-mx6: reg accessor cleanups 10 years ago
Sylvain Lemieux adf8d58d4f usb: lpc32xx: add host USB driver 10 years ago
Anton Schubert 8a3337161d arm: mvebu: add multiple usb-hostcontroller support for AXP 10 years ago
Stefan Roese dee40d26d3 arm: mvebu: Enable USB EHCI support on Armada XP 10 years ago
Wu, Josh e0266f4942 usb: ohci: enable cache support 10 years ago
Alexander Stein db402e005a dwc2: Add dcache support 10 years ago
Hans de Goede c9f8947e66 sunxi: usb-phy: Never power off the usb ports 10 years ago
Simon Glass f58a41e001 dm: usb: Add driver-model support to dwc2 10 years ago
Simon Glass cc3e3a9e0e dm: usb: Prepare dwc2 driver for driver-model conversion 10 years ago
Tom Warren 3e8650c0f9 Tegra: clocks: Add 38.4MHz OSC support for T210 use 10 years ago
Paul Kocialkowski 0fa5999bea usb: USB storage-specific part ifdef in uclass 10 years ago
Peter Griffin 93b9957894 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() 10 years ago
Nikita Kiryanov 919e802c86 arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option 10 years ago
Tom Warren 7aaa5a60ce ARM: Tegra210: Add support to common Tegra source/config files 10 years ago
Stefan Roese 82b9143bf8 usb: ehci-marvell: Drop wrl accessor function 10 years ago
Nikhil Badola f2226c0dbe drivers: usb: fsl: Remove LS102XA immap inclusion 10 years ago
Nikhil Badola 667f4dd90f drivers: usb: fsl: Implement Erratum A-009116 for XHCI controller 10 years ago
Nikhil Badola 7e5a32fcf3 drivers: usb: fsl: Remove warnings for 64-bit architectures 10 years ago
Ramneek Mehresh ba92ee06a5 usb: fsl: Add XHCI driver support 10 years ago
Ramneek Mehresh 792651f030 usb: xhci: keystone: Remove common dwc3 drv functions calls 10 years ago
Ramneek Mehresh 2770448c8c usb: xhci: omap: Remove common dwc3 drv functions calls 10 years ago
Ramneek Mehresh 552d60cc22 usb: xhci: exynos: Remove common dwc3 drv functions calls 10 years ago
Ramneek Mehresh dc9cdf859e usb: dwc3: Add DWC3 controller driver support 10 years ago
Simon Glass 2b53b078d7 dm: usb: Add driver-model support to ehci-pci 10 years ago
Simon Glass e62b526635 usb: Update some EHCI driver licenses to use SPDX 10 years ago
Simon Glass 19df0bc1b1 usb: ehci: Correct a missing hypen in an error message 10 years ago
Hans de Goede fd1bd21bf0 dm: usb: Do not assume that first child is always a hub 10 years ago
Hans de Goede b2f219b081 dm: usb: Allow usb host drivers to implement usb_reset_root_port 10 years ago
Hans de Goede 9b510df703 dm: usb: Rename usb_find_child to usb_find_emul_child 10 years ago
Hans de Goede 6cda369509 dm: usb: Use device_unbind_children to clean up usb devs on stop 10 years ago