[PATCH v2 0/2] ASPEED: Add mailbox driver for AST2700 series

Jammy Huang posted 2 patches 6 months, 2 weeks ago
There is a newer version of this series
.../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
[PATCH v2 0/2] ASPEED: Add mailbox driver for AST2700 series
Posted by Jammy Huang 6 months, 2 weeks ago
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
Re: [PATCH v2 0/2] ASPEED: Add mailbox driver for AST2700 series
Posted by Krzysztof Kozlowski 6 months, 2 weeks ago
On 04/06/2025 14:55, Jammy Huang wrote:
> 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

This is vague. What did you update there?

Best regards,
Krzysztof