Re: [PATCH] clk: Remove io.h from clk-provider.h

2019-05-15 Thread Max Filippov
On Tue, May 14, 2019 at 10:09 AM Stephen Boyd wrote: > Now that we've gotten rid of clk_readl() we can remove io.h from the > clk-provider header and push out the io.h include to any code that isn't > already including the io.h header but using things like readl/writel, > etc. For arch/xtensa/pla

Re: [PATCH] clk: Remove io.h from clk-provider.h

2019-05-15 Thread Sekhar Nori
On 14/05/19 10:39 PM, Stephen Boyd wrote: > Now that we've gotten rid of clk_readl() we can remove io.h from the > clk-provider header and push out the io.h include to any code that isn't > already including the io.h header but using things like readl/writel, > etc. For mach-davinci and drivers/cl

Re: [PATCH] clk: Remove io.h from clk-provider.h

2019-05-15 Thread Heiko Stuebner
Am Dienstag, 14. Mai 2019, 19:09:31 CEST schrieb Stephen Boyd: > Now that we've gotten rid of clk_readl() we can remove io.h from the > clk-provider header and push out the io.h include to any code that isn't > already including the io.h header but using things like readl/writel, > etc. > > Found

Re: [PATCH] clk: Remove io.h from clk-provider.h

2019-05-15 Thread John Crispin
On 14/05/2019 19:09, Stephen Boyd wrote: Now that we've gotten rid of clk_readl() we can remove io.h from the clk-provider header and push out the io.h include to any code that isn't already including the io.h header but using things like readl/writel, etc. for arch/mips/ath79/* Acked-by: Jo

Re: [PATCH] clk: Remove io.h from clk-provider.h

2019-05-15 Thread Tero Kristo
On 14/05/2019 20:09, Stephen Boyd wrote: Now that we've gotten rid of clk_readl() we can remove io.h from the clk-provider header and push out the io.h include to any code that isn't already including the io.h header but using things like readl/writel, etc. For drivers/clk/ti portions: Acked-

Re: [PATCH] clk: Remove io.h from clk-provider.h

2019-05-15 Thread Geert Uytterhoeven
Hi Stephen, On Tue, May 14, 2019 at 7:09 PM Stephen Boyd wrote: > Now that we've gotten rid of clk_readl() we can remove io.h from the > clk-provider header and push out the io.h include to any code that isn't > already including the io.h header but using things like readl/writel, > etc. > > Foun

Re: [PATCH] clk: Remove io.h from clk-provider.h

2019-05-14 Thread Maxime Ripard
On Tue, May 14, 2019 at 10:09:31AM -0700, Stephen Boyd wrote: > Now that we've gotten rid of clk_readl() we can remove io.h from the > clk-provider header and push out the io.h include to any code that isn't > already including the io.h header but using things like readl/writel, > etc. > > Found wi

Re: [PATCH] clk: Remove io.h from clk-provider.h

2019-05-14 Thread Mark Brown
On Tue, May 14, 2019 at 10:09:31AM -0700, Stephen Boyd wrote: > Now that we've gotten rid of clk_readl() we can remove io.h from the > clk-provider header and push out the io.h include to any code that isn't > already including the io.h header but using things like readl/writel, > etc. Acked-by: M

[PATCH] clk: Remove io.h from clk-provider.h

2019-05-14 Thread Stephen Boyd
Now that we've gotten rid of clk_readl() we can remove io.h from the clk-provider header and push out the io.h include to any code that isn't already including the io.h header but using things like readl/writel, etc. Found with this grep: git grep -l clk-provider.h | grep '.c$' | xargs git grep