public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for samsung mailbox controller
@ 2014-03-17 12:03 Girish K S
  2014-03-17 12:03 ` [PATCH 1/2] mailbox: samsung: added support for samsung mailbox Girish K S
  2014-03-17 12:03 ` [PATCH 2/2] arm64: dts: exynos: added mailbox node Girish K S
  0 siblings, 2 replies; 15+ messages in thread
From: Girish K S @ 2014-03-17 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series is based on the mailbox framework prepared by jassi
and others.  

Girish K S (2):
  mailbox: samsung: added support for samsung mailbox
  arm64: dts: exynos: added mailbox node

 .../bindings/mailbox/samsung-mailbox.txt           |   24 ++
 arch/arm64/boot/dts/samsung-gh7.dtsi               |   66 ++++
 arch/arm64/boot/dts/samsung-ssdk-gh7.dts           |    3 +
 drivers/mailbox/Kconfig                            |    8 +
 drivers/mailbox/Makefile                           |    2 +
 drivers/mailbox/mailbox-samsung.c                  |  354 ++++++++++++++++++++
 include/linux/mailbox-samsung.h                    |  112 +++++++
 7 files changed, 569 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/samsung-mailbox.txt
 create mode 100644 drivers/mailbox/mailbox-samsung.c
 create mode 100644 include/linux/mailbox-samsung.h

-- 
1.7.10.4

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

end of thread, other threads:[~2014-03-20 16:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 12:03 [PATCH 0/2] Support for samsung mailbox controller Girish K S
2014-03-17 12:03 ` [PATCH 1/2] mailbox: samsung: added support for samsung mailbox Girish K S
2014-03-18 10:22   ` Girish KS
2014-03-18 10:56     ` Joe Perches
2014-03-19  3:49       ` Girish KS
2014-03-17 12:03 ` [PATCH 2/2] arm64: dts: exynos: added mailbox node Girish K S
2014-03-17 12:08   ` Girish KS
2014-03-17 12:15   ` Arnd Bergmann
2014-03-17 14:58     ` Jassi Brar
2014-03-19 17:46       ` Arnd Bergmann
2014-03-20 16:09         ` Jassi Brar
2014-03-20 16:12           ` Arnd Bergmann
2014-03-20 16:31             ` Jassi Brar
2014-03-17 14:06   ` Mark Rutland
2014-03-19  4:06     ` Girish KS

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox