public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mailbox: renesas: Support MFIS mailbox driver
@ 2025-10-28  4:32 Kuninori Morimoto
  2025-10-28  4:32 ` [PATCH v2 1/3] mailbox: remove unneeded double quotation Kuninori Morimoto
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Kuninori Morimoto @ 2025-10-28  4:32 UTC (permalink / raw)
  To: Conor Dooley, Geert Uytterhoeven, Jassi Brar, Krzysztof Kozlowski,
	Rob Herring, devicetree, linux-renesas-soc


Hi

This patch-set adds Renesas MFIS Mailbox driver.
[PATCH 1/3] is cleanup patch for Kconfig

v1 -> v2
 - Add Geert's Reviewed-by [1/3]
 - Add COMPILE_TEST on Kconfig [2/3]
 - Remov unneeded dev_err() [2/3]
 - Remov unneeded dev_info() [2/3]
 - Call request_irq() at probe() [2/3]
 - Add new struct mfis_priv and handle chan info [2/3]
 - Add/use spinlock [2/3]
 - Remove comma from sentinel [2/3]
 - Update Kconfig help [2/3]
 - Remove comment for resiter settings [2/3]
 - Rename compatible "renesas,mfis-mbox" -> "rcar,mfis-mailbox" [3/3]
 - Tidyup title [3/3]
 - Remove | [3/3]
 - Remove redundant description [3/3]

Link: https://lore.kernel.org/r/87frb8n7kl.wl-kuninori.morimoto.gx@renesas.com

Kuninori Morimoto (3):
  mailbox: remove unneeded double quotation
  mailbox: renesas: Support MFIS mailbox driver
  dt-bindings: mailbox: Add Renesas MFIS Mailbox

 .../bindings/mailbox/rcar,mfis-mailbox.yaml   |  51 ++++++
 drivers/mailbox/Kconfig                       |  11 +-
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/rcar-mfis-mailbox.c           | 170 ++++++++++++++++++
 4 files changed, 233 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mailbox/rcar,mfis-mailbox.yaml
 create mode 100644 drivers/mailbox/rcar-mfis-mailbox.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2026-01-18 20:22 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-28  4:32 [PATCH v2 0/3] mailbox: renesas: Support MFIS mailbox driver Kuninori Morimoto
2025-10-28  4:32 ` [PATCH v2 1/3] mailbox: remove unneeded double quotation Kuninori Morimoto
2025-10-28 11:06   ` Wolfram Sang
2025-10-29  0:43     ` Kuninori Morimoto
2025-10-28  4:32 ` [PATCH v2 2/3] mailbox: renesas: Support MFIS mailbox driver Kuninori Morimoto
2025-11-08 20:13   ` Jassi Brar
2025-11-10  0:42     ` Kuninori Morimoto
2025-11-12  1:11     ` Kuninori Morimoto
2025-12-04  2:19       ` Jassi Brar
2025-12-04  2:33         ` Kuninori Morimoto
2026-01-05 21:49   ` Rob Herring
2026-01-05 23:52     ` Kuninori Morimoto
2026-01-18 20:22       ` Jassi Brar
2026-01-06  0:22     ` Jassi Brar
2025-10-28  4:33 ` [PATCH v2 3/3] dt-bindings: mailbox: Add Renesas MFIS Mailbox Kuninori Morimoto
2025-10-28  8:36   ` Krzysztof Kozlowski
2025-10-29  0:49     ` Kuninori Morimoto
2025-10-29  9:36       ` Geert Uytterhoeven
2025-10-29 23:17         ` Kuninori Morimoto
2025-10-30  5:38           ` Krzysztof Kozlowski
2025-10-30  5:44             ` Kuninori Morimoto
2025-10-30  5:57               ` Kuninori Morimoto
2025-10-31  4:22                 ` Kuninori Morimoto
2025-10-31  7:59                   ` Krzysztof Kozlowski
2025-10-28  9:12   ` Geert Uytterhoeven
2025-10-28 11:04     ` Wolfram Sang
2025-10-28 11:41       ` Wolfram Sang
2025-10-30  0:01         ` Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox