From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 7 Jul 2015 01:19:43 +0200 Subject: [U-Boot] [PATCH 11/18] dm: usb: eth: Support driver model with USB Ethernet In-Reply-To: <1436222877-17548-12-git-send-email-sjg@chromium.org> References: <1436222877-17548-1-git-send-email-sjg@chromium.org> <1436222877-17548-12-git-send-email-sjg@chromium.org> Message-ID: <201507070119.44030.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:50 AM, Simon Glass wrote: > At present USB Ethernet does not work with CONFIG_DM_ETH. Add driver model > support to this feature, so that it can work alongside other Ethernet > devices with driver model. > > It was found that quite a bit of code is common in most of the USB Ethernet > drivers. Add this code to the common layer to reduce the amount of > duplicate code needed in USB Ethernet drivers when CONFIG_DM_ETH is used. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut Best regards, Marek Vasut