usb: uniphier: remove UniPhier xHCI driver and select DM_USB
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 13 Sep 2016 16:06:00 +0000 (01:06 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 14 Sep 2016 13:54:19 +0000 (22:54 +0900)
commit47a79f657ef6b12b903cf6322dc78b5b93a50029
tree31f4ffe4c1808e01a8be747a23bf0d0b465c828c
parentb5550e496e97367d4c2b52d7a1a2e658f4a97d46
usb: uniphier: remove UniPhier xHCI driver and select DM_USB

This driver has not been converted to Driver Model, and it is an
obstacle to migrate other block device drivers.  Remove it for now.

The UniPhier SoCs already use a DM-based EHCI driver, so now
ARCH_UNIPHIER can select DM_USB.

These two changes must be done atomically because removing the
legacy driver causes a build error.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/arm/Kconfig
configs/uniphier_ld4_sld8_defconfig
configs/uniphier_sld3_defconfig
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/xhci-uniphier.c [deleted file]
include/fdtdec.h
lib/fdtdec.c