- 124f947 usb, ohci, pci: add DM support for PCI-based OHCI USB controller by Heiko Schocher · 5 years ago
- 882830a usb, ohci: add warning if none on pci found by Heiko Schocher · 5 years ago
- 2e1134f usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI by Heiko Schocher · 5 years ago
- 7213b10 usb, ohci: fix ohci swap register access by Heiko Schocher · 5 years ago
- fe410a4 usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used by Heiko Schocher · 5 years ago
- 92df442 rockchip: xhci: Remove RK3399 support by Mark Kettenis · 5 years ago
- b2bb622 usb: xhci-dwc3: Add USB2 PHY configuration by Mark Kettenis · 5 years ago
- 06ec913 usb: dwc3-of-simple: Add support for RK3399 by Mark Kettenis · 5 years ago
- d93dda7 usb: ehci-mx6: Fix bus enumeration for DM case by Marek Vasut · 5 years ago
- 8c8fd94 usb: ehci: adopt 32 bit address for CONFIG_PPC by Yinbo Zhu · 6 years ago
- 331b30f usb: ohci: ohci-da8xx: Cleanup Error handling and fix flags by Adam Ford · 6 years ago
- 5f364f5 usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support by Adam Ford · 6 years ago
- 7bc8f21 usb: ohci: Re-enable commented out delay by Adam Ford · 6 years ago
- 6fccaf2 Convert CONFIG_USB_EHCI_MX5 to Kconfig by Lukasz Majewski · 6 years ago
- dbc70f8 USB: DM: Convert i.MX5 ehci code to driver model by Lukasz Majewski · 6 years ago
- 31f4495 configs: move CONFIG_USB_EHCI_VF to Kconfig by Marcel Ziswiler · 6 years ago
- 15287f0 usb: ehci-mx6: Use common code to extract dr_mode by Adam Ford · 6 years ago
- f58affe usb: host: Print device name when scanning by Ismael Luceno Cortes · 6 years ago
- 43ecef4 Kconfig: tegra: Migrate USB_EHCI_TEGRA by Peter Robinson · 6 years ago
- 888a946 usb: ehci-mx6: Make regulator DM_REGULATOR dependent by Abel Vesa · 6 years ago
- 4b8d059 usb: host: Drop [e-o]hci-sunxi drivers by Jagan Teki · 6 years ago
- 1ba41e1 sunxi: usb: Switch to Generic host controllers by Jagan Teki · 6 years ago
- 4bda718 usb: xhci-mem: Fix scratchpad array issue by Ye Li · 6 years ago
- e2517a9 usb: host: replace xhci-keystone driver by the generic dwc3 driver by Jean-Jacques Hiblot · 6 years ago
- 3de978a dwc3: move phy operation to core.c by Jean-Jacques Hiblot · 6 years ago
- 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
- 8416c6a usb: Remove CMD_USB dependency for common code by Sven Schwermer · 6 years ago
- 469e0f7 usb: Introduce CONFIG_SPL_DM_USB by Sven Schwermer · 6 years ago
- 434f058 fsl/usb: Workaround for USB erratum-A005275 by Chris Packham · 6 years ago
- cbee908 usb: ehci-msm: Add init_after_reset for CI_UDC by Ramon Fried · 6 years ago
- 7b0334f ehci: msm: use init_type in probe by Ramon Fried · 6 years ago
- 7e36596 ehci: msm: switch to generic PHY uclass by Ramon Fried · 6 years ago
- 4383948 ehci: msm: Add missing platdata by Ramon Fried · 6 years ago
- bc866cc8 ehci: Replace board_prepare_usb with board_usb_init by Ramon Fried · 6 years ago
- fc42468 usb: ehci-generic: Add vbus-supply regulator support by Patrice Chotard · 6 years ago
- 2386556 usb: dwc2: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
- 8f58c78 usb: ehci: Add PHY support to ehci-pci by Marek Vasut · 6 years ago
- d9af6cd usb: ehci: Make the PHY handling generic by Marek Vasut · 6 years ago
- dc27c4f sunxi: A64: OHCI: prevent turning off shared USB clock by Andre Przywara · 6 years ago
- 8044700 usb: dwc2: Add brcm,bcm2708-usb compatible by Emmanuel Vadot · 6 years ago
- 17970334 usb: sunxi: Use proper reg_mask for clock gate, reset by Jagan Teki · 6 years ago
- 0f77c42 usb: ohci: change the NUM_EDs from 8 to 32 by Zeng Tao · 6 years ago
- 68a61bc usb: sunxi: ohci: make ohci_t the first member in private data by Vasily Khoruzhick · 6 years ago
- f4baf3b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
- 63400ad usb: sunxi: access ahb_reset0_cfg in CCM using its offset by Vasily Khoruzhick · 6 years ago
- a03cbbb usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in use by Vasily Khoruzhick · 6 years ago
- acabc91 usb: sunxi: ohci: get rid of ifdefs by Vasily Khoruzhick · 6 years ago
- 9f9c6cf usb: sunxi: ehci: get rid of ifdefs by Vasily Khoruzhick · 6 years ago
- 7380f7a usb: xhci-pci: Fix compiler warning by Bin Meng · 6 years ago
- a51b585 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
- 4cfa481 Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 6 years ago
- 47a52ab usb: xhci: zynqmp: Fix header location by Michal Simek · 7 years ago
- ca8a37a rockchip: xhci: remove DTS parsing for PHY (which is unused) by Philipp Tomsich · 7 years ago
- a1ae60e usb: xhci: Handle endianness in xhci_set_configuration() by Bin Meng · 7 years ago
- 18f5bcd usb: xhci: Fix config fail of FS hub behind a HS hub with MTT by Bin Meng · 7 years ago
- d038398 usb: xhci: Initialize dev_state to 0 in the input slot context by Bin Meng · 7 years ago
- 03760fe usb: xhci: Set accurate add context flags when updating hub attributes by Bin Meng · 7 years ago
- a06ad95 usb: xhci-rcar: deregister before deactivating clock by Matthias Blankertz · 7 years ago
- 137fc75 usb: sunxi: Switch to use generic-phy by Jagan Teki · 7 years ago
- fda1569 usb: sunxi: Simplify ccm reg base code by Jagan Teki · 7 years ago
- c87bfe3 usb: xhci: zynqmp: Remove support for !DM_USB by Michal Simek · 7 years ago
- 31eff2e usb: xhci: zynqmp: Add support for DM_USB by Michal Simek · 7 years ago
- 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
- 54c5ecb regmap: clean up regmap allocation by Masahiro Yamada · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- 08de06f usb: host: dwc3: fix phys init by Neil Armstrong · 7 years ago
- 94239a8 usb: dwc3-of-simple: fix error check of clk_get_bulk when disabled by Neil Armstrong · 7 years ago
- 6c705f4 usb: dwc3-of-simple: Add support for DRA7/AM57 platforms. by Jean-Jacques Hiblot · 7 years ago
- 74d9a9d usb: dwc3-of-simple: Fix dependencies by Jean-Jacques Hiblot · 7 years ago
- fcfb0fb usb: host: dwc3: Add support for multiple PHYs by Neil Armstrong · 7 years ago
- 069421e usb: host: Add simple of glue driver for DWC3 USB Controllers integration by Neil Armstrong · 7 years ago
- a259c1d usb: dwc2: Replace printf, pr_err by dev_info, dev_err by Patrice Chotard · 7 years ago
- 4edc980 usb: dwc2: increase timeout in wait_for_chhltd by Christophe Kerello · 7 years ago
- f2a5a0b usb: dwc2: disable external vbus supply when the device is removed by Christophe Kerello · 7 years ago
- 7c11e35 usb: ohci-generic: replace pr_err() by dev_err() by Patrice Chotard · 7 years ago
- ab0b205e usb: ohci-generic: factorize PHY operation by Patrice Chotard · 7 years ago
- 3f41b8f usb: ohci-generic: handle phy power on/off by Patrice Chotard · 7 years ago
- f2cbba0 usb: ehci-generic: replace pr_err() by dev_err() by Patrice Chotard · 7 years ago
- 36afc03 usb: ehci-generic: factorize PHY operation by Patrice Chotard · 7 years ago
- ebde191 usb: ehci-generic: handle phy power on/off by Patrice Chotard · 7 years ago
- bc69d0d usb: Remove unused ppc4xx EHCI host driver by Stefan Roese · 7 years ago
- c85d7a9 ubs: xhci-dwc3: Enable USB3 PHY when available by Vignesh R · 7 years ago
- d52f8a3e9 usb: xhci-dwc3: Refractor PHY operations into separate function by Vignesh R · 7 years ago
- 7ec414e usb: xhci-dwc3: Power on USB PHY before using by Vignesh R · 7 years ago
- f19414b usb: dwc2: Allow selection of data buffer size by Alexey Brodkin · 7 years ago
- d8a69cb Merge git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
- 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
- f7da2c7 usb: xhci-rcar: Add R8A77965 M3N entries by Marek Vasut · 7 years ago
- 29836a9 usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions by Faiz Abbas · 7 years ago
- 7628ad2 usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH by Alexey Brodkin · 7 years ago
- d72c2a2 usb: host: Drop unused hcd_name from r8a66597-hcd.c by Tom Rini · 7 years ago
- a9e5d7e usb: Remove isp116x-hcd support by Tom Rini · 7 years ago
- 4485696 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
- 60649bb Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
- 4e9b4c4 usb: ehci: mxs: fix swapped argument in ehci_writel() by Daniel Schwierzeck · 7 years ago
- 0a1ef7c usb: xhci: Fix bool initialization in xhci_bulk_tx by Gustavo A. R. Silva · 7 years ago
- 918de03 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
- 9798b66 arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to Kconfig by Ran Wang · 7 years ago
- 5444325 usb: ehci: fsl: Fix some compile warnings. by Ran Wang · 7 years ago