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 Janua

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 Wal

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 fo

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 me

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 sen

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 subsys

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,

[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 b/drivers/gpio/g