summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci-mem: Fix scratchpad array issueYe Li2019-01-091-0/+3
* usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2018-12-142-241/+0
* dwc3: move phy operation to core.cJean-Jacques Hiblot2018-12-071-88/+7
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-2615-47/+47
* usb: Remove CMD_USB dependency for common codeSven Schwermer2018-11-261-1/+1
* usb: Introduce CONFIG_SPL_DM_USBSven Schwermer2018-11-261-1/+1
* fsl/usb: Workaround for USB erratum-A005275Chris Packham2018-10-293-1/+22
* usb: ehci-msm: Add init_after_reset for CI_UDCRamon Fried2018-09-301-0/+12
* ehci: msm: use init_type in probeRamon Fried2018-09-301-2/+4
* ehci: msm: switch to generic PHY uclassRamon Fried2018-09-302-45/+10
* ehci: msm: Add missing platdataRamon Fried2018-09-301-0/+1
* ehci: Replace board_prepare_usb with board_usb_initRamon Fried2018-09-301-7/+2
* usb: ehci-generic: Add vbus-supply regulator supportPatrice Chotard2018-09-151-1/+61
* usb: dwc2: Add reset ctrl to driverLey Foon Tan2018-08-291-0/+37
* usb: ehci: Add PHY support to ehci-pciMarek Vasut2018-08-281-4/+27
* usb: ehci: Make the PHY handling genericMarek Vasut2018-08-283-53/+74
* sunxi: A64: OHCI: prevent turning off shared USB clockAndre Przywara2018-07-051-1/+18
* usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot2018-07-051-0/+1
* usb: sunxi: Use proper reg_mask for clock gate, resetJagan Teki2018-06-292-5/+13
* usb: ohci: change the NUM_EDs from 8 to 32Zeng Tao2018-06-291-1/+1
* usb: sunxi: ohci: make ohci_t the first member in private dataVasily Khoruzhick2018-06-291-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-06-162-41/+166
|\
| * usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick2018-06-142-6/+37
| * usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in useVasily Khoruzhick2018-06-131-2/+10
| * usb: sunxi: ohci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
| * usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
* | usb: xhci-pci: Fix compiler warningBin Meng2018-06-131-3/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-06-042-41/+97
|\
| * usb: sunxi: Switch to use generic-phyJagan Teki2018-05-282-27/+77
| * usb: sunxi: Simplify ccm reg base codeJagan Teki2018-05-282-14/+20
* | Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-06-011-1/+1
|\ \
| * | usb: xhci: zynqmp: Fix header locationMichal Simek2018-05-311-1/+1
| |/
* | rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich2018-05-301-16/+0
* | usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng2018-05-301-1/+1
* | usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng2018-05-301-1/+8
* | usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng2018-05-301-0/+1
* | usb: xhci: Set accurate add context flags when updating hub attributesBin Meng2018-05-301-1/+1
* | usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz2018-05-301-1/+4
|/
* usb: xhci: zynqmp: Remove support for !DM_USBMichal Simek2018-05-182-46/+1
* usb: xhci: zynqmp: Add support for DM_USBMichal Simek2018-05-181-0/+69
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* regmap: clean up regmap allocationMasahiro Yamada2018-05-071-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0754-109/+54
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-2712-24/+0
* usb: host: dwc3: fix phys initNeil Armstrong2018-04-261-10/+13
* usb: dwc3-of-simple: fix error check of clk_get_bulk when disabledNeil Armstrong2018-04-211-1/+1
* usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.Jean-Jacques Hiblot2018-04-212-0/+2
* usb: dwc3-of-simple: Fix dependenciesJean-Jacques Hiblot2018-04-211-1/+1
* usb: host: dwc3: Add support for multiple PHYsNeil Armstrong2018-04-111-47/+66
* usb: host: Add simple of glue driver for DWC3 USB Controllers integrationNeil Armstrong2018-04-113-0/+117