Re: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-25 Thread Kukjin Kim
On 08/24/13 03:11, Linus Walleij wrote: On Thu, Aug 22, 2013 at 11:59 AM, Kukjin Kim wrote: Tomasz Figa wrote: On Thursday 22 of August 2013 01:21:25 Linus Walleij wrote: On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa wrote: Since this driver does not handle GPIO on device tree enabled platf

Re: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-23 Thread Linus Walleij
On Thu, Aug 22, 2013 at 11:59 AM, Kukjin Kim wrote: > Tomasz Figa wrote: >> On Thursday 22 of August 2013 01:21:25 Linus Walleij wrote: >> > On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa >> wrote: >> > > Since this driver does not handle GPIO on device tree enabled >> > > platforms >> > > any mor

Re: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-22 Thread Tomasz Figa
On Thursday 22 of August 2013 18:59:23 Kukjin Kim wrote: > Tomasz Figa wrote: > > On Thursday 22 of August 2013 01:21:25 Linus Walleij wrote: > > > On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa > > > > > > > wrote: > > > > Since this driver does not handle GPIO on device tree enabled > > > > plat

RE: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-22 Thread Kukjin Kim
Tomasz Figa wrote: > > On Thursday 22 of August 2013 01:21:25 Linus Walleij wrote: > > On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa > wrote: > > > Since this driver does not handle GPIO on device tree enabled > > > platforms > > > any more, it should be bypassed whenever device tree is available

Re: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-22 Thread Mark Brown
On Thu, Aug 22, 2013 at 10:06:46AM +0200, Tomasz Figa wrote: > On Thursday 22 of August 2013 01:21:25 Linus Walleij wrote: > > This seems like something I should apply to the GPIO tree > > right now, shall I? > Would be nice, but since this patch is a dependency for rest of this > series and the

RE: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-22 Thread Kukjin Kim
Linus Walleij wrote: > > On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa > wrote: > > > Since this driver does not handle GPIO on device tree enabled platforms > > any more, it should be bypassed whenever device tree is available, to > > not conflict with the new pinctrl-samsung driver. > > > > Si

Re: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-22 Thread Tomasz Figa
On Thursday 22 of August 2013 01:21:25 Linus Walleij wrote: > On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa wrote: > > Since this driver does not handle GPIO on device tree enabled > > platforms > > any more, it should be bypassed whenever device tree is available, to > > not conflict with the ne

Re: [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-21 Thread Linus Walleij
On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa wrote: > Since this driver does not handle GPIO on device tree enabled platforms > any more, it should be bypassed whenever device tree is available, to > not conflict with the new pinctrl-samsung driver. > > Signed-off-by: Tomasz Figa This seems li

[PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

2013-08-21 Thread Tomasz Figa
Since this driver does not handle GPIO on device tree enabled platforms any more, it should be bypassed whenever device tree is available, to not conflict with the new pinctrl-samsung driver. Signed-off-by: Tomasz Figa --- drivers/gpio/gpio-samsung.c | 34 +++--- 1 fi