Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-16 Thread Alexandre Torgue
On 05/16/2018 09:57 AM, Stephen Boyd wrote: Quoting Alexandre Torgue (2018-05-16 00:34:21) Sorry I don't understand. Clock driver is mandatory to boot each platform and depends on machine type. Do you see a use case where we could need to disable the clock driver? (it would impose to change d

Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-16 Thread Stephen Boyd
Quoting gabriel.fernan...@st.com (2018-05-02 23:40:09) > From: Gabriel Fernandez > > Clock driver is mandatory if the machine is selected. > Then don't use 'bool' and 'depends on' commands, but 'def_bool' > with the machine(s). > > Fixes: da32d3539fca ("clk: stm32: add configuration flags for ea

Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-16 Thread Stephen Boyd
Quoting Alexandre Torgue (2018-05-16 00:34:21) > >> > >> Sorry I don't understand. Clock driver is mandatory to boot each > >> platform and depends on machine type. Do you see a use case where we > >> could need to disable the clock driver? (it would impose to change > >> devicetree to use fixed cl

Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-16 Thread Alexandre Torgue
On 05/15/2018 11:48 PM, Stephen Boyd wrote: Quoting Alexandre Torgue (2018-05-14 05:45:57) On 05/05/2018 04:45 AM, Stephen Boyd wrote: Quoting Alexandre Torgue (2018-05-04 00:54:16) Stephen On 05/03/2018 08:40 AM, gabriel.fernan...@st.com wrote: From: Gabriel Fernandez Clock driver is

Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-15 Thread Stephen Boyd
Quoting Alexandre Torgue (2018-05-14 05:45:57) > > > On 05/05/2018 04:45 AM, Stephen Boyd wrote: > > Quoting Alexandre Torgue (2018-05-04 00:54:16) > >> Stephen > >> > >> On 05/03/2018 08:40 AM, gabriel.fernan...@st.com wrote: > >>> From: Gabriel Fernandez > >>> > >>> Clock driver is mandatory i

Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-14 Thread Alexandre Torgue
On 05/05/2018 04:45 AM, Stephen Boyd wrote: Quoting Alexandre Torgue (2018-05-04 00:54:16) Stephen On 05/03/2018 08:40 AM, gabriel.fernan...@st.com wrote: From: Gabriel Fernandez Clock driver is mandatory if the machine is selected. Then don't use 'bool' and 'depends on' commands, but 'def

Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-04 Thread Stephen Boyd
Quoting Alexandre Torgue (2018-05-04 00:54:16) > Stephen > > On 05/03/2018 08:40 AM, gabriel.fernan...@st.com wrote: > > From: Gabriel Fernandez > > > > Clock driver is mandatory if the machine is selected. > > Then don't use 'bool' and 'depends on' commands, but 'def_bool' > > with the machine(

Re: [RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-04 Thread Alexandre Torgue
Stephen On 05/03/2018 08:40 AM, gabriel.fernan...@st.com wrote: From: Gabriel Fernandez Clock driver is mandatory if the machine is selected. Then don't use 'bool' and 'depends on' commands, but 'def_bool' with the machine(s). Fixes: da32d3539fca ("clk: stm32: add configuration flags for each

[RESEND PATCH] clk: stm32: fix: stm32 clock drivers are not compiled by default

2018-05-03 Thread gabriel.fernandez
From: Gabriel Fernandez Clock driver is mandatory if the machine is selected. Then don't use 'bool' and 'depends on' commands, but 'def_bool' with the machine(s). Fixes: da32d3539fca ("clk: stm32: add configuration flags for each of the stm32 drivers") Signed-off-by: Gabriel Fernandez Acked-b