linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASPEED: Add mailbox driver for AST2700 series
@ 2025-06-04 12:55 Jammy Huang
  2025-06-04 12:55 ` [PATCH v2 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC Jammy Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jammy Huang @ 2025-06-04 12:55 UTC (permalink / raw)
  To: jassisinghbrar, robh, krzk+dt, conor+dt, joel, andrew,
	jammy_huang, devicetree, linux-arm-kernel, linux-aspeed,
	linux-kernel

Add mailbox controller driver for AST27XX SoCs, which provides
independent tx/rx mailbox between different processors. There are 4
channels for each tx/rx mailbox and each channel has an 32-byte FIFO.

 v2 changes:
  - Update document

Jammy Huang (2):
  dt-bindings: mailbox: Add ASPEED AST2700 series SoC
  mailbox: aspeed: add mailbox driver for AST27XX series SoC

 .../mailbox/aspeed,ast2700-mailbox.yaml       |  57 +++++
 drivers/mailbox/Kconfig                       |   8 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/ast2700-mailbox.c             | 226 ++++++++++++++++++
 4 files changed, 293 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/aspeed,ast2700-mailbox.yaml
 create mode 100644 drivers/mailbox/ast2700-mailbox.c


base-commit: 546b1c9e93c2bb8cf5ed24e0be1c86bb089b3253
-- 
2.25.1



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

end of thread, other threads:[~2025-06-05  5:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04 12:55 [PATCH v2 0/2] ASPEED: Add mailbox driver for AST2700 series Jammy Huang
2025-06-04 12:55 ` [PATCH v2 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC Jammy Huang
2025-06-04 14:10   ` Krzysztof Kozlowski
2025-06-04 14:35   ` Rob Herring (Arm)
2025-06-04 15:19   ` Krzysztof Kozlowski
2025-06-05  1:44     ` Jammy Huang
2025-06-05  5:48       ` Krzysztof Kozlowski
2025-06-04 12:55 ` [PATCH v2 2/2] mailbox: aspeed: add mailbox driver for AST27XX " Jammy Huang
2025-06-04 12:57 ` [PATCH v2 0/2] ASPEED: Add mailbox driver for AST2700 series Krzysztof Kozlowski
2025-06-04 13:07   ` Jammy Huang
2025-06-04 14:10     ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).