summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-05-08arm: am57xx: cl-som-am57x: invoke clock API to enable/disable clocksUri Mashiach1-0/+2
2017-05-08usb: host: xhci-omap: fix double weak board_usb_init functionsUri Mashiach1-2/+15
2017-05-08arm: usb: dra7xx: xHCI registers based on USB port indexUri Mashiach1-0/+9
2017-04-25ehci-ppc4xx: Prepare for usage of readl()/writel() accessorsAlexey Brodkin1-0/+1
2017-04-14usb: dwc2: invalidate the dcache before starting the DMAEddie Cai1-6/+13
2017-04-14usb: dwc2: add support for external vbus supplyKever Yang1-5/+38
2017-04-07Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2017-04-05sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara1-1/+1
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-2/+2
2017-03-23mvebu: usb: xhci: Add VBUS regulator supply to the host driverKonstantin Porotchkin2-1/+13
2017-02-08dm: core: Replace of_offset with accessorSimon Glass9-16/+17
2017-01-17usb: ehci-mx6: handle vbus-supplyPeng Fan1-3/+27
2017-01-17usb: ehci-mx6: implement ofdata_to_platdataPeng Fan1-0/+75
2017-01-17drivers: usb: Add USB_XHCI_ZYNQMP to KconfigMichal Simek1-0/+6
2016-12-27Update Maintainer and Author's email addressAjay Bhargav2-2/+2
2016-12-06usb: xhci-pci: Add DM supportStefan Roese1-0/+81
2016-10-31Fix spelling of "resetting".Vagrant Cascadian2-2/+2
2016-10-30Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2-3/+5
2016-10-30sunxi: A64: enable USB supportAmit Singh Tomar2-3/+5
2016-10-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-33/+21
2016-10-29drivers: USB: OHCI: allow compilation for 64-bit targetsAndre Przywara3-15/+19
2016-10-28usb: ehci-atmel: Remove unnecessary clock callingWenyou Yang1-15/+0
2016-10-27usb: xhci-mvebu: use xhci_deregister() for .remove callbackMasahiro Yamada1-6/+1
2016-10-27usb: ehci-vf: use ehci_deregister() for .remove callbackMasahiro Yamada1-12/+1
2016-10-24Remove some merge markersSimon Glass1-3/+3
2016-10-11usb: pci: Fix cast for 64-bit compilationSimon Glass1-2/+2
2016-10-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-7/+224
2016-09-28drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash1-0/+13
2016-09-28usb: host: ehci-vf: Migrate Vybrid USB to driver modelSanchayan Maity1-7/+201
2016-09-28drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers...Sriram Dash1-0/+10
2016-09-27Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-2/+11
2016-09-27ARM: tegra: fix USB ULPI PHY reset signal inversion confusionStephen Warren1-2/+11
2016-09-27usb: xhci-mvebu: Add Armada 8K to compatiblity listStefan Roese1-0/+1
2016-09-27usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)Stefan Roese1-7/+52
2016-09-27usb: xhci: Add Marvell MVEBU xHCI supportStefan Roese3-0/+106
2016-09-24usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada1-0/+13
2016-09-24treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada10-10/+10
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-24usb: squash lines for immediate returnMasahiro Yamada1-6/+1
2016-09-24usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada8-90/+8
2016-09-22usb: host: add Kconfig for USB_XHCI_ROCKCHIPKever Yang1-0/+7
2016-09-22usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang2-0/+212
2016-09-14usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada3-93/+0
2016-08-15dm: atmel: Add driver model support for the ehci driverWenyou Yang2-0/+123
2016-08-07usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat1-1/+82
2016-08-07usb: ehci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat1-4/+127
2016-08-07drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USBRajesh Bhagat1-27/+36
2016-08-07usb: add (move) CONFIG_USB_HOST to KconfigMasahiro Yamada1-0/+7
2016-08-07usb: add CONFIG_USB_UHCI_HCD in KconfigMasahiro Yamada1-0/+17
2016-08-07usb: add CONFIG_USB_OHCI_HCD in KconfigMasahiro Yamada1-10/+25