From: Taniya Das <tdas@codeaurora.org>
To: "Stephen Boyd" <sboyd@kernel.org>,
"Michael Turquette " <mturquette@baylibre.com>
Cc: David Brown <david.brown@linaro.org>,
Rajendra Nayak <rnayak@codeaurora.org>,
linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org,
linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
Andy Gross <agross@kernel.org>,
devicetree@vger.kernel.org, robh@kernel.org, robh+dt@kernel.org,
Taniya Das <tdas@codeaurora.org>
Subject: [PATCH v3 0/4] Add Camera clock controller driver for SC7180
Date: Sat, 17 Oct 2020 00:13:31 +0530 [thread overview]
Message-ID: <1602873815-1677-1-git-send-email-tdas@codeaurora.org> (raw)
[v3]
* Introduce helper functions to be used across pll configure and pll rate
margins.
* Update the Agera PLL configure/set rate to use the new helper functions.
* Update documentation binding to update the header inclusion.
* Update the vco table to 'const'.
* Fix the failure path of probe.
[v2]
* Update PLL set rate function : clk_alpha_pll_agera_set_rate
* Remove mb()
[v1]
* Add support for Agera PLL which is used in the camera clock controller.
* Add driver support for camera clock controller for SC7180 and also
update device tree bindings for the various clocks supported in the
clock controller.
Taniya Das (4):
clk: qcom: clk-alpha-pll: Add support for helper functions
clk: qcom: clk-alpha-pll: Add support for controlling Agera PLLs
dt-bindings: clock: Add YAML schemas for the QCOM Camera clock
bindings.
clk: qcom: camcc: Add camera clock controller driver for SC7180
.../bindings/clock/qcom,sc7180-camcc.yaml | 73 +
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/camcc-sc7180.c | 1736 ++++++++++++++++++++
drivers/clk/qcom/clk-alpha-pll.c | 217 ++-
drivers/clk/qcom/clk-alpha-pll.h | 4 +
include/dt-bindings/clock/qcom,camcc-sc7180.h | 121 ++
7 files changed, 2072 insertions(+), 89 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,sc7180-camcc.yaml
create mode 100644 drivers/clk/qcom/camcc-sc7180.c
create mode 100644 include/dt-bindings/clock/qcom,camcc-sc7180.h
--
Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member
of the Code Aurora Forum, hosted by the Linux Foundation.
next reply other threads:[~2020-10-16 18:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-16 18:43 Taniya Das [this message]
2020-10-16 18:43 ` [PATCH v3 1/4] clk: qcom: clk-alpha-pll: Add support for helper functions Taniya Das
2020-11-05 2:30 ` Stephen Boyd
2020-10-16 18:43 ` [PATCH v3 2/4] clk: qcom: clk-alpha-pll: Add support for controlling Agera PLLs Taniya Das
2020-11-05 2:30 ` Stephen Boyd
2020-10-16 18:43 ` [PATCH v3 3/4] dt-bindings: clock: Add YAML schemas for the QCOM Camera clock bindings Taniya Das
2020-10-19 20:17 ` Rob Herring
2020-11-05 2:30 ` Stephen Boyd
2020-10-16 18:43 ` [PATCH v3 4/4] clk: qcom: camcc: Add camera clock controller driver for SC7180 Taniya Das
2020-11-05 2:31 ` Stephen Boyd
2020-11-06 12:16 ` Geert Uytterhoeven
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=1602873815-1677-1-git-send-email-tdas@codeaurora.org \
--to=tdas@codeaurora.org \
--cc=agross@kernel.org \
--cc=david.brown@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=rnayak@codeaurora.org \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=sboyd@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.