All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Qualcomm MPM irqchip driver support
@ 2021-11-22  7:52 Shawn Guo
  2021-11-22  7:52 ` [PATCH 1/2] dt-bindings: interrupt-controller: Add Qualcomm MPM support Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Guo @ 2021-11-22  7:52 UTC (permalink / raw)
  To: Marc Zyngier, Thomas Gleixner
  Cc: Bjorn Andersson, Rob Herring, Loic Poulain, devicetree,
	linux-arm-msm, linux-kernel, Shawn Guo

It adds DT binding and driver support for Qualcomm MPM (MSM Power Manager)
interrupt controller.

Shawn Guo (2):
  dt-bindings: interrupt-controller: Add Qualcomm MPM support
  irqchip: Add Qualcomm MPM controller driver

 .../interrupt-controller/qcom,mpm.yaml        |  69 +++
 drivers/irqchip/Kconfig                       |   8 +
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/qcom-mpm.c                    | 542 ++++++++++++++++++
 4 files changed, 620 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/qcom,mpm.yaml
 create mode 100644 drivers/irqchip/qcom-mpm.c

-- 
2.17.1


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

end of thread, other threads:[~2021-11-25  6:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-22  7:52 [PATCH 0/2] Add Qualcomm MPM irqchip driver support Shawn Guo
2021-11-22  7:52 ` [PATCH 1/2] dt-bindings: interrupt-controller: Add Qualcomm MPM support Shawn Guo
2021-11-22  7:52 ` [PATCH 2/2] irqchip: Add Qualcomm MPM controller driver Shawn Guo
2021-11-25  6:03 ` [PATCH 0/2] Add Qualcomm MPM irqchip driver support Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.