From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753091AbdLANtH (ORCPT ); Fri, 1 Dec 2017 08:49:07 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:43134 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753053AbdLANtF (ORCPT ); Fri, 1 Dec 2017 08:49:05 -0500 Date: Fri, 1 Dec 2017 14:49:00 +0100 From: Andrew Lunn To: Kunihiko Hayashi Cc: netdev@vger.kernel.org, Florian Fainelli , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Masahiro Yamada , Masami Hiramatsu , Jassi Brar Subject: Re: [PATCH net-next v4 2/2] net: ethernet: socionext: add AVE ethernet driver Message-ID: <20171201134900.GE22599@lunn.ch> References: <1512090230-27594-1-git-send-email-hayashi.kunihiko@socionext.com> <1512090230-27594-3-git-send-email-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512090230-27594-3-git-send-email-hayashi.kunihiko@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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