mbox series

[0/8] Add APCS support for SDX65

Message ID 1644821540-17928-1-git-send-email-quic_rohiagar@quicinc.com (mailing list archive)
Headers show
Series Add APCS support for SDX65 | expand

Message

Rohit Agarwal Feb. 14, 2022, 6:52 a.m. UTC
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

Comments

Stephen Boyd Feb. 17, 2022, 10:08 p.m. UTC | #1
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.
Rohit Agarwal Feb. 18, 2022, 11:10 a.m. UTC | #2
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!