devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Fixes & a new supplementary feature to SPRD mailbox driver
@ 2021-03-19  6:15 Orson Zhai
  2021-03-19  6:15 ` [PATCH v3 1/3] mailbox: sprd: Introduce refcnt when clients requests/free channels Orson Zhai
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Orson Zhai @ 2021-03-19  6:15 UTC (permalink / raw)
  To: Rob Herring, Baolin Wang, Jassi Brar, Chunyan Zhang
  Cc: Mark Brown, devicetree, linux-kernel, haidong.yao, Orson Zhai

From: Orson Zhai <orson.zhai@unisoc.com>


Fix a real problem for SPRD's mailbox driver in patch 1/3.
Add supplementary inbox support for newly added sc9863a in patch 3/3 and
change dt bindings yaml accordingly in patch 2/3.

Changes Log:
V3:
- Add Reviewed-by tag from Baolin for driver code.
- Change interrupt-names syntax in dt-bindings according to Rob's comment.

V2:
- Change patches order. (Yaml go to the head of dirver)
- Remove unnecessary initializing refcnt to zero. 
- Add fix of possible crash caused by NULL of chan->cl. (Actually move from
  changes to sprd-mailbox.c of patch v1)
- Remove unnecessary "inline" for do_inbox_isr().
- Fix yaml errors from Rob's robot checking.
- Add sc9863a compatible string for real supplementary inbox usage. (sc9860
  is not supported by supp-inbox)
- Add more details to supp-inbox in commit messages.

Orson Zhai (3):
  mailbox: sprd: Introduce refcnt when clients requests/free channels
  mailbox: sprd: Add supplementary inbox support
  dt-bindings: mailbox: Add interrupt-names to SPRD mailbox

 .../devicetree/bindings/mailbox/sprd-mailbox.yaml  |  13 +-
 drivers/mailbox/sprd-mailbox.c                     | 135 ++++++++++++++++-----
 2 files changed, 113 insertions(+), 35 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-03-26  1:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19  6:15 [PATCH v3 0/3] Fixes & a new supplementary feature to SPRD mailbox driver Orson Zhai
2021-03-19  6:15 ` [PATCH v3 1/3] mailbox: sprd: Introduce refcnt when clients requests/free channels Orson Zhai
2021-03-19  6:15 ` [PATCH v3 2/3] dt-bindings: mailbox: Add interrupt-names to SPRD mailbox Orson Zhai
2021-03-26  1:47   ` Rob Herring
2021-03-19  6:15 ` [PATCH v3 3/3] mailbox: sprd: Add supplementary inbox support Orson Zhai

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