diff options
author | Cristian Marussi <cristian.marussi@arm.com> | 2024-04-18 12:52:10 +0200 |
---|---|---|
committer | Jassi Brar <jassisinghbrar@gmail.com> | 2024-05-20 05:30:09 +0200 |
commit | ca1a8680b134b5e6cf7130224504b67b36e2a762 (patch) | |
tree | 2b7264a914ee3afaa969d67446b94083cd8674ea /MAINTAINERS | |
parent | dt-bindings: mailbox: arm,mhuv3: Add bindings (diff) | |
download | linux-ca1a8680b134b5e6cf7130224504b67b36e2a762.tar.xz linux-ca1a8680b134b5e6cf7130224504b67b36e2a762.zip |
mailbox: arm_mhuv3: Add driver
Add support for ARM MHUv3 mailbox controller.
Support is limited to the MHUv3 Doorbell extension using only the PBX/MBX
combined interrupts.
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f6dc90559341..857727aea90e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12994,6 +12994,15 @@ F: Documentation/devicetree/bindings/mailbox/arm,mhuv2.yaml F: drivers/mailbox/arm_mhuv2.c F: include/linux/mailbox/arm_mhuv2_message.h +MAILBOX ARM MHUv3 +M: Sudeep Holla <sudeep.holla@arm.com> +M: Cristian Marussi <cristian.marussi@arm.com> +L: linux-kernel@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: Documentation/devicetree/bindings/mailbox/arm,mhuv3.yaml +F: drivers/mailbox/arm_mhuv3.c + MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 M: Alejandro Colomar <alx@kernel.org> L: linux-man@vger.kernel.org |