uboot/drivers/usb/host
Stefan Roese 555a347209 usb: xhci-pci: Add DM support
This patch adds DM support to the xHCI PCI driver. Enabling its use
e.g. in x86 platforms.

Status: On the congatec BayTrail SoM, xHCI still does not work
correctly with this patch. Some internal timeouts lead to resets (BUG).
Additional work is needed here. I'm posting this version as WIP so that
other developers interested in this support might use it as a start.
I might get back to it in a few weeks as well.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: George McCollister <george.mccollister@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-12-06 01:54:26 +01:00
..
Kconfig usb: xhci: Add Marvell MVEBU xHCI support 2016-09-27 17:29:52 +02:00
Makefile usb: xhci: Add Marvell MVEBU xHCI support 2016-09-27 17:29:52 +02:00
dwc2.c usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA 2016-05-06 20:06:56 +02:00
dwc2.h
ehci-armada100.c
ehci-atmel.c usb: ehci-atmel: Remove unnecessary clock calling 2016-10-28 18:37:15 +02:00
ehci-exynos.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
ehci-faraday.c
ehci-fsl.c usb: replace ehci_*_remove() with usb_deregister() 2016-09-23 17:53:46 -04:00
ehci-generic.c usb: ehci-generic: support reset control for generic EHCI 2016-09-23 22:25:44 -04:00
ehci-hcd.c usb: ehci: only shutdown opened controller 2016-06-18 00:49:00 +02:00
ehci-marvell.c usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8) 2016-09-27 17:29:53 +02:00
ehci-mpc512x.c
ehci-msm.c
ehci-mx5.c
ehci-mx6.c usb: replace ehci_*_remove() with usb_deregister() 2016-09-23 17:53:46 -04:00
ehci-mxc.c
ehci-mxs.c
ehci-omap.c
ehci-pci.c usb: pci: Fix cast for 64-bit compilation 2016-10-11 11:55:33 +08:00
ehci-ppc4xx.c
ehci-rmobile.c
ehci-spear.c
ehci-sunxi.c sunxi: A64: enable USB support 2016-10-30 11:38:04 +01:00
ehci-tegra.c ARM: tegra: fix USB ULPI PHY reset signal inversion confusion 2016-09-27 09:11:03 -07:00
ehci-vct.c
ehci-vf.c usb: ehci-vf: use ehci_deregister() for .remove callback 2016-10-27 08:02:36 +02:00
ehci-zynq.c usb: replace ehci_*_remove() with usb_deregister() 2016-09-23 17:53:46 -04:00
ehci.h
isp116x-hcd.c Remove some merge markers 2016-10-23 18:33:18 -04:00
isp116x.h
ohci-at91.c
ohci-da8xx.c
ohci-ep93xx.c
ohci-generic.c
ohci-hcd.c Fix spelling of "resetting". 2016-10-31 10:13:17 -04:00
ohci-lpc32xx.c
ohci-s3c24xx.c Fix spelling of "resetting". 2016-10-31 10:13:17 -04:00
ohci-s3c24xx.h
ohci-sunxi.c Merge branch 'master' of http://git.denx.de/u-boot-sunxi 2016-10-30 08:11:50 -04:00
ohci.h drivers: USB: OHCI: allow compilation for 64-bit targets 2016-10-29 19:45:40 +02:00
r8a66597-hcd.c
r8a66597.h
sl811-hcd.c
sl811.h
usb-sandbox.c
usb-uclass.c dm: Use dm_scan_fdt_dev() directly where possible 2016-07-27 14:15:54 -06:00
utmi-armada100.c
xhci-dwc3.c
xhci-exynos5.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
xhci-fsl.c drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller 2016-09-27 23:30:49 +02:00
xhci-keystone.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
xhci-mem.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
xhci-mvebu.c usb: xhci-mvebu: use xhci_deregister() for .remove callback 2016-10-27 08:02:39 +02:00
xhci-omap.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
xhci-pci.c usb: xhci-pci: Add DM support 2016-12-06 01:54:26 +01:00
xhci-ring.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
xhci-rockchip.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
xhci-zynqmp.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
xhci.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
xhci.h