[PATCH 0/2] Support for samsung mailbox controller

From: Girish K S
Date: Mon Mar 17 2014 - 08:03:34 EST


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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/