devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for samsung mailbox controller
@ 2014-03-17 12:03 Girish K S
       [not found] ` <1395057839-23871-1-git-send-email-ks.giri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Girish K S @ 2014-03-17 12:03 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: jassisinghbrar-Re5JQEeQqe8AvxtiuMwx3w, s-anna-l0cyMroinI0,
	ilho215.lee-Sze3O3UU22JBDgjK7y7TUQ, Girish K S

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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ 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
     [not found] ` <1395057839-23871-1-git-send-email-ks.giri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-03-17 12:03   ` [PATCH 1/2] mailbox: samsung: added support for samsung mailbox Girish K S
     [not found]     ` <1395057839-23871-2-git-send-email-ks.giri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-03-18 10:22       ` Girish KS
     [not found]         ` <CAKrE-KcA6VUUwUjAGuW+nYsFg0qknfZwECtdVS8ZtZb4GYoCvA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
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
     [not found]     ` <1395057839-23871-3-git-send-email-ks.giri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
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
     [not found]             ` <201403191846.28563.arnd-r2nGTMty4D4@public.gmane.org>
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;
as well as URLs for NNTP newsgroup(s).