[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200419121808.440780-1-bryan.odonoghue@linaro.org>
Date: Sun, 19 Apr 2020 13:18:05 +0100
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: agross@...nel.org, bjorn.andersson@...aro.org,
mturquette@...libre.com, sboyd@...nel.org, robh+dt@...nel.org
Cc: linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
shawn.guo@...aro.org, p.zabel@...gutronix.de,
Bryan O'Donoghue <bryan.odonoghue@...aro.org>
Subject: [RESEND PATCH 0/3] Add Qualcomm MSM8939 GCC binding and driver
These three patches add support for the MSM8939 Global Clock Controller.
The MSM8939 is a derivation of the MSM8916 sharing the large majority of
its clock settings with MSM8916, however, there are enough changes, in some
cases mutually incompatible changes that necessitate a separate driver.
I thought it was both important and useful to show in the git log the
differences between MSM8916 and MSM8939 so, one patch copies the MSM8916
driver while another patch applies the entire gamut of MSM8939 changes,
squashing down from a git log of approximately 31 separate commits.
For reference that log is here:
https://github.com/bryanodonoghue/linux/pull/new/msm8939-clk-next-reference-log
Generally speaking MSM8939 differes from MSM8916 in two key ways.
- New and higher clock frequencies for existing IP blocks.
- New PLLs to drive those higher frequencies
Bryan O'Donoghue (2):
clk: qcom: Add DT bindings for msm8939 gcc
clk: qcom: gcc-msm8939: Make silicon specific updates for msm8939
Shawn Guo (1):
clk: qcom: gcc-msm8939: Add gcc-msm8939 driver by copying gcc-msm8916
.../devicetree/bindings/clock/qcom,gcc.yaml | 3 +
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/gcc-msm8939.c | 4004 +++++++++++++++++
include/dt-bindings/clock/qcom,gcc-msm8939.h | 215 +
include/dt-bindings/reset/qcom,gcc-msm8939.h | 119 +
6 files changed, 4351 insertions(+)
create mode 100644 drivers/clk/qcom/gcc-msm8939.c
create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8939.h
create mode 100644 include/dt-bindings/reset/qcom,gcc-msm8939.h
--
2.25.1
Powered by blists - more mailing lists