From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 7 Aug 2015 00:26:06 +0200 Subject: [U-Boot] [PATCH 02/21] usb: gadget: ether: Perform board initialization from ethernet gadget driver In-Reply-To: <1438877771-23513-3-git-send-email-kishon@ti.com> References: <1438877771-23513-1-git-send-email-kishon@ti.com> <1438877771-23513-3-git-send-email-kishon@ti.com> Message-ID: <201508070026.06755.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 Thursday, August 06, 2015 at 06:15:52 PM, Kishon Vijay Abraham I wrote: > Ethernet gadget driver can be used both by both SPL and u-boot. Since > usb_eth_init() is the entry point for ethernet gadget driver, perform > board initialization there. Also perform the cleanup in usb_eth_halt. > > Signed-off-by: Kishon Vijay Abraham I Acked-by: Marek Vasut Best regards, Marek Vasut