All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Add pinctrl support to Exynos5420
@ 2013-06-14 13:02 Leela Krishna Amudala
  2013-06-14 13:02 ` [PATCH V2 1/3] ARM: dts: add " Leela Krishna Amudala
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Leela Krishna Amudala @ 2013-06-14 13:02 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: kgene.kim, dianders, sjg, thomas.ab, t.figa, s.nawrocki,
	linus.walleij

This patchset adds the pinctrl support to Exynos5420.
This series is rebased and tested on master branch of 
linux-next tree over Chander Kashyap patchset.
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg18623.html

Changes since V1:
	- As gpy7 bank supports interrupts, it is defined using EINTG macro

Leela Krishna Amudala (3):
  ARM: dts: add pinctrl support to Exynos5420
  pinctrl: exynos: add exynos5420 SoC specific data
  gpio: samsung: skip gpiolib registration if pinctrl support is
    enabled for exynos5420

 .../bindings/pinctrl/samsung-pinctrl.txt           |    1 +
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          |  680 ++++++++++++++++++++
 arch/arm/boot/dts/exynos5420.dtsi                  |   45 ++
 drivers/gpio/gpio-samsung.c                        |    1 +
 drivers/pinctrl/pinctrl-exynos.c                   |  115 ++++
 drivers/pinctrl/pinctrl-samsung.c                  |    2 +
 drivers/pinctrl/pinctrl-samsung.h                  |    1 +
 7 files changed, 845 insertions(+)
 create mode 100644 arch/arm/boot/dts/exynos5420-pinctrl.dtsi

-- 
1.7.9.5

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

end of thread, other threads:[~2013-06-18 18:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14 13:02 [PATCH V2 0/3] Add pinctrl support to Exynos5420 Leela Krishna Amudala
2013-06-14 13:02 ` [PATCH V2 1/3] ARM: dts: add " Leela Krishna Amudala
2013-06-15 20:43   ` Tomasz Figa
2013-06-14 13:02 ` [PATCH V2 2/3] pinctrl: exynos: add exynos5420 SoC specific data Leela Krishna Amudala
2013-06-15 19:52   ` Linus Walleij
2013-06-15 20:46   ` Tomasz Figa
2013-06-18 18:15   ` Doug Anderson
2013-06-14 13:02 ` [PATCH V2 3/3] gpio: samsung: skip gpiolib registration if pinctrl support is enabled for exynos5420 Leela Krishna Amudala
2013-06-15 19:51   ` Linus Walleij
2013-06-15 20:37     ` Tomasz Figa
2013-06-15 20:47   ` Tomasz Figa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.