From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752143AbdLEBmE (ORCPT ); Mon, 4 Dec 2017 20:42:04 -0500 Received: from mx.socionext.com ([202.248.49.38]:55217 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751546AbdLEBmC (ORCPT ); Mon, 4 Dec 2017 20:42:02 -0500 Date: Tue, 05 Dec 2017 10:42:00 +0900 From: Kunihiko Hayashi To: Andrew Lunn Subject: Re: [PATCH net-next v4 2/2] net: ethernet: socionext: add AVE ethernet driver 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 In-Reply-To: <20171201134900.GE22599@lunn.ch> References: <1512090230-27594-3-git-send-email-hayashi.kunihiko@socionext.com> <20171201134900.GE22599@lunn.ch> Message-Id: <20171205104159.E1A7.4A936039@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.70 [ja] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, On Fri, 1 Dec 2017 14:49:00 +0100 Andrew Lunn wrote: > 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 Thanks! I'll remove warning from kbuild test, and repost the series for reviewing other part. --- Best Regards, Kunihiko Hayashi