mbox series

[0/2] Add Global clock controller support for IPQ6018

Message ID 1578050744-3761-1-git-send-email-sricharan@codeaurora.org
Headers show
Series Add Global clock controller support for IPQ6018 | expand

Message

Sricharan Ramabadhran Jan. 3, 2020, 11:25 a.m. UTC
The IPQ6018 is Qualcomm’s 802.11ax SoC for Routers,
Gateways and Access Points.

This series adds Global clock controller support for ipq6018.

The patches were a part of https://patchwork.kernel.org/cover/11303075/,
now moved it outside based on Stephen's suggestion.

Sricharan R (2):
  clk: qcom: Add DT bindings for ipq6018 gcc clock controller
  clk: qcom: Add ipq6018 Global Clock Controller support

 .../devicetree/bindings/clock/qcom,gcc.yaml        |    3 +-
 drivers/clk/qcom/Kconfig                           |    8 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/gcc-ipq6018.c                     | 4643 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-ipq6018.h       |  262 ++
 include/dt-bindings/reset/qcom,gcc-ipq6018.h       |  157 +
 6 files changed, 5073 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/qcom/gcc-ipq6018.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-ipq6018.h
 create mode 100644 include/dt-bindings/reset/qcom,gcc-ipq6018.h

Comments

Stephen Boyd Jan. 5, 2020, 6:59 a.m. UTC | #1
Quoting Sricharan R (2020-01-03 03:25:42)
> The IPQ6018 is Qualcomm\u2019s 802.11ax SoC for Routers,
> Gateways and Access Points.
> 
> This series adds Global clock controller support for ipq6018.

Can you fold the fixes in?

> 
> The patches were a part of https://patchwork.kernel.org/cover/11303075/,
> now moved it outside based on Stephen's suggestion.

Thanks, but I still got the other pinctrl patches :(
Sricharan Ramabadhran Jan. 6, 2020, 5:02 a.m. UTC | #2
Hi Stephen,

On 1/5/2020 12:29 PM, Stephen Boyd wrote:
> Quoting Sricharan R (2020-01-03 03:25:42)
>> The IPQ6018 is Qualcomm\u2019s 802.11ax SoC for Routers,
>> Gateways and Access Points.
>>
>> This series adds Global clock controller support for ipq6018.
> 
> Can you fold the fixes in?
> 

 Sure, will do and resend.

>>
>> The patches were a part of https://patchwork.kernel.org/cover/11303075/,
>> now moved it outside based on Stephen's suggestion.
> 
> Thanks, but I still got the other pinctrl patches :(
> 

 ho, will remove you from CC on those.

Regards,
 Sricharan