From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Date: Wed, 13 Feb 2019 15:21:19 +0800 Subject: [U-Boot] [U-Boot, 2/3] net: add higmacv300 Ethernet driver for HiSilicon platform In-Reply-To: <20190209001321.GB16814@bill-the-cat> References: <20190128091356.6955-3-shawn.guo@linaro.org> <20190209001321.GB16814@bill-the-cat> Message-ID: <20190213072116.GA4027@dragon> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Feb 08, 2019 at 07:13:21PM -0500, Tom Rini wrote: > On Mon, Jan 28, 2019 at 05:13:55PM +0800, Shawn Guo wrote: > > > It adds the driver for HIGMACV300 Ethernet controller found on HiSilicon > > SoCs like Hi3798CV200. It's based on a downstream U-Boot driver, but > > quite a lot of code gets rewritten and cleaned up to adopt driver model > > and PHY API. > > > > Signed-off-by: Shawn Guo > > Please note that you forgot drivers/net/ocelot_switch.c with this patch. Thanks for reminding, Tom. I will rebase to latest master and get the move of ocelot_switch driver considered. Shawn