From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933643AbdC3Mfh (ORCPT ); Thu, 30 Mar 2017 08:35:37 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:15594 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754213AbdC3Mff (ORCPT ); Thu, 30 Mar 2017 08:35:35 -0400 Subject: Re: [PATCH 0/2] ARM: am335x-icev2: Add ethernet support To: , References: <1489412554-2054-1-git-send-email-rogerq@ti.com> CC: , , , , , From: Roger Quadros Message-ID: <178a255a-5e26-fe6f-8d9e-a7755f0b5fca@ti.com> Date: Thu, 30 Mar 2017 15:35:25 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1489412554-2054-1-git-send-email-rogerq@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony & Dave, On 13/03/17 15:42, Roger Quadros wrote: > Hi, > > This series adds ethernet support to am335x-icev2 board. > > The ethernet PHYs on the board need an explicit GPIO reset pulse > to ensure they bootstrap to the correct mode. Without the > GPIO reset they just don't work. > > cheers, > -roger Any comments on this series. Patch 1 is at version 2. > > Roger Quadros (2): > net: davinci_mdio: add GPIO reset logic > ARM: dts: am335x-icev2: Add CPSW ethernet0 and ethernet1 > > .../devicetree/bindings/net/davinci-mdio.txt | 2 + > arch/arm/boot/dts/am335x-icev2.dts | 113 +++++++++++++++++++++ > drivers/net/ethernet/ti/davinci_mdio.c | 68 +++++++++++-- > 3 files changed, 175 insertions(+), 8 deletions(-) > cheers, -roger