mbox series

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

Message ID 20200212101544.8793-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series MIPS: Replace <linux/clk-provider.h> by <linux/of_clk.h> | expand

Message

Geert Uytterhoeven Feb. 12, 2020, 10:15 a.m. UTC
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(-)

Comments

Philippe Mathieu-Daudé Feb. 12, 2020, 6:41 p.m. UTC | #1
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@amsat.org>
Paul Burton Feb. 19, 2020, 7:04 p.m. UTC | #2
Hello,

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 applied to mips-next.

> MIPS: ath79: Replace <linux/clk-provider.h> by <linux/of_clk.h>
>   commit d2936bd02b19
>   https://git.kernel.org/mips/c/d2936bd02b19
>   
>   Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>   Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>   Reviewed-by: Stephen Boyd <sboyd@kernel.org>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: BMIPS: Replace <linux/clk-provider.h> by <linux/of_clk.h>
>   commit e40b3deff7af
>   https://git.kernel.org/mips/c/e40b3deff7af
>   
>   Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>   Acked-by: Florian Fainelli <f.fainelli@gmail.com>
>   Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>   Reviewed-by: Stephen Boyd <sboyd@kernel.org>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: generic: Replace <linux/clk-provider.h> by <linux/of_clk.h>
>   commit 089a792c750d
>   https://git.kernel.org/mips/c/089a792c750d
>   
>   Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>   Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>   Reviewed-by: Stephen Boyd <sboyd@kernel.org>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: jz4740: Replace <linux/clk-provider.h> by <linux/of_clk.h>
>   commit 3a94afc68947
>   https://git.kernel.org/mips/c/3a94afc68947
>   
>   Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>   Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>   Reviewed-by: Stephen Boyd <sboyd@kernel.org>
>   Reviewed-by: Paul Cercueil <paul@crapouillou.net>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: pic32mzda: Replace <linux/clk-provider.h> by <linux/of_clk.h>
>   commit 071cec1bfe1f
>   https://git.kernel.org/mips/c/071cec1bfe1f
>   
>   Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>   Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>   Reviewed-by: Stephen Boyd <sboyd@kernel.org>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: Pistachio: Replace <linux/clk-provider.h> by <linux/of_clk.h>
>   commit 97e04ea15fd5
>   https://git.kernel.org/mips/c/97e04ea15fd5
>   
>   Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>   Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>   Reviewed-by: Stephen Boyd <sboyd@kernel.org>
>   Acked-by: James Hartley <james.hartley@sondrel.com>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>
> 
> MIPS: ralink: Replace <linux/clk-provider.h> by <linux/of_clk.h>
>   commit 9926108f799a
>   https://git.kernel.org/mips/c/9926108f799a
>   
>   Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>   Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>   Reviewed-by: Stephen Boyd <sboyd@kernel.org>
>   Acked-by: John Crispin <john@phrozen.org>
>   Signed-off-by: Paul Burton <paulburton@kernel.org>

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paulburton@kernel.org to report it. ]