Re: [PATCH 3/3 RFC] Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-06-11 08:59:19
Also in:
linux-mips, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-06-11 08:59:19
Also in:
linux-mips, lkml
On Mon, Jun 11, 2018 at 10:44 AM, Geert Uytterhoeven [off-list ref] wrote:
This reverts commit bde4975310eb1982bd0bbff673989052d92fd481. All legacy clock implementations now implement clk_set_rate() (Some implementations may be dummies, though). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- Marked "RFC", as this depends on "m68k: coldfire: Normalize clk API" and "MIPS: AR7: Normalize clk API".
This seems reasonable. It's possible that it will cause regressions because the
COMMON_CLK dependency hides another dependency on something else
that not everything implements, but we should fix that properly if that happens.
Arnd