Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752253AbdLKHE4 (ORCPT ); Mon, 11 Dec 2017 02:04:56 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:53718 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707AbdLKHEx (ORCPT ); Mon, 11 Dec 2017 02:04:53 -0500 Date: Mon, 11 Dec 2017 08:04:48 +0100 From: Simon Horman To: Geert Uytterhoeven Cc: "David S . Miller" , Andrew Lunn , Florian Fainelli , Magnus Damm , Sergei Shtylyov , Rob Herring , Mark Rutland , Nicolas Ferre , Richard Leitner , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/4] Teach phylib hard-resetting devices Message-ID: <20171211070447.kyipuoygofhuggye@verge.net.au> References: <1512383692-14009-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512383692-14009-1-git-send-email-geert+renesas@glider.be> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 20 On Mon, Dec 04, 2017 at 11:34:48AM +0100, Geert Uytterhoeven wrote: > Hi David, Andrew, Florian, Simon, Magnus, > > This patch series adds optional PHY reset support to phylib. > > The first two patches are destined for David's net-next tree. They add > core PHY reset code, and update a driver that currently uses its own > reset code. > > The last two patches are destined for Simon's renesas tree. They add > properties to describe the EthernetAVB PHY reset topology to the common > Salvator-X/XS and ULCB DTS files, which solves two issues: > 1. On Salvator-XS, the enable pin of the regulator providing PHY power > is connected to PRESETn, and PSCI powers down the SoC during system > suspend. Hence a PHY reset is needed to restore network > functionality after system resume. > 2. Linux should not rely on the boot loader having reset the PHY, but > should reset the PHY during driver probe. Thanks, I have applied patches 3/4 and 4/4 for v4.16.