From: Adrien Thierry <athierry@redhat.com>
To: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Manu Gautam <mgautam@codeaurora.org>,
Philipp Zabel <pza@pengutronix.de>,
Stephen Boyd <sboyd@kernel.org>, Vinod Koul <vkoul@kernel.org>,
Wesley Cheng <wcheng@codeaurora.org>
Cc: Adrien Thierry <athierry@redhat.com>,
linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org
Subject: [PATCH v4 0/3] Fixes for qcom-snps-femto-v2 PHY driver
Date: Thu, 29 Jun 2023 10:45:37 -0400 [thread overview]
Message-ID: <20230629144542.14906-1-athierry@redhat.com> (raw)
This series contains a few fixes for the qcom-snps-femto-v2 driver, mostly
clock-related.
v3 -> v4
- remove commit that added system sleep PM ops
- add commit "phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during
runtime suspend"
- "phy: qcom-snps-femto-v2: properly enable ref clock"
- dropped "HACK:" comment (Bjorn Andersson)
- check for IS_ERR() for the optional cfg_ahb clock (Bjorn Andersson)
- don't print an error message in case clk_bulk_prepare() fails (Bjorn
Andersson)
v2 -> v3
- "phy: qcom-snps-femto-v2: add system sleep PM ops" - add link to
downstream driver used as reference (Andrew Halaney)
- add commit "phy: qcom-snps-femto-v2: use
qcom_snps_hsphy_do_suspend/resume error code" to make sure PM ops don't
always return 0 (Andrew Halaney)
v1 -> v2
- keep cfg_ahb clock and use clk_bulk API to handle both cfg_ahb and ref
clocks (Bjorn Andersson)
- add system sleep PM callbacks (Bjorn Andersson)
- add Link: and Fixes: tag (Andrew Halaney)
Adrien Thierry (3):
phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime
suspend
phy: qcom-snps-femto-v2: properly enable ref clock
phy: qcom-snps-femto-v2: use qcom_snps_hsphy_suspend/resume error code
drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c | 78 ++++++++++++-------
1 file changed, 50 insertions(+), 28 deletions(-)
--
2.40.1
next reply other threads:[~2023-06-29 14:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 14:45 Adrien Thierry [this message]
2023-06-29 14:45 ` [PATCH v4 1/3] phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend Adrien Thierry
2023-06-29 14:45 ` [PATCH v4 2/3] phy: qcom-snps-femto-v2: properly enable ref clock Adrien Thierry
2023-06-29 14:45 ` [PATCH v4 3/3] phy: qcom-snps-femto-v2: use qcom_snps_hsphy_suspend/resume error code Adrien Thierry
2023-07-11 11:25 ` [PATCH v4 0/3] Fixes for qcom-snps-femto-v2 PHY driver 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=20230629144542.14906-1-athierry@redhat.com \
--to=athierry@redhat.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=kishon@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=mgautam@codeaurora.org \
--cc=pza@pengutronix.de \
--cc=sboyd@kernel.org \
--cc=vkoul@kernel.org \
--cc=wcheng@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