From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH v2 0/2] net: davinci_emac: fix suspend/resume (both a regression and a common clk problem) Date: Wed, 20 Jun 2018 19:44:00 -0700 Message-ID: References: <20180620080356.11900-1-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-omap@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski To: Bartosz Golaszewski , Grygorii Strashko , "David S . Miller" , Dan Carpenter , Ivan Khoronzhuk , Rob Herring , Lukas Wunner , Kevin Hilman , David Lechner , Sekhar Nori , Andrew Lunn Return-path: In-Reply-To: <20180620080356.11900-1-brgl@bgdev.pl> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 06/20/2018 01:03 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Earlier I sent the first patch as a solution to a regression introduced > during the v4.16 merge window, but after testing David's common clock > series on top of 4.18-rc1 + this patch it turned out that the problem > persisted. > > This is a follow-up containing the regression fix and an additional > patche that makes suspend/resume work with David's changes. > > v1 -> v2: > - dropped patch 2/3 > - in patch 2/2: check the device's parent's compatible Much better: Reviewed-by: Florian Fainelli > > Bartosz Golaszewski (2): > net: ethernet: fix suspend/resume in davinci_emac > net: davinci_emac: match the mdio device against its compatible if > possible > > drivers/net/ethernet/ti/davinci_emac.c | 19 +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) > -- Florian