Re: [PATCH 3/3] clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks

2021-03-09 Thread Arnd Bergmann
On Tue, Mar 9, 2021 at 10:02 AM Krzysztof Kozlowski wrote: > > > > Kernel test robot found here wrong configuration - possibility to > > disable the clocks with compile test. I'll send a v2. > > Uh, that's not that easy. Intel created three different arm64 architectures > for one real arm64

Re: [PATCH 3/3] clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks

2021-03-09 Thread Krzysztof Kozlowski
On 09/03/2021 09:49, Krzysztof Kozlowski wrote: > On 08/03/2021 19:23, Krzysztof Kozlowski wrote: >> The Stratix 10 / Agilex / N5X clocks do not use anything other >> than OF or COMMON_CLK so they should be compile testable on most of >> the platforms. >> >> Signed-off-by: Krzysztof Kozlowski

Re: [PATCH 3/3] clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks

2021-03-09 Thread Krzysztof Kozlowski
On 08/03/2021 19:23, Krzysztof Kozlowski wrote: > The Stratix 10 / Agilex / N5X clocks do not use anything other than OF > or COMMON_CLK so they should be compile testable on most of the > platforms. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/clk/Makefile| 5 + >

[PATCH 3/3] clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks

2021-03-08 Thread Krzysztof Kozlowski
The Stratix 10 / Agilex / N5X clocks do not use anything other than OF or COMMON_CLK so they should be compile testable on most of the platforms. Signed-off-by: Krzysztof Kozlowski --- drivers/clk/Makefile| 5 + drivers/clk/socfpga/Kconfig | 22 -- 2 files