| From: |
| Jonathan Richardson <jonathan.richardson-dY08KVG/lbpWk0Htik3J/w-AT-public.gmane.org> |
| To: |
| Jassi Brar <jassisinghbrar-Re5JQEeQqe8AvxtiuMwx3w-AT-public.gmane.org> |
| Subject: |
| [PATCH v1 0/4] Add support for Broadcom iProc mailbox controller |
| Date: |
| Tue, 18 Oct 2016 12:00:34 -0700 |
| Message-ID: |
| <1476817238-1226-1-git-send-email-jonathan.richardson@broadcom.com> |
| Cc: |
| Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A-AT-public.gmane.org>, Mark Rutland <mark.rutland-5wv7dgnIgG8-AT-public.gmane.org>, Ray Jui <rjui-dY08KVG/lbpWk0Htik3J/w-AT-public.gmane.org>, Scott Branden <sbranden-dY08KVG/lbpWk0Htik3J/w-AT-public.gmane.org>, Jon Mason <jonmason-dY08KVG/lbpWk0Htik3J/w-AT-public.gmane.org>, Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw-AT-public.gmane.org>, Jonathan Richardson <jonathan.richardson-dY08KVG/lbpWk0Htik3J/w-AT-public.gmane.org>, Vikram Prakash <vikram.prakash-dY08KVG/lbpWk0Htik3J/w-AT-public.gmane.org>, devicetree-u79uwXL29TY76Z2rM5mHXA-AT-public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r-AT-public.gmane.org, BCM Kernel Feedback <bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w-AT-public.gmane.org> |
This patch set contains mailbox support for Broadcom iProc based SoC's. The
mailbox controller handles all communication with a Cortex-M0 MCU processor that
provides support for power, clock, and reset management.
The patch set enables the mailbox controller for Cygnus and also interrupt
support for the Cygnus CRMU GPIO driver which requires use of the M0 processor.
Jonathan Richardson (4):
dt-bindings: Document Broadcom iProc mailbox controller driver
mailbox: Add iProc mailbox controller driver
ARM: dts: Enable Broadcom iProc mailbox controller
ARM: dts: Enable interrupt support for cygnus crmu gpio driver
.../bindings/mailbox/brcm,iproc-mailbox.txt | 20 +
arch/arm/boot/dts/bcm-cygnus.dtsi | 12 +
drivers/mailbox/Kconfig | 10 +
drivers/mailbox/Makefile | 2 +
drivers/mailbox/bcm-iproc-mailbox.c | 422 +++++++++++++++++++++
include/linux/bcm_iproc_mailbox.h | 32 ++
6 files changed, 498 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,iproc-mailbox.txt
create mode 100644 drivers/mailbox/bcm-iproc-mailbox.c
create mode 100644 include/linux/bcm_iproc_mailbox.h
--
1.9.1
--
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