commit | 7e8644d49746bd9de5d9372f67c35f9ffb3867cb | [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 | bfe1c71b79bfd87449c6f69d21bfcbcffe2f40cc [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>