devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Add APCS support for SDX65
@ 2022-02-14  6:52 Rohit Agarwal
  2022-02-17 22:08 ` Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Rohit Agarwal @ 2022-02-14  6:52 UTC (permalink / raw)
  To: agross, bjorn.andersson, mturquette, sboyd, robh+dt,
	jassisinghbrar, linux, mani, linus.walleij, dianders
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel,
	linux-arm-kernel, Rohit Agarwal

Hello,

This series adds APCS mailbox and clock support for SDX65. The APCS IP
in SDX65 provides IPC and clock functionalities. Hence, mailbox support
is added to the "qcom-apcs-ipc-mailbox" driver and a dedicated clock
driver "apcs-sdx65" is added.

Thanks,
Rohit

Rohit Agarwal (8):
  dt-bindings: mailbox: Add binding for SDX65 APCS
  mailbox: qcom: Add support for SDX65 APCS IPC
  dt-bindings: clock: Add A7 PLL binding for SDX65
  clk: qcom: Add A7 PLL support for SDX65
  ARM: dts: qcom: sdx65: Add support for A7 PLL clock
  ARM: dts: qcom: sdx65: Add support for APCS block
  clk: qcom: Add SDX65 APCS clock controller support
  ARM: configs: qcom_defconfig: Enable SDX65 APCS clock

 .../devicetree/bindings/clock/qcom,a7pll.yaml      |   3 +-
 .../bindings/mailbox/qcom,apcs-kpss-global.yaml    |   1 +
 arch/arm/boot/dts/qcom-sdx65.dtsi                  |  17 +++
 arch/arm/configs/qcom_defconfig                    |   1 +
 drivers/clk/qcom/Kconfig                           |  15 ++-
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/a7-pll.c                          |   1 +
 drivers/clk/qcom/apcs-sdx65.c                      | 130 +++++++++++++++++++++
 drivers/mailbox/qcom-apcs-ipc-mailbox.c            |   5 +
 9 files changed, 170 insertions(+), 4 deletions(-)
 create mode 100644 drivers/clk/qcom/apcs-sdx65.c

-- 
2.7.4


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

* Re: [PATCH 0/8] Add APCS support for SDX65
  2022-02-14  6:52 [PATCH 0/8] Add APCS support for SDX65 Rohit Agarwal
@ 2022-02-17 22:08 ` Stephen Boyd
  2022-02-18 11:10   ` Rohit Agarwal
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2022-02-17 22:08 UTC (permalink / raw)
  To: Rohit Agarwal, agross, bjorn.andersson, dianders, jassisinghbrar,
	linus.walleij, linux, mani, mturquette, robh+dt
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel,
	linux-arm-kernel, Rohit Agarwal

Quoting Rohit Agarwal (2022-02-13 22:52:20)
> Hello,
> 
> This series adds APCS mailbox and clock support for SDX65. The APCS IP
> in SDX65 provides IPC and clock functionalities. Hence, mailbox support
> is added to the "qcom-apcs-ipc-mailbox" driver and a dedicated clock
> driver "apcs-sdx65" is added.
> 

Something is wrong with your series. I only see a couple patches and
they're not threaded.

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

* Re: [PATCH 0/8] Add APCS support for SDX65
  2022-02-17 22:08 ` Stephen Boyd
@ 2022-02-18 11:10   ` Rohit Agarwal
  0 siblings, 0 replies; 3+ messages in thread
From: Rohit Agarwal @ 2022-02-18 11:10 UTC (permalink / raw)
  To: Stephen Boyd, agross, bjorn.andersson, dianders, jassisinghbrar,
	linus.walleij, linux, mani, mturquette, robh+dt
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel,
	linux-arm-kernel


On 2/18/2022 3:38 AM, Stephen Boyd wrote:
> Quoting Rohit Agarwal (2022-02-13 22:52:20)
>> Hello,
>>
>> This series adds APCS mailbox and clock support for SDX65. The APCS IP
>> in SDX65 provides IPC and clock functionalities. Hence, mailbox support
>> is added to the "qcom-apcs-ipc-mailbox" driver and a dedicated clock
>> driver "apcs-sdx65" is added.
>>
> Something is wrong with your series. I only see a couple patches and
> they're not threaded.

I uploaded the patches individually based on the maintainers which is why it is not coming as thread. I will upload the next version as a patch series with the comments addressed. Thanks!


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

end of thread, other threads:[~2022-02-18 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-14  6:52 [PATCH 0/8] Add APCS support for SDX65 Rohit Agarwal
2022-02-17 22:08 ` Stephen Boyd
2022-02-18 11:10   ` Rohit Agarwal

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