]> git.sur5r.net Git - u-boot/commit
usb: xhci-pci: Add DM support
authorStefan Roese <sr@denx.de>
Mon, 18 Jul 2016 10:51:39 +0000 (12:51 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 6 Dec 2016 00:54:26 +0000 (01:54 +0100)
commit555a347209000f8655ca637a5a04f7275a2fb999
tree427141a0b5fa657bcf19042ad13789d03db6d167
parent3cfb67d0419c645998b440592d8c2ce010134b8e
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>
drivers/usb/host/xhci-pci.c