Re: [PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Stephen Boyd
Quoting Jerome Brunet (2018-12-04 12:05:02) > On Tue, 2018-12-04 at 20:33 +0100, Neil Armstrong wrote: > > Le 04/12/2018 18:43, Stephen Boyd a écrit : > > > Quoting Neil Armstrong (2018-12-04 04:58:39) > > > > @@ -1983,7 +1983,7 @@ static struct clk_fixed_factor gxbb_vclk2_div12 = > > > > { > > >

Re: [PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Stephen Boyd
Quoting Jerome Brunet (2018-12-04 12:05:02) > On Tue, 2018-12-04 at 20:33 +0100, Neil Armstrong wrote: > > Le 04/12/2018 18:43, Stephen Boyd a écrit : > > > Quoting Neil Armstrong (2018-12-04 04:58:39) > > > > @@ -1983,7 +1983,7 @@ static struct clk_fixed_factor gxbb_vclk2_div12 = > > > > { > > >

Re: [PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Jerome Brunet
On Tue, 2018-12-04 at 20:33 +0100, Neil Armstrong wrote: > Hi Stephen, > > Le 04/12/2018 18:43, Stephen Boyd a écrit : > > Quoting Neil Armstrong (2018-12-04 04:58:39) > > > Makes the following sparse warnings silent: > > > drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' >

Re: [PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Jerome Brunet
On Tue, 2018-12-04 at 20:33 +0100, Neil Armstrong wrote: > Hi Stephen, > > Le 04/12/2018 18:43, Stephen Boyd a écrit : > > Quoting Neil Armstrong (2018-12-04 04:58:39) > > > Makes the following sparse warnings silent: > > > drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' >

Re: [PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Neil Armstrong
Hi Stephen, Le 04/12/2018 18:43, Stephen Boyd a écrit : > Quoting Neil Armstrong (2018-12-04 04:58:39) >> Makes the following sparse warnings silent: >> drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' was >> not declared. Should it be static? >>

Re: [PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Neil Armstrong
Hi Stephen, Le 04/12/2018 18:43, Stephen Boyd a écrit : > Quoting Neil Armstrong (2018-12-04 04:58:39) >> Makes the following sparse warnings silent: >> drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' was >> not declared. Should it be static? >>

Re: [PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Stephen Boyd
Quoting Neil Armstrong (2018-12-04 04:58:39) > Makes the following sparse warnings silent: > drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' was > not declared. Should it be static? > drivers/clk/meson/gxbb.c:1585:12: warning: symbol 'gxbb_vid_pll_parent_names' > was not

Re: [PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Stephen Boyd
Quoting Neil Armstrong (2018-12-04 04:58:39) > Makes the following sparse warnings silent: > drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' was > not declared. Should it be static? > drivers/clk/meson/gxbb.c:1585:12: warning: symbol 'gxbb_vid_pll_parent_names' > was not

[PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Neil Armstrong
Makes the following sparse warnings silent: drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' was not declared. Should it be static? drivers/clk/meson/gxbb.c:1585:12: warning: symbol 'gxbb_vid_pll_parent_names' was not declared. Should it be static?

[PATCH] clk: meson-gxbb: switch video clocks mux tables to static

2018-12-04 Thread Neil Armstrong
Makes the following sparse warnings silent: drivers/clk/meson/vid-pll-div.c:58:26: warning: symbol '_get_table_val' was not declared. Should it be static? drivers/clk/meson/gxbb.c:1585:12: warning: symbol 'gxbb_vid_pll_parent_names' was not declared. Should it be static?