Re: [PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-28 Thread Sylwester Nawrocki
On 08/28/2012 01:33 AM, Kukjin Kim wrote:
 On 08/25/12 05:20, Sylwester Nawrocki wrote:
 This short patch series converts remaining users of the s3c24xx SoC
 specific gpiolib functions to the gpiolib API and finally removes
 all s3c2410_* functions from drivers/gpio/gpio-samsung.c.

 Sylwester Nawrocki (3):
 ARM: S3C24XX: Convert users of s3c2410_gpio_setpin to gpiolib API
 ARM: S3C24XX: Remove obsolete GPIO API declarations
 gpio-samsung: Remove now unused s3c2410_gpio* API

 arch/arm/mach-s3c24xx/mach-anubis.c | 3 +-
 arch/arm/mach-s3c24xx/mach-jive.c | 12 ++--
 arch/arm/mach-s3c24xx/mach-mini2440.c | 4 +-
 arch/arm/mach-s3c24xx/mach-nexcoder.c | 22 +++---
 arch/arm/mach-s3c24xx/mach-osiris.c | 7 +-
 arch/arm/plat-samsung/include/plat/gpio-fns.h | 97 
 -
 drivers/gpio/gpio-samsung.c | 40 --
 7 files changed, 25 insertions(+), 160 deletions(-)

 
 Nice cleanup.

Thanks for taking care of this whole series. 

I thought it needs to be done as we go adding more and more new 
code.. For time being it is my last GPIO cleanup patch series ;)

 Accordingly, we need to sort out the 
 'Documentation/arm/Samsung-S3C24XX/GPIO.txt' later?

Indeed, I let this out for a moment. Let me tidy this up as well, when 
I find some time.


Thanks,
Sylwester

 Linus, this series should be sent to upstream via both trees, samsung 
 and gpio to avoid useless merge conflicts. How do you think?
 
 Thanks.
 
 Best regards,
 Kgene.
 -- 
 Kukjin Kim kgene@samsung.com, Senior Engineer,
 SW Solution Development Team, Samsung Electronics Co., Ltd.
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-28 Thread Kukjin Kim

On 08/27/12 17:13, Linus Walleij wrote:

On Sat, Aug 25, 2012 at 5:20 AM, Sylwester Nawrocki
sylvester.nawro...@gmail.com  wrote:


This short patch series converts remaining users of the s3c24xx SoC
specific gpiolib functions to the gpiolib API and finally removes
all s3c2410_* functions from drivers/gpio/gpio-samsung.c.


I'm fine with this as long as the Samsung maintainer is, so
Acked-by: Linus Walleijlinus.wall...@linaro.org


Thanks, applied this series with your ack.


But I suspect this will be merged through the Samsung SoC tree?

Yes, then will be sent to upstream via arm-soc. If any problems, please 
let me know.


Thanks.

Best regards,
Kgene.
--
Kukjin Kim kgene@samsung.com, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-27 Thread Kukjin Kim

On 08/25/12 05:20, Sylwester Nawrocki wrote:

This short patch series converts remaining users of the s3c24xx SoC
specific gpiolib functions to the gpiolib API and finally removes
all s3c2410_* functions from drivers/gpio/gpio-samsung.c.

Sylwester Nawrocki (3):
   ARM: S3C24XX: Convert users of s3c2410_gpio_setpin to gpiolib API
   ARM: S3C24XX: Remove obsolete GPIO API declarations
   gpio-samsung: Remove now unused s3c2410_gpio* API

  arch/arm/mach-s3c24xx/mach-anubis.c   |3 +-
  arch/arm/mach-s3c24xx/mach-jive.c |   12 ++--
  arch/arm/mach-s3c24xx/mach-mini2440.c |4 +-
  arch/arm/mach-s3c24xx/mach-nexcoder.c |   22 +++---
  arch/arm/mach-s3c24xx/mach-osiris.c   |7 +-
  arch/arm/plat-samsung/include/plat/gpio-fns.h |   97 -
  drivers/gpio/gpio-samsung.c   |   40 --
  7 files changed, 25 insertions(+), 160 deletions(-)



Nice cleanup.

Accordingly, we need to sort out the 
'Documentation/arm/Samsung-S3C24XX/GPIO.txt' later?


Linus, this series should be sent to upstream via both trees, samsung 
and gpio to avoid useless merge conflicts. How do you think?


Thanks.

Best regards,
Kgene.
--
Kukjin Kim kgene@samsung.com, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-27 Thread Linus Walleij
On Sat, Aug 25, 2012 at 5:20 AM, Sylwester Nawrocki
sylvester.nawro...@gmail.com wrote:

 This short patch series converts remaining users of the s3c24xx SoC
 specific gpiolib functions to the gpiolib API and finally removes
 all s3c2410_* functions from drivers/gpio/gpio-samsung.c.

I'm fine with this as long as the Samsung maintainer is, so
Acked-by: Linus Walleij linus.wall...@linaro.org

But I suspect this will be merged through the Samsung SoC tree?

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-27 Thread Linus Walleij
On Mon, Aug 27, 2012 at 4:33 PM, Kukjin Kim kgene@samsung.com wrote:

 Linus, this series should be sent to upstream via both trees, samsung and
 gpio to avoid useless merge conflicts. How do you think?

Take it all in the Samsung tree. You just need my ACK, which you have.

I don't have any big Samsung patches in my tree, just fixes that
will go into the -rc:s anyway.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-25 Thread Sylwester Nawrocki
This short patch series converts remaining users of the s3c24xx SoC
specific gpiolib functions to the gpiolib API and finally removes
all s3c2410_* functions from drivers/gpio/gpio-samsung.c.

Sylwester Nawrocki (3):
  ARM: S3C24XX: Convert users of s3c2410_gpio_setpin to gpiolib API
  ARM: S3C24XX: Remove obsolete GPIO API declarations
  gpio-samsung: Remove now unused s3c2410_gpio* API

 arch/arm/mach-s3c24xx/mach-anubis.c   |3 +-
 arch/arm/mach-s3c24xx/mach-jive.c |   12 ++--
 arch/arm/mach-s3c24xx/mach-mini2440.c |4 +-
 arch/arm/mach-s3c24xx/mach-nexcoder.c |   22 +++---
 arch/arm/mach-s3c24xx/mach-osiris.c   |7 +-
 arch/arm/plat-samsung/include/plat/gpio-fns.h |   97 -
 drivers/gpio/gpio-samsung.c   |   40 --
 7 files changed, 25 insertions(+), 160 deletions(-)

--
1.7.4.1

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html