From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 26 Mar 2015 20:40:14 +0100 Subject: [U-Boot] [PATCH v2 0/80] dm: Add USB support In-Reply-To: <1427307788-7496-1-git-send-email-sjg@chromium.org> References: <1427307788-7496-1-git-send-email-sjg@chromium.org> Message-ID: <201503262040.14411.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 Wednesday, March 25, 2015 at 07:21:48 PM, Simon Glass wrote: > This series adds driver model support to USB. The intent is to permit the > various subsystems (OHCI, EHCI, XHCI) to co-exist and allow any number of > USB ports of different types. > > With the RFC series, only USB controllers had a real driver model device. > USB devices (including the hub in the controller) were not modelled as > driver model devices. > > While this was expedient, and produced much fewer patches, it is not a > long-term solution. Also, since then, driver model Ethernet support (which > USB can use) has been merged to u-boot-dm/next. It seems better to bite the > bullet and do a full conversion. Whew. Reviewed-by: Marek Vasut Best regards, Marek Vasut