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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html