public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] ASPEED: Add mailbox driver for AST2700 series
@ 2025-06-03  7:54 Jammy Huang
  2025-06-03  7:54 ` [PATCH v1 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC Jammy Huang
  2025-06-03  7:54 ` [PATCH v1 2/2] mailbox: aspeed: add mailbox driver for AST27XX " Jammy Huang
  0 siblings, 2 replies; 8+ messages in thread
From: Jammy Huang @ 2025-06-03  7:54 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.

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       |  61 +++++
 drivers/mailbox/Kconfig                       |   8 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/ast2700-mailbox.c             | 226 ++++++++++++++++++
 4 files changed, 297 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-03  7:54 [PATCH v1 0/2] ASPEED: Add mailbox driver for AST2700 series Jammy Huang
2025-06-03  7:54 ` [PATCH v1 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC Jammy Huang
2025-06-03  9:22   ` Krzysztof Kozlowski
2025-06-03  9:52     ` Krzysztof Kozlowski
2025-06-04  0:46       ` Jammy Huang
2025-06-03  9:42   ` Rob Herring (Arm)
2025-06-04  0:45     ` Jammy Huang
2025-06-03  7:54 ` [PATCH v1 2/2] mailbox: aspeed: add mailbox driver for AST27XX " Jammy Huang

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