From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 14 Apr 2015 05:56:34 +0200 Subject: [U-Boot] [PATCH v3 3/3] dm: usb: Complete the splitting up of usb_new_device() In-Reply-To: <1428981544-22643-3-git-send-email-sjg@chromium.org> References: <1428981544-22643-1-git-send-email-sjg@chromium.org> <1428981544-22643-3-git-send-email-sjg@chromium.org> Message-ID: <201504140556.34111.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, April 14, 2015 at 05:19:04 AM, Simon Glass wrote: > This function now calls usb_setup_device() to set up the device and > usb_hub_probe() to check if it is a hub. The XHCI special case is now a > parameter to usb_setup_device(). The latter will be used by the USB uclass > when it is added, since it does not rely on any CONFIGs or legacy data > structures. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut Best regards, Marek Vasut