From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Fri, 1 Dec 2017 14:49:00 +0100 Subject: [PATCH net-next v4 2/2] net: ethernet: socionext: add AVE ethernet driver In-Reply-To: <1512090230-27594-3-git-send-email-hayashi.kunihiko@socionext.com> References: <1512090230-27594-1-git-send-email-hayashi.kunihiko@socionext.com> <1512090230-27594-3-git-send-email-hayashi.kunihiko@socionext.com> Message-ID: <20171201134900.GE22599@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Dec 01, 2017 at 10:03:50AM +0900, Kunihiko Hayashi wrote: > The UniPhier platform from Socionext provides the AVE ethernet > controller that includes MAC and MDIO bus supporting RGMII/RMII > modes. The controller is named AVE. > > Signed-off-by: Kunihiko Hayashi > Signed-off-by: Jassi Brar Hi Kunihiko I reviewed the PHY and MDIO code. It all looks good. I cannot say much about the rest of it though. Reviewed-by: Andrew Lunn Andrew