Commit Graph

860 Commits (aed9fed9758f4c487e1e41a9b881f04614d7691d)

Author SHA1 Message Date
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
Vishnu Patekar 8c3dacff14 sunxi: Add basic A33 basic support 10 years ago
Sanchayan Maity a94bb7a42c usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's 10 years ago
Simon Glass 093f2dce44 dm: usb: Add a terminator to the string destructor list 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
Joe Hershberger 1fd92db83d net: cosmetic: Fix var naming net <-> eth drivers 10 years ago
Joe Hershberger 0adb5b761f net: cosmetic: Name ethaddr variables consistently 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
Simon Glass ddb9a502d1 dm: usb: tegra: Move most of init/uninit into a function 10 years ago
Simon Glass 7e27bddae0 dm: usb: tegra: Tidy up error handling and a static function 10 years ago
Simon Glass 943104f07c dm: usb: tegra: Remove the port_addr_clear_csc variable 10 years ago
Simon Glass aae04d0771 dm: usb: exynos: Add driver model support to exynos EHCI 10 years ago
Simon Glass c0ad74e465 dm: usb: Add support for USB ethernet devices with driver model 10 years ago
Simon Glass dfd840010b dm: usb: sandbox: Add a driver for sandbox 10 years ago
Simon Glass 5db439920b dm: usb: sandbox: Add an emulator for USB hub emulation 10 years ago
Simon Glass f4f715360c dm: usb: sandbox: Add an emulator for USB flash devices 10 years ago
Simon Glass 095fdef081 dm: usb: sandbox: Reset emulation devices in usb stop() 10 years ago
Simon Glass 019808f97c dm: usb: sandbox: Add a uclass for USB device emulation 10 years ago
Simon Glass fbeceb2602 dm: usb: Allow setting up a USB controller as a device/gadget 10 years ago
Simon Glass 449230f031 dm: usb: Bind generic USB devices when there is no driver 10 years ago
Simon Glass 0566e2403d dm: usb: Allow USB drivers to be declared and auto-probed 10 years ago