summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2019-05-10usb: ohci: ohci-da8xx: Cleanup Error handling and fix flagsAdam Ford1-4/+5
2019-05-05usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM supportAdam Ford2-1/+142
2019-05-03usb: ohci: Re-enable commented out delayAdam Ford1-2/+0
2019-04-25Convert CONFIG_USB_EHCI_MX5 to KconfigLukasz Majewski1-0/+7
2019-04-25USB: DM: Convert i.MX5 ehci code to driver modelLukasz Majewski1-0/+103
2019-04-13configs: move CONFIG_USB_EHCI_VF to KconfigMarcel Ziswiler1-0/+7
2019-04-09usb: ehci-mx6: Use common code to extract dr_modeAdam Ford1-14/+15
2019-04-09usb: host: Print device name when scanningIsmael Luceno Cortes1-8/+4
2019-02-20Kconfig: tegra: Migrate USB_EHCI_TEGRAPeter Robinson1-0/+6
2019-02-16usb: ehci-mx6: Make regulator DM_REGULATOR dependentAbel Vesa1-1/+6
2019-01-18usb: host: Drop [e-o]hci-sunxi driversJagan Teki3-439/+0
2019-01-18sunxi: usb: Switch to Generic host controllersJagan Teki1-0/+2
2019-01-09usb: xhci-mem: Fix scratchpad array issueYe Li1-0/+3
2018-12-14usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2-241/+0
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot1-88/+7
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer15-47/+47
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer1-1/+1
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer1-1/+1
2018-10-29fsl/usb: Workaround for USB erratum-A005275Chris Packham3-1/+22
2018-09-30usb: ehci-msm: Add init_after_reset for CI_UDCRamon Fried1-0/+12
2018-09-30ehci: msm: use init_type in probeRamon Fried1-2/+4
2018-09-30ehci: msm: switch to generic PHY uclassRamon Fried2-45/+10
2018-09-30ehci: msm: Add missing platdataRamon Fried1-0/+1
2018-09-30ehci: Replace board_prepare_usb with board_usb_initRamon Fried1-7/+2
2018-09-15usb: ehci-generic: Add vbus-supply regulator supportPatrice Chotard1-1/+61
2018-08-29usb: dwc2: Add reset ctrl to driverLey Foon Tan1-0/+37
2018-08-28usb: ehci: Add PHY support to ehci-pciMarek Vasut1-4/+27
2018-08-28usb: ehci: Make the PHY handling genericMarek Vasut3-53/+74
2018-07-05sunxi: A64: OHCI: prevent turning off shared USB clockAndre Przywara1-1/+18
2018-07-05usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot1-0/+1
2018-06-29usb: sunxi: Use proper reg_mask for clock gate, resetJagan Teki2-5/+13
2018-06-29usb: ohci: change the NUM_EDs from 8 to 32Zeng Tao1-1/+1
2018-06-29usb: sunxi: ohci: make ohci_t the first member in private dataVasily Khoruzhick1-1/+1
2018-06-16Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-41/+166
2018-06-14usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick2-6/+37
2018-06-13usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in useVasily Khoruzhick1-2/+10
2018-06-13usb: sunxi: ohci: get rid of ifdefsVasily Khoruzhick1-20/+63
2018-06-13usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick1-20/+63
2018-06-13usb: xhci-pci: Fix compiler warningBin Meng1-3/+2
2018-06-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-41/+97
2018-06-01Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+1
2018-05-31usb: xhci: zynqmp: Fix header locationMichal Simek1-1/+1
2018-05-30rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich1-16/+0
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng1-1/+1
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng1-1/+8
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng1-0/+1
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng1-1/+1
2018-05-30usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz1-1/+4
2018-05-28usb: sunxi: Switch to use generic-phyJagan Teki2-27/+77
2018-05-28usb: sunxi: Simplify ccm reg base codeJagan Teki2-14/+20