From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 7 Jul 2015 01:21:13 +0200 Subject: [U-Boot] [PATCH 14/18] dm: usb: Add driver-model support to ehci-pci In-Reply-To: <1436222877-17548-15-git-send-email-sjg@chromium.org> References: <1436222877-17548-1-git-send-email-sjg@chromium.org> <1436222877-17548-15-git-send-email-sjg@chromium.org> Message-ID: <201507070121.13288.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, July 07, 2015 at 12:47:53 AM, Simon Glass wrote: > 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 Reviewed-by: Marek Vasut Best regards, Marek Vasut