devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] pinctrl: samsung: Add support for Exynos4x12 SoCs
@ 2012-10-24 14:37 Tomasz Figa
  2012-10-24 14:37 ` [PATCH 1/4] ARM: EXYNOS: Skip wakeup-int setup if pinctrl driver is used on Exynos4x12 Tomasz Figa
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Tomasz Figa @ 2012-10-24 14:37 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-samsung-soc, devicetree-discuss, kgene.kim, kyungmin.park,
	m.szyprowski, t.figa, tomasz.figa, thomas.abraham, linus.walleij,
	swarren

This patch series adds pinctrl support for SoCs from Exynos4x12 family.

First two patches make necessary preperations to skip legacy GPIO and
GPIO interrupt registration in case of Exynos4x12 SoCs which are not
supported by legacy (non-DT) code.

Third patch adds Exynos4x12-specific definitions to pinctrl-samsung driver.

Fourth patch adds device nodes for pin controllers available on Exynos4x12
SoCs to Exynos4x12 device tree sources.

This series depends on:
  - [PATCH] ARM: dts: exynos4: Add support for Exynos4x12 SoCs

Tomasz Figa (4):
  ARM: EXYNOS: Skip wakeup-int setup if pinctrl driver is used on
    Exynos4x12
  gpio: samsung: Skip registration if pinctrl driver is present on
    Exynos4x12
  pinctrl: samsung: Add support for Exynos4x12
  ARM: dts: exynos4x12: Add nodes for pin controllers

 .../bindings/pinctrl/samsung-pinctrl.txt           |   1 +
 arch/arm/boot/dts/exynos4x12-pinctrl.dtsi          | 965 +++++++++++++++++++++
 arch/arm/boot/dts/exynos4x12.dtsi                  |  38 +
 arch/arm/mach-exynos/common.c                      |   7 +-
 drivers/gpio/gpio-samsung.c                        |  43 +-
 drivers/pinctrl/pinctrl-exynos.c                   | 110 +++
 drivers/pinctrl/pinctrl-samsung.c                  |   2 +
 drivers/pinctrl/pinctrl-samsung.h                  |   1 +
 8 files changed, 1144 insertions(+), 23 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos4x12-pinctrl.dtsi

-- 
1.7.12

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-11-08 21:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 14:37 [PATCH 0/4] pinctrl: samsung: Add support for Exynos4x12 SoCs Tomasz Figa
2012-10-24 14:37 ` [PATCH 1/4] ARM: EXYNOS: Skip wakeup-int setup if pinctrl driver is used on Exynos4x12 Tomasz Figa
2012-10-24 14:37 ` [PATCH 2/4] gpio: samsung: Skip registration if pinctrl driver is present " Tomasz Figa
2012-10-28 19:11   ` Linus Walleij
2012-11-07  4:41     ` Kukjin Kim
2012-11-08 21:12       ` Linus Walleij
2012-10-24 14:37 ` [PATCH 3/4] pinctrl: samsung: Add support for Exynos4x12 Tomasz Figa
2012-10-28 19:12   ` Linus Walleij
2012-10-29  0:30     ` Kyungmin Park
2012-10-29 10:28       ` Tomasz Figa
2012-10-29 11:27         ` Kukjin Kim
2012-10-30  9:29           ` Linus Walleij
2012-10-24 14:37 ` [PATCH 4/4] ARM: dts: exynos4x12: Add nodes for pin controllers Tomasz Figa
2012-10-28 19:13   ` Linus Walleij
2012-10-30  2:58 ` [PATCH 0/4] pinctrl: samsung: Add support for Exynos4x12 SoCs Thomas Abraham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).