devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ASPEED: Add mailbox driver for AST2700 series
@ 2025-06-10  9:10 Jammy Huang
  2025-06-10  9:10 ` [PATCH v3 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC Jammy Huang
  2025-06-10  9:10 ` [PATCH v3 2/2] mailbox: aspeed: add mailbox driver for AST27XX " Jammy Huang
  0 siblings, 2 replies; 9+ messages in thread
From: Jammy Huang @ 2025-06-10  9:10 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:
  - Correct document
     1. Use 32-bit addressing in dts example property, reg.
  - Update document
     1. Correct error in dts example.
     2. Drop description for mbox-cell per suggestion previously.

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: ec7714e4947909190ffb3041a03311a975350fe0
-- 
2.25.1


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

end of thread, other threads:[~2025-06-23  1:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-10  9:10 [PATCH v3 0/2] ASPEED: Add mailbox driver for AST2700 series Jammy Huang
2025-06-10  9:10 ` [PATCH v3 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC Jammy Huang
2025-06-11  8:34   ` Krzysztof Kozlowski
2025-06-10  9:10 ` [PATCH v3 2/2] mailbox: aspeed: add mailbox driver for AST27XX " Jammy Huang
2025-06-13  0:12   ` Andrew Jeffery
2025-06-13  0:51     ` Jammy Huang
2025-06-13  0:57       ` Andrew Jeffery
2025-06-13  1:21         ` Jammy Huang
2025-06-23  1:59     ` Jammy Huang

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).