Re: [PATCH 0/3] Legacy clock drivers: Normalize clk API

2018-06-11 Thread Geert Uytterhoeven
Hi Arnd, On Mon, Jun 11, 2018 at 11:02 AM Arnd Bergmann wrote: > On Mon, Jun 11, 2018 at 10:44 AM, Geert Uytterhoeven > wrote: > > When seeing commit bde4975310eb1982 ("net: stmmac: fix build failure due > > to missing COMMON_CLK dependency"), I wondered why this dependency is > > needed, as

Re: [PATCH 0/3] Legacy clock drivers: Normalize clk API

2018-06-11 Thread Arnd Bergmann
On Mon, Jun 11, 2018 at 10:44 AM, Geert Uytterhoeven wrote: > Hi all, > > When seeing commit bde4975310eb1982 ("net: stmmac: fix build failure due > to missing COMMON_CLK dependency"), I wondered why this dependency is > needed, as all implementations of the clock API should implement all

[PATCH 0/3] Legacy clock drivers: Normalize clk API

2018-06-11 Thread Geert Uytterhoeven
Hi all, When seeing commit bde4975310eb1982 ("net: stmmac: fix build failure due to missing COMMON_CLK dependency"), I wondered why this dependency is needed, as all implementations of the clock API should implement all required functionality, or provide dummies. It turns out there were