RE: [PATCH v5 1/5] dm: clk: add stub when CONFIG_CLK is deactivated

2020-03-10 Thread Patrick DELAUNAY
Hi Simon, > From: Simon Goldschmidt > Sent: vendredi 6 mars 2020 12:28 > > On Fri, Mar 6, 2020 at 11:01 AM Patrick Delaunay > wrote: > > > > Add stub for functions clk_...() when CONFIG_CLK is deactivated. > > > > This patch avoids compilation issues for driver using these API > > without prote

Re: [PATCH v5 1/5] dm: clk: add stub when CONFIG_CLK is deactivated

2020-03-06 Thread Simon Goldschmidt
On Fri, Mar 6, 2020 at 11:01 AM Patrick Delaunay wrote: > > Add stub for functions clk_...() when CONFIG_CLK is deactivated. > > This patch avoids compilation issues for driver using these API > without protection (#if CONFIG_IS_ENABLED(CLK)) > > For example, before this patch we have undefined re