Re: [PATCH 2/5] gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-10-02 Thread Tomasz Figa
Hi Linus, On Wednesday 02 of October 2013 12:46:51 Linus Walleij wrote: > On Sat, Sep 28, 2013 at 8:21 PM, Tomasz Figa wrote: > > Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies > > the gpio-samsung driver to use the proper way of checking for S3C64xx > > support - CONFIG_A

Re: [PATCH 2/5] gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-10-02 Thread Linus Walleij
On Sat, Sep 28, 2013 at 8:21 PM, Tomasz Figa wrote: > Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies > the gpio-samsung driver to use the proper way of checking for S3C64xx > support - CONFIG_ARCH_S3C64XX. > > Signed-off-by: Tomasz Figa Acked-by: Linus Walleij I assume

[PATCH 2/5] gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-09-28 Thread Tomasz Figa
Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies the gpio-samsung driver to use the proper way of checking for S3C64xx support - CONFIG_ARCH_S3C64XX. Signed-off-by: Tomasz Figa --- drivers/gpio/gpio-samsung.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) dif