Re: [PATCH 01/13] usb: chipidea: ci13xxx_imx: Let device core handle pinctrl

2013-05-14 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. I'm taking this patch into my tree unless there are objections. Regards, --

[PATCH 01/13] usb: chipidea: ci13xxx_imx: 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: Alexander Shishkin Cc: Signed-off-by: Fabio Estevam --- drivers/usb/chipidea/ci13xxx_imx.c |7 -