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

From: Sricharan R
Date: Fri Jan 03 2020 - 06:26:01 EST


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

--
1.9.1