[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200531174612.260113-1-konradybcio@gmail.com>
Date: Sun, 31 May 2020 19:46:06 +0200
From: Konrad Dybcio <konradybcio@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Konrad Dybcio <konradybcio@...il.com>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] Add msm8992 GCC driver
This SoC is very similar to msm8994, but features
less clocks (as in no UFS or PCIE1-related ones,
for example). This implementation also adds support
for GDSCs and resets, which are lacking in the current
8994 driver and I can't test them over there, as I don't
have a device featuring that SoC. Qualcomm also
separates 8992 and 8994 drivers on downstream kernels,
so I find this appropriate.
Konrad Dybcio (4):
drivers: clk: qcom: Add msm8992 GCC driver
Add compatible strings and the include files for the msm8992 GCC.
arm64: dts: Adjust msm8992 DTS to use the correct GCC driver
driver: clk: Add msm8992 GCC Kconfig and Makefile entries
.../devicetree/bindings/clock/qcom,gcc.yaml | 2 +
arch/arm64/boot/dts/qcom/msm8992.dtsi | 15 +-
drivers/clk/qcom/Kconfig | 8 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/gcc-msm8992.c | 2429 +++++++++++++++++
include/dt-bindings/clock/qcom,gcc-msm8992.h | 144 +
include/dt-bindings/reset/qcom,gcc-msm8992.h | 8 +
7 files changed, 2600 insertions(+), 7 deletions(-)
create mode 100644 drivers/clk/qcom/gcc-msm8992.c
create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8992.h
create mode 100644 include/dt-bindings/reset/qcom,gcc-msm8992.h
--
2.26.2
Powered by blists - more mailing lists