commit | 978f6a3b14f212cc7a956846c9e0cb9ca18620b1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 19 21:51:07 2017 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 28 23:34:28 2017 +0200 |
tree | 2b879557d3c371b2b67b1aab4a68b6c941bd1c16 | |
parent | c9621012a6f86500d60648a5e714b1c36e9111b9 [diff] |
usb: xhci-pci: Drop non-DM version of xhci-pci driver As there is no board that currently uses xhci-pci driver without DM USB, drop its support and leave only DM support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>