Re: [PATCH] Revert "net/macb: add pinctrl consumer support"

2014-09-26 Thread Sören Brinkmann
On Fri, 2014-09-26 at 03:49PM -0400, David Miller wrote: > From: Soren Brinkmann > Date: Mon, 22 Sep 2014 16:49:08 -0700 > > > This reverts commit 8ef29f8aae524bd51298fb10ac6a5ce6c4c5a3d8. > > The driver core already calls pinctrl_get() and claims the default > > state. There is no need to replic

Re: [PATCH] Revert "net/macb: add pinctrl consumer support"

2014-09-26 Thread David Miller
From: Soren Brinkmann Date: Mon, 22 Sep 2014 16:49:08 -0700 > This reverts commit 8ef29f8aae524bd51298fb10ac6a5ce6c4c5a3d8. > The driver core already calls pinctrl_get() and claims the default > state. There is no need to replicate this in the driver. > --- > Hi, > > I might be mistaken, but I t

Re: [PATCH] Revert "net/macb: add pinctrl consumer support"

2014-09-24 Thread Nicolas Ferre
On 23/09/2014 01:49, Soren Brinkmann : > This reverts commit 8ef29f8aae524bd51298fb10ac6a5ce6c4c5a3d8. > The driver core already calls pinctrl_get() and claims the default > state. There is no need to replicate this in the driver. > --- > Hi, > > I might be mistaken, but I think the driver core do

[PATCH] Revert "net/macb: add pinctrl consumer support"

2014-09-22 Thread Soren Brinkmann
This reverts commit 8ef29f8aae524bd51298fb10ac6a5ce6c4c5a3d8. The driver core already calls pinctrl_get() and claims the default state. There is no need to replicate this in the driver. --- Hi, I might be mistaken, but I think the driver core does already take care of calling into the pinctrl fram