2022-02-14 08:09:30

by Rohit Agarwal

[permalink] [raw]
Subject: [PATCH 0/8] Add APCS support for SDX65

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


2022-02-17 23:00:31

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH 0/8] Add APCS support for SDX65

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.

2022-02-18 12:17:29

by Rohit Agarwal

[permalink] [raw]
Subject: Re: [PATCH 0/8] Add APCS support for SDX65


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!