Re: [PATCH] drivers: gpio: Use devm_ioremap_resource function

2013-03-27 Thread Linus Walleij
On Thu, Mar 14, 2013 at 10:34 AM, Sachin Kamat wrote: > On 14 March 2013 14:57, Alexandru Gheorghiu wrote: >> Use the newly introduced devm_ioremap_resource() instead of >> devm_request_and_ioremap() which provides more consistent error >> handling. >> >> Signed-off-by: Alexandru Gheorghiu > >

Re: [PATCH] drivers: gpio: Use devm_ioremap_resource function

2013-03-27 Thread Linus Walleij
On Thu, Mar 14, 2013 at 10:34 AM, Sachin Kamat sachin.ka...@linaro.org wrote: On 14 March 2013 14:57, Alexandru Gheorghiu gheorghiuan...@gmail.com wrote: Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling.

Re: [PATCH] drivers: gpio: Use devm_ioremap_resource function

2013-03-14 Thread Sachin Kamat
On 14 March 2013 14:57, Alexandru Gheorghiu wrote: > Use the newly introduced devm_ioremap_resource() instead of > devm_request_and_ioremap() which provides more consistent error > handling. > > Signed-off-by: Alexandru Gheorghiu Similar patch has already been submitted:

[PATCH] drivers: gpio: Use devm_ioremap_resource function

2013-03-14 Thread Alexandru Gheorghiu
Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. Signed-off-by: Alexandru Gheorghiu --- drivers/gpio/gpio-vt8500.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] drivers: gpio: Use devm_ioremap_resource function

2013-03-14 Thread Alexandru Gheorghiu
Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com --- drivers/gpio/gpio-vt8500.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [PATCH] drivers: gpio: Use devm_ioremap_resource function

2013-03-14 Thread Sachin Kamat
On 14 March 2013 14:57, Alexandru Gheorghiu gheorghiuan...@gmail.com wrote: Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. Signed-off-by: Alexandru Gheorghiu gheorghiuan...@gmail.com Similar patch has