Re: [PATCH 0/3] ARM: EXYNOS: Add support for GPIO on Exynos4x12

2012-08-31 Thread Linus Walleij
On Tue, Aug 28, 2012 at 4:58 PM, Thomas Abraham
thomas.abra...@linaro.org wrote:
 On 28 August 2012 15:31, Tomasz Figa t.f...@samsung.com wrote:

 This patch series makes necessary preparations and adds support for GPIO on
 Exynos4x12 SoCs.

 Hopefully, we can get device tree support merged for Exynos4412 soon
 and then switch over to using pinctrl driver. That can simplfy the
 gpio/pinmux support for Exynos4 SoC's.

This sounds like a NACK.

I will not merge these patches until Ben or Kukjin (the Samsung
maintainers listed in MAINTAINERS) ACK it.

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] ARM: EXYNOS: Add support for GPIO on Exynos4x12

2012-08-28 Thread Thomas Abraham
On 28 August 2012 15:31, Tomasz Figa t.f...@samsung.com wrote:
 This patch series makes necessary preparations and adds support for GPIO on
 Exynos4x12 SoCs.

 Tomasz Figa (3):
   ARM: EXYNOS: Use EXYNOS4210_GPEx instead of EXYNOS4_GPEx
   gpio: samsung: Add support for Exynos4x12 SoCs
   ARM: EXYNOS: Add support for FIMC cam port B GPIO setup on Exynos4x12

  arch/arm/mach-exynos/include/mach/gpio.h   |   58 --
  arch/arm/mach-exynos/include/mach/irqs.h   |6 -
  arch/arm/mach-exynos/mach-nuri.c   |   16 +-
  arch/arm/mach-exynos/mach-origen.c |6 +-
  arch/arm/mach-exynos/mach-trats.c  |4 +-
  arch/arm/mach-exynos/mach-universal_c210.c |   32 ++--
  arch/arm/mach-exynos/setup-fimc.c  |   21 ++-
  drivers/gpio/gpio-samsung.c|  351
 
  8 files changed, 399 insertions(+), 95 deletions(-)

 --
 1.7.8.6

Hopefully, we can get device tree support merged for Exynos4412 soon
and then switch over to using pinctrl driver. That can simplfy the
gpio/pinmux support for Exynos4 SoC's.

Thanks,
Thomas.
--
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