Re: [PATCH 04/13] mmc: mxs-mmc: Let device core handle pinctrl

2013-06-27 Thread Chris Ball
Hi Fabio, On Sun, May 26 2013, Fabio Estevam wrote: > Hi Chris, > > 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_sel

Re: [PATCH 04/13] mmc: mxs-mmc: Let device core handle pinctrl

2013-05-26 Thread Fabio Estevam
Hi Chris, 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: Chris Ball > Cc: > Signed-o

[PATCH 04/13] mmc: mxs-mmc: 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: Chris Ball Cc: Signed-off-by: Fabio Estevam --- drivers/mmc/host/mxs-mmc.c |8 1 file