All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add initial support for pinctrl on Exynos7
@ 2014-09-13  8:50 ` Abhilash Kesavan
  0 siblings, 0 replies; 32+ messages in thread
From: Abhilash Kesavan @ 2014-09-13  8:50 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: kesavan.abhilash, linux-samsung-soc, catalin.marinas, robh,
	devicetree, tomasz.figa, linus.walleij, thomas.ab

The following patches are tested based on Kgene's for-next tree.
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next

Following patches are required for this series:
1- "tty/serial: fix config dependencies for samsung serial"
   https://www.mail-archive.com/linux-samsung-soc <at> vger.kernel.org/msg36208.html
2- "dts, kbuild: Implement support for dtb vendor subdirs" patchset 
   http://comments.gmane.org/gmane.linux.kbuild.devel/12131
3- "arch: arm64: enable support for Samsung Exynos7 SoC" patchset
   http://www.spinics.net/lists/linux-samsung-soc/msg36728.html

Abhilash Kesavan (2):
  pinctrl: exynos: Generalize the eint16_31 demux code
  pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts

Naveen Krishna Chatradhi (2):
  pinctrl: exynos: Add initial driver data for Exynos7
  arm64: dts: Add initial pinctrl support to EXYNOS7

 .../bindings/pinctrl/samsung-pinctrl.txt           |    3 +
 arch/arm64/Kconfig                                 |    2 +
 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi    |  560 ++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7.dtsi            |   66 +++
 drivers/pinctrl/samsung/pinctrl-exynos.c           |  161 +++++-
 drivers/pinctrl/samsung/pinctrl-exynos.h           |    4 +
 drivers/pinctrl/samsung/pinctrl-samsung.c          |    2 +
 drivers/pinctrl/samsung/pinctrl-samsung.h          |    1 +
 8 files changed, 788 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi

-- 
1.7.9.5

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

end of thread, other threads:[~2014-09-23  7:04 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-13  8:50 [PATCH 0/4] Add initial support for pinctrl on Exynos7 Abhilash Kesavan
2014-09-13  8:50 ` Abhilash Kesavan
2014-09-13  8:50 ` Abhilash Kesavan
2014-09-13  8:50   ` Abhilash Kesavan
2014-09-13  8:50 ` [PATCH 1/4] pinctrl: exynos: Generalize the eint16_31 demux code Abhilash Kesavan
2014-09-13  8:50   ` Abhilash Kesavan
2014-09-13  8:50 ` [PATCH 2/4] pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts Abhilash Kesavan
2014-09-13  8:50   ` Abhilash Kesavan
2014-09-13 10:03   ` Thomas Abraham
2014-09-13 10:03     ` Thomas Abraham
     [not found]   ` <1410598252-30931-4-git-send-email-a.kesavan-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-09-13 11:27     ` Tomasz Figa
2014-09-13 11:27       ` Tomasz Figa
2014-09-22  6:17       ` Abhilash Kesavan
2014-09-22  6:17         ` Abhilash Kesavan
2014-09-22  7:55         ` Tomasz Figa
2014-09-22  7:55           ` Tomasz Figa
2014-09-23  7:04           ` Abhilash Kesavan
2014-09-23  7:04             ` Abhilash Kesavan
2014-09-13  8:50 ` [PATCH 3/4] pinctrl: exynos: Add initial driver data for Exynos7 Abhilash Kesavan
2014-09-13  8:50   ` Abhilash Kesavan
2014-09-13  8:50 ` [PATCH 4/4] arm64: dts: Add initial pinctrl support to EXYNOS7 Abhilash Kesavan
2014-09-13  8:50   ` Abhilash Kesavan
2014-09-13 10:54   ` Thomas Abraham
2014-09-13 10:54     ` Thomas Abraham
2014-09-20 12:08   ` Alim Akhtar
2014-09-20 12:08     ` Alim Akhtar
2014-09-13 11:08 ` [PATCH 0/4] Add initial support for pinctrl on Exynos7 Thomas Abraham
2014-09-13 11:08   ` Thomas Abraham
2014-09-13 11:34 ` Tomasz Figa
2014-09-13 11:34   ` Tomasz Figa
2014-09-20 12:13 ` Alim Akhtar
2014-09-20 12:13   ` Alim Akhtar

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.