]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:59 +0000 (13:48 +0200)
commitff9bd76f73d54a5c7e4af75ccf9cc33a5c165d41
treea820634e0d6b35c6bb35c33363a5a5cdc87e9bab
parentc8a08c0b67cfcc8693faddc8c06a8b79dd35a587
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