Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-02-03 Thread Grygorii Strashko
Hi Linus, Sekhar, On 01/16/2014 06:29 AM, Sekhar Nori wrote: > On Wednesday 15 January 2014 09:20 PM, Kevin Hilman wrote: >> Sekhar Nori writes: >> >>> On Wednesday 15 January 2014 07:21 PM, Linus Walleij wrote: On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori wrote: > On Wednesday 15

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-02-03 Thread Grygorii Strashko
Hi Linus, Sekhar, On 01/16/2014 06:29 AM, Sekhar Nori wrote: On Wednesday 15 January 2014 09:20 PM, Kevin Hilman wrote: Sekhar Nori nsek...@ti.com writes: On Wednesday 15 January 2014 07:21 PM, Linus Walleij wrote: On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori nsek...@ti.com wrote: On

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Sekhar Nori
On Wednesday 15 January 2014 09:20 PM, Kevin Hilman wrote: > Sekhar Nori writes: > >> On Wednesday 15 January 2014 07:21 PM, Linus Walleij wrote: >>> On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori wrote: On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: >>> > Acked-by: Linus

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Kevin Hilman
Sekhar Nori writes: > On Wednesday 15 January 2014 07:21 PM, Linus Walleij wrote: >> On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori wrote: >>> On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: >> Acked-by: Linus Walleij The DaVinci maintainers are queuing GPIO patches

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Sekhar Nori
On Wednesday 15 January 2014 07:21 PM, Linus Walleij wrote: > On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori wrote: >> On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: > >>> Acked-by: Linus Walleij >>> >>> The DaVinci maintainers are queuing GPIO patches for their driver >>> for this

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Linus Walleij
On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori wrote: > On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: >> Acked-by: Linus Walleij >> >> The DaVinci maintainers are queuing GPIO patches for their driver >> for this merge window, so requesting them to apply this patch. > > I wont be

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Sekhar Nori
On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: > On Tue, Jan 14, 2014 at 12:58 PM, Wolfram Sang wrote: > >> devm_ioremap_resource does sanity checks on the given resource. No need to >> duplicate this in the driver. >> >> Signed-off-by: Wolfram Sang >> --- >> >> Should go via

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Linus Walleij
On Tue, Jan 14, 2014 at 12:58 PM, Wolfram Sang wrote: > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. > > Signed-off-by: Wolfram Sang > --- > > Should go via subsystem tree > > drivers/gpio/gpio-davinci.c | 5 - > 1 file changed,

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Linus Walleij
On Tue, Jan 14, 2014 at 12:58 PM, Wolfram Sang w...@the-dreams.de wrote: devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang w...@the-dreams.de --- Should go via subsystem tree drivers/gpio/gpio-davinci.c |

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Sekhar Nori
On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: On Tue, Jan 14, 2014 at 12:58 PM, Wolfram Sang w...@the-dreams.de wrote: devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang w...@the-dreams.de ---

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Linus Walleij
On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: Acked-by: Linus Walleij linus.wall...@linaro.org The DaVinci maintainers are queuing GPIO patches for their driver for this merge window, so requesting them to apply

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Sekhar Nori
On Wednesday 15 January 2014 07:21 PM, Linus Walleij wrote: On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: Acked-by: Linus Walleij linus.wall...@linaro.org The DaVinci maintainers are queuing GPIO patches for

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Kevin Hilman
Sekhar Nori nsek...@ti.com writes: On Wednesday 15 January 2014 07:21 PM, Linus Walleij wrote: On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: Acked-by: Linus Walleij linus.wall...@linaro.org The DaVinci

Re: [PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-15 Thread Sekhar Nori
On Wednesday 15 January 2014 09:20 PM, Kevin Hilman wrote: Sekhar Nori nsek...@ti.com writes: On Wednesday 15 January 2014 07:21 PM, Linus Walleij wrote: On Wed, Jan 15, 2014 at 1:54 PM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 15 January 2014 02:58 PM, Linus Walleij wrote: Acked-by:

[PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-14 Thread Wolfram Sang
devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang --- Should go via subsystem tree drivers/gpio/gpio-davinci.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpio/gpio-davinci.c

[PATCH 7/7] drivers/gpio: don't check resource with devm_ioremap_resource

2014-01-14 Thread Wolfram Sang
devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang w...@the-dreams.de --- Should go via subsystem tree drivers/gpio/gpio-davinci.c | 5 - 1 file changed, 5 deletions(-) diff --git