From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v2] net: phy: mdio-gpio: fix access that may sleep Date: Wed, 14 Nov 2018 08:05:28 +0100 Message-ID: <20181114070528.GD17052@lunn.ch> References: <20181114061703.11026-1-ms@dev.tdt.de> <20181114063703.13379-1-ms@dev.tdt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, f.fainelli@gmail.com, davem@davemloft.net To: Martin Schiller Return-path: Content-Disposition: inline In-Reply-To: <20181114063703.13379-1-ms@dev.tdt.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Nov 14, 2018 at 07:37:03AM +0100, Martin Schiller wrote: > This commit re-enables support for slow GPIO pins. It was initially > introduced by commit > 2d6c9091ab7630dfcf34417c6683ce4764d7d40a > and got lost by commit > 7e5fbd1e0700f1bdb94508f84ec2aeb01eed7b12 Hi Martin Was it really lost? It looks like _cansleep() just adds an extra check might_sleep_if(extra_checks), but it does not change any functionality. So the change itself is O.K, i'm just not too sure about the commit message. Andrew