Re: [PATCH] ARM: mv78xx0: Remove CLK_IS_ROOT

From: Arnd Bergmann
Date: Wed Apr 20 2016 - 03:36:10 EST


On Tuesday 19 April 2016 18:40:04 Stephen Boyd wrote:
> This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate
> CLK_IS_ROOT", 2016-02-02) so remove it.
>
> Cc: Andrew Lunn <andrew@xxxxxxx>
> Cc: Jason Cooper <jason@xxxxxxxxxxxxxx
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
>

Looks good, like all other instances in arch/arm.

If you want to merge these through your tree, please add my

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

to all of them, in addition to the other other Acks. I don't
think there is a significant risk for regressions as they all
tend to be "stable" in the sense that those files haven't
been touched in a while.

Arnd