* [PATCH] clk: rs9: Drop unused pin_xin field
@ 2022-12-16 21:09 Marek Vasut
2023-01-02 6:48 ` Alexander Stein
2023-02-18 4:46 ` Stephen Boyd
0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2022-12-16 21:09 UTC (permalink / raw)
To: linux-clk; +Cc: Marek Vasut, Alexander Stein, Michael Turquette, Stephen Boyd
The pin_xin field in struct rs9_driver_data is unused, drop it.
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
---
drivers/clk/clk-renesas-pcie.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/clk/clk-renesas-pcie.c b/drivers/clk/clk-renesas-pcie.c
index e6247141d0c05..f91f30560820d 100644
--- a/drivers/clk/clk-renesas-pcie.c
+++ b/drivers/clk/clk-renesas-pcie.c
@@ -60,7 +60,6 @@ struct rs9_driver_data {
struct i2c_client *client;
struct regmap *regmap;
const struct rs9_chip_info *chip_info;
- struct clk *pin_xin;
struct clk_hw *clk_dif[2];
u8 pll_amplitude;
u8 pll_ssc;
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] clk: rs9: Drop unused pin_xin field
2022-12-16 21:09 [PATCH] clk: rs9: Drop unused pin_xin field Marek Vasut
@ 2023-01-02 6:48 ` Alexander Stein
2023-02-18 4:46 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Stein @ 2023-01-02 6:48 UTC (permalink / raw)
To: linux-clk, Marek Vasut; +Cc: Marek Vasut, Michael Turquette, Stephen Boyd
Hello Marek,
thanks for the cleanup.
Am Freitag, 16. Dezember 2022, 22:09:22 CET schrieb Marek Vasut:
> The pin_xin field in struct rs9_driver_data is unused, drop it.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Alexander Stein <alexander.stein@ew.tq-group.com>
> Cc: Michael Turquette <mturquette@baylibre.com>
> Cc: Stephen Boyd <sboyd@kernel.org>
> ---
> drivers/clk/clk-renesas-pcie.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/clk/clk-renesas-pcie.c b/drivers/clk/clk-renesas-pcie.c
> index e6247141d0c05..f91f30560820d 100644
> --- a/drivers/clk/clk-renesas-pcie.c
> +++ b/drivers/clk/clk-renesas-pcie.c
> @@ -60,7 +60,6 @@ struct rs9_driver_data {
> struct i2c_client *client;
> struct regmap *regmap;
> const struct rs9_chip_info *chip_info;
> - struct clk *pin_xin;
> struct clk_hw *clk_dif[2];
> u8 pll_amplitude;
> u8 pll_ssc;
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] clk: rs9: Drop unused pin_xin field
2022-12-16 21:09 [PATCH] clk: rs9: Drop unused pin_xin field Marek Vasut
2023-01-02 6:48 ` Alexander Stein
@ 2023-02-18 4:46 ` Stephen Boyd
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2023-02-18 4:46 UTC (permalink / raw)
To: Marek Vasut, linux-clk; +Cc: Marek Vasut, Alexander Stein, Michael Turquette
Quoting Marek Vasut (2022-12-16 13:09:22)
> The pin_xin field in struct rs9_driver_data is unused, drop it.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-18 4:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16 21:09 [PATCH] clk: rs9: Drop unused pin_xin field Marek Vasut
2023-01-02 6:48 ` Alexander Stein
2023-02-18 4:46 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox