All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: Remove unused arrays in SDM845 GCC
@ 2018-10-18 22:03 Evan Green
  2018-10-18 22:29   ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Evan Green @ 2018-10-18 22:03 UTC (permalink / raw)
  To: Andy Gross, David Brown, Michael Turquette, Stephen Boyd,
	linux-arm-msm, linux-soc, linux-clk, linux-kernel
  Cc: Evan Green

This change removes a parent map and parent name array that
appear to be completely unreferenced.

Signed-off-by: Evan Green <evgreen@chromium.org>
---
 drivers/clk/qcom/gcc-sdm845.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/drivers/clk/qcom/gcc-sdm845.c b/drivers/clk/qcom/gcc-sdm845.c
index fa1a196350f1..a7e72ebb79ba 100644
--- a/drivers/clk/qcom/gcc-sdm845.c
+++ b/drivers/clk/qcom/gcc-sdm845.c
@@ -99,22 +99,6 @@ static const char * const gcc_parent_names_4[] = {
 	"core_bi_pll_test_se",
 };
 
-static const struct parent_map gcc_parent_map_5[] = {
-	{ P_BI_TCXO, 0 },
-	{ P_GPLL0_OUT_MAIN, 1 },
-	{ P_GPLL4_OUT_MAIN, 5 },
-	{ P_GPLL0_OUT_EVEN, 6 },
-	{ P_CORE_BI_PLL_TEST_SE, 7 },
-};
-
-static const char * const gcc_parent_names_5[] = {
-	"bi_tcxo",
-	"gpll0",
-	"gpll4",
-	"gpll0_out_even",
-	"core_bi_pll_test_se",
-};
-
 static const struct parent_map gcc_parent_map_6[] = {
 	{ P_BI_TCXO, 0 },
 	{ P_GPLL0_OUT_MAIN, 1 },
-- 
2.16.4

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

* Re: [PATCH] clk: qcom: Remove unused arrays in SDM845 GCC
  2018-10-18 22:03 [PATCH] clk: qcom: Remove unused arrays in SDM845 GCC Evan Green
@ 2018-10-18 22:29   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2018-10-18 22:29 UTC (permalink / raw)
  To: Andy Gross, David Brown, Michael Turquette, linux-arm-msm,
	linux-clk, linux-kernel, linux-soc
  Cc: Evan Green

Quoting Evan Green (2018-10-18 15:03:50)
> This change removes a parent map and parent name array that
> appear to be completely unreferenced.
> 
> Signed-off-by: Evan Green <evgreen@chromium.org>
> ---

Applied to clk-next. Can you change your commit text style going forward
to match Documentation/process/submitting-patches.rst, section 2, for an
"imperative mood"?

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

* Re: [PATCH] clk: qcom: Remove unused arrays in SDM845 GCC
@ 2018-10-18 22:29   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2018-10-18 22:29 UTC (permalink / raw)
  To: Andy Gross, David Brown, Evan Green, Michael Turquette,
	linux-arm-msm, linux-clk, linux-kernel, linux-soc
  Cc: Evan Green

Quoting Evan Green (2018-10-18 15:03:50)
> This change removes a parent map and parent name array that
> appear to be completely unreferenced.
> 
> Signed-off-by: Evan Green <evgreen@chromium.org>
> ---

Applied to clk-next. Can you change your commit text style going forward
to match Documentation/process/submitting-patches.rst, section 2, for an
"imperative mood"?


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

* Re: [PATCH] clk: qcom: Remove unused arrays in SDM845 GCC
  2018-10-18 22:29   ` Stephen Boyd
  (?)
@ 2018-10-18 22:41   ` Evan Green
  -1 siblings, 0 replies; 4+ messages in thread
From: Evan Green @ 2018-10-18 22:41 UTC (permalink / raw)
  To: sboyd
  Cc: Andy Gross, David Brown, Michael Turquette, linux-arm-msm,
	linux-clk, linux-kernel, linux-soc

On Thu, Oct 18, 2018 at 3:29 PM Stephen Boyd <sboyd@kernel.org> wrote:
>
> Quoting Evan Green (2018-10-18 15:03:50)
> > This change removes a parent map and parent name array that
> > appear to be completely unreferenced.
> >
> > Signed-off-by: Evan Green <evgreen@chromium.org>
> > ---
>
> Applied to clk-next. Can you change your commit text style going forward
> to match Documentation/process/submitting-patches.rst, section 2, for an
> "imperative mood"?
>

Thanks. Will do.

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

end of thread, other threads:[~2018-10-18 22:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 22:03 [PATCH] clk: qcom: Remove unused arrays in SDM845 GCC Evan Green
2018-10-18 22:29 ` Stephen Boyd
2018-10-18 22:29   ` Stephen Boyd
2018-10-18 22:41   ` Evan Green

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.