commit | d0065dd92fec3d6785683c8338f0ebc7c6135db4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 16:47:53 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:40 2015 -0600 |
tree | 453b22e8d59e10967dfd40d1199bf65d0b9d0b6b | |
parent | 55bbe93dee465bd6519f3b86b2468b9d8876616c [diff] |
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>