All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: imx: imx8mn: drop unused pll enum
@ 2019-10-15  7:05 ` Peng Fan
  0 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2019-10-15  7:05 UTC (permalink / raw)
  To: mturquette@baylibre.com, sboyd@kernel.org, shawnguo@kernel.org,
	s.hauer@pengutronix.de, festevam@gmail.com
  Cc: kernel@pengutronix.de, dl-linux-imx, Anson Huang, Jacky Bai,
	Abel Vesa, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Leonard Crestez, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

The PLL enum definition is not used, so drop it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/clk/imx/clk-imx8mn.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c
index 28467db10c69..6ab6e9228962 100644
--- a/drivers/clk/imx/clk-imx8mn.c
+++ b/drivers/clk/imx/clk-imx8mn.c
@@ -25,20 +25,6 @@ static u32 share_count_disp;
 static u32 share_count_pdm;
 static u32 share_count_nand;
 
-enum {
-	ARM_PLL,
-	GPU_PLL,
-	VPU_PLL,
-	SYS_PLL1,
-	SYS_PLL2,
-	SYS_PLL3,
-	DRAM_PLL,
-	AUDIO_PLL1,
-	AUDIO_PLL2,
-	VIDEO_PLL2,
-	NR_PLLS,
-};
-
 static const char * const pll_ref_sels[] = { "osc_24m", "dummy", "dummy", "dummy", };
 static const char * const audio_pll1_bypass_sels[] = {"audio_pll1", "audio_pll1_ref_sel", };
 static const char * const audio_pll2_bypass_sels[] = {"audio_pll2", "audio_pll2_ref_sel", };
-- 
2.16.4


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

* [PATCH] clk: imx: imx8mn: drop unused pll enum
@ 2019-10-15  7:05 ` Peng Fan
  0 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2019-10-15  7:05 UTC (permalink / raw)
  To: mturquette@baylibre.com, sboyd@kernel.org, shawnguo@kernel.org,
	s.hauer@pengutronix.de, festevam@gmail.com
  Cc: Peng Fan, Abel Vesa, Anson Huang, linux-kernel@vger.kernel.org,
	dl-linux-imx, kernel@pengutronix.de, Leonard Crestez,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Jacky Bai

From: Peng Fan <peng.fan@nxp.com>

The PLL enum definition is not used, so drop it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/clk/imx/clk-imx8mn.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c
index 28467db10c69..6ab6e9228962 100644
--- a/drivers/clk/imx/clk-imx8mn.c
+++ b/drivers/clk/imx/clk-imx8mn.c
@@ -25,20 +25,6 @@ static u32 share_count_disp;
 static u32 share_count_pdm;
 static u32 share_count_nand;
 
-enum {
-	ARM_PLL,
-	GPU_PLL,
-	VPU_PLL,
-	SYS_PLL1,
-	SYS_PLL2,
-	SYS_PLL3,
-	DRAM_PLL,
-	AUDIO_PLL1,
-	AUDIO_PLL2,
-	VIDEO_PLL2,
-	NR_PLLS,
-};
-
 static const char * const pll_ref_sels[] = { "osc_24m", "dummy", "dummy", "dummy", };
 static const char * const audio_pll1_bypass_sels[] = {"audio_pll1", "audio_pll1_ref_sel", };
 static const char * const audio_pll2_bypass_sels[] = {"audio_pll2", "audio_pll2_ref_sel", };
-- 
2.16.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] clk: imx: imx8mn: drop unused pll enum
  2019-10-15  7:05 ` Peng Fan
@ 2019-10-16 20:06   ` Stephen Boyd
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2019-10-16 20:06 UTC (permalink / raw)
  To: festevam@gmail.com, mturquette@baylibre.com,
	s.hauer@pengutronix.de, shawnguo@kernel.org, Peng Fan
  Cc: kernel@pengutronix.de, dl-linux-imx, Anson Huang, Jacky Bai,
	Abel Vesa, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Leonard Crestez, Peng Fan

Quoting Peng Fan (2019-10-15 00:05:53)
> From: Peng Fan <peng.fan@nxp.com>
> 
> The PLL enum definition is not used, so drop it.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---

Was it ever used?

Applied to clk-next


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

* Re: [PATCH] clk: imx: imx8mn: drop unused pll enum
@ 2019-10-16 20:06   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2019-10-16 20:06 UTC (permalink / raw)
  To: festevam@gmail.com, mturquette@baylibre.com,
	s.hauer@pengutronix.de, shawnguo@kernel.org, Peng Fan
  Cc: Peng Fan, Abel Vesa, Anson Huang, linux-kernel@vger.kernel.org,
	dl-linux-imx, kernel@pengutronix.de, Leonard Crestez,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Jacky Bai

Quoting Peng Fan (2019-10-15 00:05:53)
> From: Peng Fan <peng.fan@nxp.com>
> 
> The PLL enum definition is not used, so drop it.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---

Was it ever used?

Applied to clk-next


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* RE: [PATCH] clk: imx: imx8mn: drop unused pll enum
  2019-10-16 20:06   ` Stephen Boyd
@ 2019-10-17  0:47     ` Peng Fan
  -1 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2019-10-17  0:47 UTC (permalink / raw)
  To: Stephen Boyd, festevam@gmail.com, mturquette@baylibre.com,
	s.hauer@pengutronix.de, shawnguo@kernel.org
  Cc: kernel@pengutronix.de, dl-linux-imx, Anson Huang, Jacky Bai,
	Abel Vesa, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Leonard Crestez

> Subject: Re: [PATCH] clk: imx: imx8mn: drop unused pll enum
> 
> Quoting Peng Fan (2019-10-15 00:05:53)
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > The PLL enum definition is not used, so drop it.
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > ---
> 
> Was it ever used?

Seems no. It might be added by mistaken. 

> 
> Applied to clk-next

Thanks,
Peng.


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

* RE: [PATCH] clk: imx: imx8mn: drop unused pll enum
@ 2019-10-17  0:47     ` Peng Fan
  0 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2019-10-17  0:47 UTC (permalink / raw)
  To: Stephen Boyd, festevam@gmail.com, mturquette@baylibre.com,
	s.hauer@pengutronix.de, shawnguo@kernel.org
  Cc: Abel Vesa, Anson Huang, linux-kernel@vger.kernel.org,
	dl-linux-imx, kernel@pengutronix.de, Leonard Crestez,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Jacky Bai

> Subject: Re: [PATCH] clk: imx: imx8mn: drop unused pll enum
> 
> Quoting Peng Fan (2019-10-15 00:05:53)
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > The PLL enum definition is not used, so drop it.
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > ---
> 
> Was it ever used?

Seems no. It might be added by mistaken. 

> 
> Applied to clk-next

Thanks,
Peng.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-10-17  0:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15  7:05 [PATCH] clk: imx: imx8mn: drop unused pll enum Peng Fan
2019-10-15  7:05 ` Peng Fan
2019-10-16 20:06 ` Stephen Boyd
2019-10-16 20:06   ` Stephen Boyd
2019-10-17  0:47   ` Peng Fan
2019-10-17  0:47     ` Peng Fan

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.