From: Vinod Koul <vkoul@kernel.org>
To: Stephen Boyd <sboyd@kernel.org>
Cc: linux-arm-msm@vger.kernel.org,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Andy Gross <agross@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
psodagud@codeaurora.org, tsoni@codeaurora.org,
jshriram@codeaurora.org, tdas@codeaurora.org,
vnkgutta@codeaurora.org
Subject: [PATCH v3 0/5] Add clock drivers for SM8250 SoC
Date: Sun, 16 Feb 2020 15:57:20 +0530 [thread overview]
Message-ID: <20200216102725.2629155-1-vkoul@kernel.org> (raw)
This series adds clock drivers support for SM8250 SoC. As part of the
device tree, the sm8250 dts file has basic nodes like CPU, PSCI, intc, timer
and clock controller.
Required clock controller driver and RPMH cloks are added to
support peripherals like USB.
All this configuration is added to support SM8250 to boot up to the
serial console.
Changes in v3:
- Dropped accepted patches by Steve
- Split the common rename patch to rename and refactor patches
- Rebase on clk/clk-qcom and move yaml binding to .../bindings/clock/qcom,gcc-sm8250.yaml
- Fix comments form Steve on gcc-sm8250 clk driver
Taniya Das (5):
clk: qcom: clk-alpha-pll: Use common names for defines
clk: qcom: clk-alpha-pll: Refactor trion PLL
clk: qcom: clk-alpha-pll: Add support for controlling Lucid PLLs
dt-bindings: clock: Add SM8250 GCC clock bindings
clk: qcom: gcc: Add global clock controller driver for SM8250
.../bindings/clock/qcom,gcc-sm8250.yaml | 72 +
drivers/clk/qcom/Kconfig | 7 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/clk-alpha-pll.c | 264 +-
drivers/clk/qcom/clk-alpha-pll.h | 12 +
drivers/clk/qcom/gcc-sm8250.c | 3690 +++++++++++++++++
include/dt-bindings/clock/qcom,gcc-sm8250.h | 271 ++
7 files changed, 4268 insertions(+), 49 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sm8250.yaml
create mode 100644 drivers/clk/qcom/gcc-sm8250.c
create mode 100644 include/dt-bindings/clock/qcom,gcc-sm8250.h
--
2.24.1
next reply other threads:[~2020-02-16 10:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-16 10:27 Vinod Koul [this message]
2020-02-16 10:27 ` [PATCH v3 1/5] clk: qcom: clk-alpha-pll: Use common names for defines Vinod Koul
2020-02-16 10:27 ` [PATCH v3 2/5] clk: qcom: clk-alpha-pll: Refactor trion PLL Vinod Koul
2020-02-16 10:27 ` [PATCH v3 3/5] clk: qcom: clk-alpha-pll: Add support for controlling Lucid PLLs Vinod Koul
2020-02-16 10:27 ` [PATCH v3 4/5] dt-bindings: clock: Add SM8250 GCC clock bindings Vinod Koul
2020-02-18 20:33 ` Rob Herring
2020-02-24 4:36 ` Vinod Koul
2020-02-16 10:27 ` [PATCH v3 5/5] clk: qcom: gcc: Add global clock controller driver for SM8250 Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200216102725.2629155-1-vkoul@kernel.org \
--to=vkoul@kernel.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=jshriram@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=psodagud@codeaurora.org \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=tdas@codeaurora.org \
--cc=tsoni@codeaurora.org \
--cc=vnkgutta@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).