linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add Qualcomm IPCC driver support
@ 2020-05-08 18:27 Manivannan Sadhasivam
  2020-05-08 18:27 ` [PATCH v2 1/3] dt-bindings: mailbox: Add devicetree binding for Qcom IPCC Manivannan Sadhasivam
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Manivannan Sadhasivam @ 2020-05-08 18:27 UTC (permalink / raw)
  To: jassisinghbrar, robh+dt
  Cc: bjorn.andersson, linux-arm-msm, linux-kernel, devicetree,
	Manivannan Sadhasivam

Hello,

This series adds mailbox driver support for Qualcomm Inter Processor
Communications Controller (IPCC) block found in MSM chipsets. This block
is used to route interrupts between modems, DSPs and APSS (Application
Processor Subsystem).

The driver is modeled as a mailbox+irqchip driver. The irqchip part helps
in receiving the interrupts from the IPCC clients such as modems, DSPs,
PCI-E etc... and forwards them to respective entities in APSS.
    
On the other hand, the mailbox part is used to send interrupts to the IPCC
clients from the entities of APSS.

This series is tested on SM8250-MTP board.

Thanks,
Mani

Changes in v2:

* Moved from soc/ to mailbox/
* Switched to static mbox channels
* Some misc cleanups

Manivannan Sadhasivam (3):
  dt-bindings: mailbox: Add devicetree binding for Qcom IPCC
  mailbox: Add support for Qualcomm IPCC
  MAINTAINERS: Add entry for Qualcomm IPCC driver

 .../bindings/mailbox/qcom-ipcc.yaml           |  77 +++++
 MAINTAINERS                                   |   8 +
 drivers/mailbox/Kconfig                       |  10 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/qcom-ipcc.c                   | 286 ++++++++++++++++++
 include/dt-bindings/mailbox/qcom-ipcc.h       |  33 ++
 6 files changed, 416 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
 create mode 100644 drivers/mailbox/qcom-ipcc.c
 create mode 100644 include/dt-bindings/mailbox/qcom-ipcc.h

-- 
2.17.1


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

end of thread, other threads:[~2020-05-18 18:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 18:27 [PATCH v2 0/3] Add Qualcomm IPCC driver support Manivannan Sadhasivam
2020-05-08 18:27 ` [PATCH v2 1/3] dt-bindings: mailbox: Add devicetree binding for Qcom IPCC Manivannan Sadhasivam
2020-05-12 22:07   ` Bjorn Andersson
2020-05-18 18:16   ` Rob Herring
2020-05-08 18:27 ` [PATCH v2 2/3] mailbox: Add support for Qualcomm IPCC Manivannan Sadhasivam
2020-05-12 22:12   ` Bjorn Andersson
2020-05-08 18:27 ` [PATCH v2 3/3] MAINTAINERS: Add entry for Qualcomm IPCC driver Manivannan Sadhasivam
2020-05-12 22:13   ` Bjorn Andersson

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