From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Taniya Das <quic_tdas@quicinc.com>, Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@ti.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
linux-phy@lists.infradead.org
Subject: [PATCH v4 0/3] phy: qcom-qmp-ufs: add symbol clocks support
Date: Fri, 16 Sep 2022 09:17:37 +0300 [thread overview]
Message-ID: <20220916061740.87167-1-dmitry.baryshkov@linaro.org> (raw)
Register UFS symbol clocks in the Qualcomm QMP PHY driver. Some of the
platforms (msm8996, sc7280, sm8350/sm8450) expect them to be defined (to
be used as GCC clock parents).
Changes since v3:
- Rewrote asm9260 clk driver to fix the TODO item by using parent index
rather than calling of_clk_get_parent_name().
Changes since v2:
- Added error handling to phy_symbols_clk_register() (requested by
Johan).
Changes since v1:
- Added a macro used by clk-asm9260, so that the clk-fixed-rate changes
do not affect the driver
- Changed registered clock names to be unique (as e.g. SC8280XP will
have two UFS PHYs).
Dmitry Baryshkov (3):
clk: asm9260: use parent index to link the reference clock
clk: fixed-rate: add devm_clk_hw_register_fixed_rate
phy: qcom-qmp-ufs: provide symbol clocks
drivers/clk/clk-asm9260.c | 29 +++++-------
drivers/clk/clk-fixed-rate.c | 28 ++++++++++--
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 59 +++++++++++++++++++++++++
include/linux/clk-provider.h | 48 +++++++++++++++++---
4 files changed, 136 insertions(+), 28 deletions(-)
--
2.35.1
next reply other threads:[~2022-09-16 6:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-16 6:17 Dmitry Baryshkov [this message]
2022-09-16 6:17 ` [PATCH v4 1/3] clk: asm9260: use parent index to link the reference clock Dmitry Baryshkov
2022-09-24 7:33 ` Dmitry Baryshkov
2022-09-30 0:56 ` Stephen Boyd
2022-09-16 6:17 ` [PATCH v4 2/3] clk: fixed-rate: add devm_clk_hw_register_fixed_rate Dmitry Baryshkov
2022-09-30 0:56 ` Stephen Boyd
2022-09-16 6:17 ` [PATCH v4 3/3] phy: qcom-qmp-ufs: provide symbol clocks Dmitry Baryshkov
2022-09-30 0:56 ` Stephen Boyd
2022-10-28 12:48 ` Vinod Koul
2022-10-28 12:47 ` 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=20220916061740.87167-1-dmitry.baryshkov@linaro.org \
--to=dmitry.baryshkov@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=kishon@ti.com \
--cc=konrad.dybcio@somainline.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=mturquette@baylibre.com \
--cc=p.zabel@pengutronix.de \
--cc=quic_tdas@quicinc.com \
--cc=sboyd@kernel.org \
--cc=vkoul@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox