Message ID | 20200505150722.1575-3-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | 4039a44c9ee9ce09fe0ca480788b89071ee6c585 |
Headers | show |
Series | ARM: Drop unneeded select of multi-platform selected options | expand |
Hi Geert, Am 05.05.20 um 17:07 schrieb Geert Uytterhoeven: > Support for Actions Semi SoCs depends on ARCH_MULTI_V7, and thus on > ARCH_MULTIPLATFORM. > As the latter selects COMMON_CLK, there is no need for ARCH_ACTIONS to > select COMMON_CLK. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Cc: Andreas Färber <afaerber@suse.de> > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > Acked-by: Arnd Bergmann <arnd@arndb.de> > Reviewed-by: Andreas Färber <afaerber@suse.de> > --- > v2: > - Add Acked-by, Reviewed-by. > --- > arch/arm/mach-actions/Kconfig | 1 - > 1 file changed, 1 deletion(-) Do you intend to apply the whole series through soc (my assumption due to soc in To), or should I pick this one up as maintainer? Thanks, Andreas
Hi Andreas, On Tue, May 5, 2020 at 6:04 PM Andreas Färber <afaerber@suse.de> wrote: > Am 05.05.20 um 17:07 schrieb Geert Uytterhoeven: > > Support for Actions Semi SoCs depends on ARCH_MULTI_V7, and thus on > > ARCH_MULTIPLATFORM. > > As the latter selects COMMON_CLK, there is no need for ARCH_ACTIONS to > > select COMMON_CLK. > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Cc: Andreas Färber <afaerber@suse.de> > > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > > Acked-by: Arnd Bergmann <arnd@arndb.de> > > Reviewed-by: Andreas Färber <afaerber@suse.de> > > --- > > v2: > > - Add Acked-by, Reviewed-by. > > --- > > arch/arm/mach-actions/Kconfig | 1 - > > 1 file changed, 1 deletion(-) > > Do you intend to apply the whole series through soc (my assumption due > to soc in To), or should I pick this one up as maintainer? Through soc. This series contains all the patches from v1 that weren't picked up. Gr{oetje,eeting}s, Geert
diff --git a/arch/arm/mach-actions/Kconfig b/arch/arm/mach-actions/Kconfig index b5e0ac965ec0dd10..00fb4babccdd991b 100644 --- a/arch/arm/mach-actions/Kconfig +++ b/arch/arm/mach-actions/Kconfig @@ -7,7 +7,6 @@ menuconfig ARCH_ACTIONS select ARM_GLOBAL_TIMER select CACHE_L2X0 select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK - select COMMON_CLK select GENERIC_IRQ_CHIP select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP