Re: [PATCH 0/7] MIPS: Replace <linux/clk-provider.h> by <linux/of_clk.h>

From: Philippe Mathieu-DaudÃ
Date: Wed Feb 12 2020 - 13:41:15 EST


On 2/12/20 11:15 AM, Geert Uytterhoeven wrote:
> Hi all,
>
> The OF clock helpers were moved to <linux/of_clk.h> a while ago.
> Hence code that is not a clock provider, but just needs to call
> of_clk_init(), can (and should) include <linux/of_clk.h> instead of
> <linux/clk-provider.h>.
>
> All these patches are independent of each others, and thus can be
> applied by the corresponding subsystem maintainers.
>
> Thanks!
>
> Geert Uytterhoeven (7):
> MIPS: ath79: Replace <linux/clk-provider.h> by <linux/of_clk.h>
> MIPS: BMIPS: Replace <linux/clk-provider.h> by <linux/of_clk.h>
> MIPS: generic: Replace <linux/clk-provider.h> by <linux/of_clk.h>
> MIPS: jz4740: Replace <linux/clk-provider.h> by <linux/of_clk.h>
> MIPS: pic32mzda: Replace <linux/clk-provider.h> by <linux/of_clk.h>
> MIPS: Pistachio: Replace <linux/clk-provider.h> by <linux/of_clk.h>
> MIPS: ralink: Replace <linux/clk-provider.h> by <linux/of_clk.h>
>
> arch/mips/ath79/setup.c | 2 +-
> arch/mips/bmips/setup.c | 2 +-
> arch/mips/generic/init.c | 2 +-
> arch/mips/jz4740/time.c | 2 +-
> arch/mips/pic32/pic32mzda/time.c | 2 +-
> arch/mips/pistachio/time.c | 2 +-
> arch/mips/ralink/timer-gic.c | 2 +-
> 7 files changed, 7 insertions(+), 7 deletions(-)
>

Series:
Reviewed-by: Philippe Mathieu-Daudà <f4bug@xxxxxxxxx>