All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mailbox: starfive: Add Support for StarFive Meu Mailbox driver
@ 2023-12-18  6:11 Joshua Yeong
  2023-12-18  6:11 ` [PATCH 1/3] mailbox: starfive: Add StarFive Meu Mailbox Driver Joshua Yeong
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Joshua Yeong @ 2023-12-18  6:11 UTC (permalink / raw)
  To: joshua.yeong, jeeheng.sia, leyfoon.tan, jassisinghbrar, robh+dt,
	krzysztof.kozlowski+dt, conor+dt
  Cc: devicetree, linux-kernel

This patch series adds support for StarFive Meu Mailbox driver.

Joshua Yeong (3):
  mailbox: starfive: Add StarFive Meu Mailbox Driver
  dt-bindings: mailbox: starfive: Add StarFive Meu Mailbox Driver
  MAINTAINERS: Add entry for StarFive Mailbox MEU

 .../bindings/mailbox/starfive-meu.yaml        |  66 ++++
 MAINTAINERS                                   |   7 +
 drivers/mailbox/Kconfig                       |  11 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/starfive-meu.c                | 334 ++++++++++++++++++
 5 files changed, 420 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/starfive-meu.yaml
 create mode 100644 drivers/mailbox/starfive-meu.c

--
2.25.1


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

end of thread, other threads:[~2023-12-19 17:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18  6:11 [PATCH 0/3] mailbox: starfive: Add Support for StarFive Meu Mailbox driver Joshua Yeong
2023-12-18  6:11 ` [PATCH 1/3] mailbox: starfive: Add StarFive Meu Mailbox Driver Joshua Yeong
2023-12-18 21:20   ` kernel test robot
2023-12-19 17:38   ` Arnd Bergmann
2023-12-18  6:12 ` [PATCH 2/3] dt-bindings: " Joshua Yeong
2023-12-18 11:17   ` Conor Dooley
2023-12-19  5:52     ` Joshua Yeong
2023-12-19 15:08       ` Conor Dooley
2023-12-18  6:12 ` [PATCH 3/3] MAINTAINERS: Add entry for StarFive Mailbox MEU Joshua Yeong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.