From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752182AbdEEMOB (ORCPT ); Fri, 5 May 2017 08:14:01 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:34254 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbdEEMN7 (ORCPT ); Fri, 5 May 2017 08:13:59 -0400 Date: Fri, 5 May 2017 14:13:54 +0200 From: Corentin Labbe To: peppe.cavallaro@st.com, alexandre.torgue@st.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@free-electrons.com, wens@csie.org, linux@armlinux.org.uk, catalin.marinas@arm.com, will.deacon@arm.com Subject: Re: [PATCH v5 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver Message-ID: <20170505121354.GA14023@Red> References: <20170501124520.3769-1-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170501124520.3769-1-clabbe.montjoie@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 01, 2017 at 02:45:00PM +0200, Corentin Labbe wrote: > Hello > > This patch series add the driver for dwmac-sun8i which handle the Ethernet MAC > present on Allwinner H3/H5/A83T/A64 SoCs. > > This driver is the continuation of the sun8i-emac driver. > During the development, it appeared that in fact the hardware was a modified > version of some dwmac. > So the driver is now written as a glue driver for stmmac. > > It supports 10/100/1000 Mbit/s speed with half/full duplex. > It can use an internal PHY (MII 10/100) or an external PHY > via RGMII/RMII. > > This patch series enable the driver only for the H3/A64/H5 SoC since A83T > doesn't have the necessary clocks present in mainline. > > The driver have been tested on the following boards: > - H3 Orange PI PC, BananaPI-M2+ > - A64 Pine64, BananaPi-M64 > - A83T BananaPI-M3 > > The first two patchs are some mandatory changes for letting dwmac-sun8i be used. > The following three patchs add the driver and its documentation. > The remaining are DT patch enabling it. > > Regards > Corentin Labbe > Hello Giuseppe Since this serie have only one minor comment on documentation, could you give me your view about it ? Regards