2020-05-05 15:10:00

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH v2 02/15] ARM: actions: Drop unneeded select of COMMON_CLK

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 <[email protected]>
Cc: Andreas Färber <[email protected]>
Cc: Manivannan Sadhasivam <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
---
v2:
- Add Acked-by, Reviewed-by.
---
arch/arm/mach-actions/Kconfig | 1 -
1 file changed, 1 deletion(-)

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
--
2.17.1


2020-05-05 16:07:28

by Andreas Färber

[permalink] [raw]
Subject: Re: [PATCH v2 02/15] ARM: actions: Drop unneeded select of COMMON_CLK

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 <[email protected]>
> Cc: Andreas Färber <[email protected]>
> Cc: Manivannan Sadhasivam <[email protected]>
> Acked-by: Arnd Bergmann <[email protected]>
> Reviewed-by: Andreas Färber <[email protected]>
> ---
> 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

--
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer
HRB 36809 (AG Nürnberg)

2020-05-05 16:48:12

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH v2 02/15] ARM: actions: Drop unneeded select of COMMON_CLK

Hi Andreas,

On Tue, May 5, 2020 at 6:04 PM Andreas Färber <[email protected]> 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 <[email protected]>
> > Cc: Andreas Färber <[email protected]>
> > Cc: Manivannan Sadhasivam <[email protected]>
> > Acked-by: Arnd Bergmann <[email protected]>
> > Reviewed-by: Andreas Färber <[email protected]>
> > ---
> > 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

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds