From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v4] net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs Date: Sat, 17 Nov 2018 07:28:49 +0100 Message-ID: <20181117062849.GA5004@lunn.ch> References: <20181114061703.11026-1-ms@dev.tdt.de> <20181114115449.28332-1-ms@dev.tdt.de> <20181116.202547.692151883173974691.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ms@dev.tdt.de, sergei.shtylyov@cogentembedded.com, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: David Miller Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:38429 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725791AbeKQQof (ORCPT ); Sat, 17 Nov 2018 11:44:35 -0500 Content-Disposition: inline In-Reply-To: <20181116.202547.692151883173974691.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Nov 16, 2018 at 08:25:47PM -0800, David Miller wrote: > From: Martin Schiller > Date: Wed, 14 Nov 2018 12:54:49 +0100 > > > This commit re-enables support for slow GPIO pins. It was initially > > introduced by commit 2d6c9091ab76 ("net: mdio-gpio: support access that > > may sleep") and got lost by commit 7e5fbd1e0700 ("net: mdio-gpio: > > Convert to use gpiod functions where possible"). > > > > Also add a warning about slow GPIO pins like it is done in i2c-gpio. > > > > Signed-off-by: Martin Schiller > > Applied, thanks. Hi David We were intending that v6 would get merged, and into net. I guess it is too late now, but could you also add the v4 you merged into net. You can find the fixes: tag in v6. Thanks Andrew