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

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

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.10.4

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

end of thread, other threads:[~2013-06-16  4:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 14:51 [PATCH 0/3] Add pinctrl support to Exynos5420 Leela Krishna Amudala
2013-06-12 14:51 ` [PATCH 1/3] ARM: dts: add " Leela Krishna Amudala
2013-06-12 20:58   ` Tomasz Figa
2013-06-12 21:20     ` Doug Anderson
2013-06-12 21:35       ` Doug Anderson
2013-06-12 21:38         ` Tomasz Figa
2013-06-14 12:21       ` Leela Krishna Amudala
2013-06-16  4:23         ` Doug Anderson
2013-06-14  4:49     ` Leela Krishna Amudala
2013-06-12 14:51 ` [PATCH 2/3] pinctrl: exynos: add exynos5420 SoC specific data Leela Krishna Amudala
2013-06-12 21:00   ` Tomasz Figa
2013-06-12 21:37   ` Doug Anderson
2013-06-12 14:51 ` [PATCH 3/3] gpio: samsung: skip gpiolib registration if pinctrl support is enabled for exynos5420 Leela Krishna Amudala
2013-06-12 21:02   ` 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.