linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure
@ 2025-11-13 16:15 Gabor Juhos
  2025-11-13 20:10 ` Dmitry Baryshkov
  2025-11-14  0:18 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Gabor Juhos @ 2025-11-13 16:15 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd
  Cc: linux-arm-msm, linux-clk, linux-kernel, Gabor Juhos

The locally defined 'apss_clk' structure is not used in the code, so
remove that.

Compile tested only.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
---
 drivers/clk/qcom/apss-ipq5424.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/clk/qcom/apss-ipq5424.c b/drivers/clk/qcom/apss-ipq5424.c
index 4c67f722e009af2889ff7435535d7bc156192c47..2d622c1fe5d0522f00d7acb4614ebe4381e066c0 100644
--- a/drivers/clk/qcom/apss-ipq5424.c
+++ b/drivers/clk/qcom/apss-ipq5424.c
@@ -35,13 +35,6 @@ enum {
 	P_L3_PLL,
 };
 
-struct apss_clk {
-	struct notifier_block cpu_clk_notifier;
-	struct clk_hw *hw;
-	struct device *dev;
-	struct clk *l3_clk;
-};
-
 static const struct alpha_pll_config apss_pll_config = {
 	.l = 0x3b,
 	.config_ctl_val = 0x08200920,

---
base-commit: 682921ab33129ec46392b27e9dafcb206c2a08dd
change-id: 20251113-ipq5424-remove-apss_clk-79def5606ef3

Best regards,
-- 
Gabor Juhos <j4g8y7@gmail.com>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure
  2025-11-13 16:15 [PATCH] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure Gabor Juhos
@ 2025-11-13 20:10 ` Dmitry Baryshkov
  2025-11-14  0:18 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2025-11-13 20:10 UTC (permalink / raw)
  To: Gabor Juhos
  Cc: Bjorn Andersson, Michael Turquette, Stephen Boyd, linux-arm-msm,
	linux-clk, linux-kernel

On Thu, Nov 13, 2025 at 05:15:25PM +0100, Gabor Juhos wrote:
> The locally defined 'apss_clk' structure is not used in the code, so
> remove that.
> 
> Compile tested only.
> 
> Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
> ---
>  drivers/clk/qcom/apss-ipq5424.c | 7 -------
>  1 file changed, 7 deletions(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure
  2025-11-13 16:15 [PATCH] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure Gabor Juhos
  2025-11-13 20:10 ` Dmitry Baryshkov
@ 2025-11-14  0:18 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2025-11-14  0:18 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Gabor Juhos
  Cc: linux-arm-msm, linux-clk, linux-kernel


On Thu, 13 Nov 2025 17:15:25 +0100, Gabor Juhos wrote:
> The locally defined 'apss_clk' structure is not used in the code, so
> remove that.
> 
> Compile tested only.
> 
> 

Applied, thanks!

[1/1] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure
      commit: dc937f12e6c3488713de1262e37a30307ee9feac

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-14  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 16:15 [PATCH] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure Gabor Juhos
2025-11-13 20:10 ` Dmitry Baryshkov
2025-11-14  0:18 ` Bjorn Andersson

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).