All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add ipq6018 apcs mailbox driver
@ 2020-05-27 12:38 Sivaprakash Murugesan
  2020-05-27 12:38 ` [PATCH 1/4] dt-bindings: mailbox: Add YAML schemas for QCOM APCS global block Sivaprakash Murugesan
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sivaprakash Murugesan @ 2020-05-27 12:38 UTC (permalink / raw)
  To: agross, bjorn.andersson, robh+dt, jassisinghbrar, linux-arm-msm,
	devicetree, linux-kernel
  Cc: Sivaprakash Murugesan

The ipq6018 devices has apcs block for ipc interrupts, this block also
provides a clock controller which provides cpu clocks.

This series adds support for the apcs block found in ipq6018 devices.

This series was originally part of ipq6018 apss clock controller series
https://lkml.org/lkml/2020/5/27/637

The patch 4 has dtb dependency with apss pll driver which can be found in
https://lkml.org/lkml/2020/5/27/637

Sivaprakash Murugesan (4):
  dt-bindings: mailbox: Add YAML schemas for QCOM APCS global block
  dt-bindings: mailbox: Add dt-bindings for ipq6018 apcs global block
  mailbox: qcom: Add ipq6018 apcs compatible
  arm64: dts: ipq6018: Add support for apcs clk

 .../bindings/mailbox/qcom,apcs-kpss-global.txt     | 88 -------------------
 .../bindings/mailbox/qcom,apcs-kpss-global.yaml    | 99 ++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/ipq6018.dtsi              |  8 +-
 drivers/mailbox/qcom-apcs-ipc-mailbox.c            | 23 +++--
 4 files changed, 118 insertions(+), 100 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt
 create mode 100644 Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml

-- 
2.7.4


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

end of thread, other threads:[~2020-06-04  0:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 12:38 [PATCH 0/4] Add ipq6018 apcs mailbox driver Sivaprakash Murugesan
2020-05-27 12:38 ` [PATCH 1/4] dt-bindings: mailbox: Add YAML schemas for QCOM APCS global block Sivaprakash Murugesan
2020-05-27 12:38 ` [PATCH 2/4] dt-bindings: mailbox: Add dt-bindings for ipq6018 apcs " Sivaprakash Murugesan
2020-05-27 12:38 ` [PATCH 3/4] mailbox: qcom: Add ipq6018 apcs compatible Sivaprakash Murugesan
2020-05-29  2:41   ` kbuild test robot
2020-05-29  2:41     ` kbuild test robot
2020-05-29  3:11   ` Bjorn Andersson
2020-05-27 12:38 ` [PATCH 4/4] arm64: dts: ipq6018: Add support for apcs clk Sivaprakash Murugesan
2020-06-04  0:19   ` kernel test robot
2020-06-04  0:19     ` kernel test robot

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.