linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mailbox: arm_mhu: Add ARM MHU doorbell controller driver
@ 2020-09-28 11:44 Sudeep Holla
  2020-09-28 11:44 ` [PATCH 1/4] dt-bindings: mailbox : arm,mhu: Convert to Json-schema Sudeep Holla
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Sudeep Holla @ 2020-09-28 11:44 UTC (permalink / raw)
  To: Jassi Brar, Jassi Brar, Viresh Kumar, ALKML, DTML, LKML
  Cc: Sudeep Holla, Vincent Guittot, Frank Rowand, Bjorn Andersson,
	Rob Herring, Rob Herring

Hi,

These series adds ARM MHU doorbell controller driver based on the
discussion[1]. The DT patches are just repost from Viresh's last posting[2]

Regards,
Sudeep

[1] https://lore.kernel.org/lkml/20200909044618.deyx37pzocxiga7u@vireshk-i7
[2] https://lore.kernel.org/r/3874de094d193a08624a00a35067a3237e0b42b1.1600249102.git.viresh.kumar@linaro.org


Sudeep Holla (3):
  dt-bindings: mailbox: add doorbell support to ARM MHU
  mailbox: arm_mhu: Match only if compatible is "arm,mhu"
  mailbox: arm_mhu: Add ARM MHU doorbell driver

Viresh Kumar (1):
  dt-bindings: mailbox : arm,mhu: Convert to Json-schema

 .../devicetree/bindings/mailbox/arm,mhu.yaml  | 135 +++++++
 .../devicetree/bindings/mailbox/arm-mhu.txt   |  43 ---
 drivers/mailbox/Makefile                      |   2 +-
 drivers/mailbox/arm_mhu.c                     |   3 +
 drivers/mailbox/arm_mhu_db.c                  | 359 ++++++++++++++++++
 5 files changed, 498 insertions(+), 44 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mailbox/arm,mhu.yaml
 delete mode 100644 Documentation/devicetree/bindings/mailbox/arm-mhu.txt
 create mode 100644 drivers/mailbox/arm_mhu_db.c

-- 
2.17.1


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

end of thread, other threads:[~2020-10-08  8:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 11:44 [PATCH 0/4] mailbox: arm_mhu: Add ARM MHU doorbell controller driver Sudeep Holla
2020-09-28 11:44 ` [PATCH 1/4] dt-bindings: mailbox : arm,mhu: Convert to Json-schema Sudeep Holla
2020-09-28 11:44 ` [PATCH 2/4] dt-bindings: mailbox: add doorbell support to ARM MHU Sudeep Holla
2020-09-28 11:44 ` [PATCH 3/4] mailbox: arm_mhu: Match only if compatible is "arm,mhu" Sudeep Holla
2020-09-28 11:44 ` [PATCH 4/4] mailbox: arm_mhu: Add ARM MHU doorbell driver Sudeep Holla
2020-10-02 19:42   ` Jassi Brar
2020-10-07 11:40     ` Sudeep Holla
2020-10-07 15:43       ` Jassi Brar
2020-10-08  8:49         ` Sudeep Holla
2020-10-07  6:05   ` Viresh Kumar
2020-10-07 11:43     ` Sudeep Holla

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