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 framework and the driver does not need to do it on its
own (drivers/base/dd.c:really_probe() calls 'pinctrl_bind_pins() which takes
care of the pinctrl setup).
Thanks,
Sören
drivers/net/ethernet/cadence/macb.c | 11 -----------
1 file changed, 11 deletions(-)
From: Nicolas Ferre <hidden> Date: 2014-09-24 15:28:59
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 does already take care of
calling into the pinctrl framework and the driver does not need to do it on its
own (drivers/base/dd.c:really_probe() calls 'pinctrl_bind_pins() which takes
care of the pinctrl setup).
True, thanks for your patch:
Acked-by: Nicolas Ferre <redacted>
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 framework and the driver does not need to do it on its
own (drivers/base/dd.c:really_probe() calls 'pinctrl_bind_pins() which takes
care of the pinctrl setup).
Applied and queued up for -stable, thanks.
Next time please provide a proper "Signed-off-by: " in the commit message
of your submission.
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 framework and the driver does not need to do it on its
own (drivers/base/dd.c:really_probe() calls 'pinctrl_bind_pins() which takes
care of the pinctrl setup).
Applied and queued up for -stable, thanks.
thx
Next time please provide a proper "Signed-off-by: " in the commit message
of your submission.
Yeah, sorry for that. I overlooked that one. My alias for commit takes
care of this, but I don't have that for revert.
In case you need it:
Signed-off-by: Soren Brinkmann <redacted>
Sören