dm: usb: Add driver-model support to ehci-pci
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 22:47:53 +0000 (16:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:40 +0000 (17:39 -0600)
commit2b53b078d786a3e0485dd9a85949d49501137a23
tree453b22e8d59e10967dfd40d1199bf65d0b9d0b6b
parent4a41cc157870cf752795adef811fa7ca9cb1b974
dm: usb: Add driver-model support to ehci-pci

Support driver model in this driver. This uses the normal USB driver search
mechanism. Any EHCI controllers will be set up as they are found during
usb_init().

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/host/ehci-pci.c