Re: [PATCH 06/13] pwm: pwm-mxs: Let device core handle pinctrl

2013-05-26 Thread Thierry Reding
On Sun, May 26, 2013 at 06:02:16PM -0300, Fabio Estevam wrote: > Hi Thierry, > > On Mon, May 6, 2013 at 3:05 PM, Fabio Estevam > wrote: > > Since commit ab78029 (drivers/pinctrl: grab default handles from device > > core), > > we can rely on device core for handling pinctrl. > > > > So remove de

Re: [PATCH 06/13] pwm: pwm-mxs: Let device core handle pinctrl

2013-05-26 Thread Fabio Estevam
Hi Thierry, On Mon, May 6, 2013 at 3:05 PM, Fabio Estevam wrote: > Since commit ab78029 (drivers/pinctrl: grab default handles from device core), > we can rely on device core for handling pinctrl. > > So remove devm_pinctrl_get_select_default() from the driver. > > Cc: Thierry Reding > Cc: > Si

Re: [PATCH 06/13] pwm: pwm-mxs: Let device core handle pinctrl

2013-05-14 Thread Alexander Shishkin
Alexander Shishkin writes: > Shawn Guo writes: > >> On Wed, May 08, 2013 at 02:51:33PM +0300, Alexander Shishkin wrote: >>> Fabio Estevam writes: >>> >>> > Since commit ab78029 (drivers/pinctrl: grab default handles from device >>> > core), >>> > we can rely on device core for handling pinctr

Re: [PATCH 06/13] pwm: pwm-mxs: Let device core handle pinctrl

2013-05-14 Thread Alexander Shishkin
Shawn Guo writes: > On Wed, May 08, 2013 at 02:51:33PM +0300, Alexander Shishkin wrote: >> Fabio Estevam writes: >> >> > Since commit ab78029 (drivers/pinctrl: grab default handles from device >> > core), >> > we can rely on device core for handling pinctrl. >> > >> > So remove devm_pinctrl_ge

Re: [PATCH 06/13] pwm: pwm-mxs: Let device core handle pinctrl

2013-05-08 Thread Shawn Guo
On Wed, May 08, 2013 at 02:51:33PM +0300, Alexander Shishkin wrote: > Fabio Estevam writes: > > > Since commit ab78029 (drivers/pinctrl: grab default handles from device > > core), > > we can rely on device core for handling pinctrl. > > > > So remove devm_pinctrl_get_select_default() from the d

Re: [PATCH 06/13] pwm: pwm-mxs: Let device core handle pinctrl

2013-05-08 Thread Alexander Shishkin
Fabio Estevam writes: > Since commit ab78029 (drivers/pinctrl: grab default handles from device core), > we can rely on device core for handling pinctrl. > > So remove devm_pinctrl_get_select_default() from the driver. > > Cc: Thierry Reding > Cc: > Signed-off-by: Fabio Estevam > --- > drive

[PATCH 06/13] pwm: pwm-mxs: Let device core handle pinctrl

2013-05-06 Thread Fabio Estevam
Since commit ab78029 (drivers/pinctrl: grab default handles from device core), we can rely on device core for handling pinctrl. So remove devm_pinctrl_get_select_default() from the driver. Cc: Thierry Reding Cc: Signed-off-by: Fabio Estevam --- drivers/pwm/pwm-mxs.c |6 -- 1 file cha