* [PATCH] arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER
@ 2020-01-21 10:01 Geert Uytterhoeven
2020-01-21 10:13 ` Nicolas Saenz Julienne
2020-01-28 22:04 ` Florian Fainelli
0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-01-21 10:01 UTC (permalink / raw)
To: Nicolas Saenz Julienne
Cc: Geert Uytterhoeven, Arnd Bergmann, linux-kbuild, Catalin Marinas,
Masahiro Yamada, Eric Anholt, bcm-kernel-feedback-list,
Gerd Hoffmann, Will Deacon, linux-arm-kernel
Unlike on arm32, the HAVE_ARM_ARCH_TIMER config symbol does not exist on
arm64.
Note that the toplevel ARM64 symbol always selects ARM_ARCH_TIMER, so
support for it is always included.
Fixes: 628d30d1ccb897fe ("arm64: Add platform selection for BCM2835.")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Manually reverting f072181e6403b0fe ("kconfig: drop the ""trying to assign
nonexistent symbol" warning") does not help.
arch/arm64/Kconfig.platforms | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index b2b504ea6fd69495..ad4335122e70a3b7 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -39,7 +39,6 @@ config ARCH_BCM2835
select ARM_AMBA
select ARM_GIC
select ARM_TIMER_SP804
- select HAVE_ARM_ARCH_TIMER
help
This enables support for the Broadcom BCM2837 and BCM2711 SoC.
These SoCs are used in the Raspberry Pi 3 and 4 devices.
--
2.17.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER
2020-01-21 10:01 [PATCH] arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER Geert Uytterhoeven
@ 2020-01-21 10:13 ` Nicolas Saenz Julienne
2020-01-28 22:04 ` Florian Fainelli
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Saenz Julienne @ 2020-01-21 10:13 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Geert Uytterhoeven, Arnd Bergmann, linux-kbuild, Catalin Marinas,
Masahiro Yamada, Eric Anholt, bcm-kernel-feedback-list,
Gerd Hoffmann, Will Deacon, linux-arm-kernel
On Tue Jan 21, 2020 at 11:01 AM, Geert Uytterhoeven wrote:
> Unlike on arm32, the HAVE_ARM_ARCH_TIMER config symbol does not exist on
> arm64.
>
> Note that the toplevel ARM64 symbol always selects ARM_ARCH_TIMER, so
> support for it is always included.
>
> Fixes: 628d30d1ccb897fe ("arm64: Add platform selection for BCM2835.")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Thanks,
Nicolas
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER
2020-01-21 10:01 [PATCH] arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER Geert Uytterhoeven
2020-01-21 10:13 ` Nicolas Saenz Julienne
@ 2020-01-28 22:04 ` Florian Fainelli
1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2020-01-28 22:04 UTC (permalink / raw)
To: bcm-kernel-feedback-list, Geert Uytterhoeven,
Nicolas Saenz Julienne
Cc: Arnd Bergmann, linux-kbuild, Catalin Marinas, Masahiro Yamada,
Eric Anholt, Gerd Hoffmann, Will Deacon, linux-arm-kernel
On Tue, 21 Jan 2020 11:01:50 +0100, Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> Unlike on arm32, the HAVE_ARM_ARCH_TIMER config symbol does not exist on
> arm64.
>
> Note that the toplevel ARM64 symbol always selects ARM_ARCH_TIMER, so
> support for it is always included.
>
> Fixes: 628d30d1ccb897fe ("arm64: Add platform selection for BCM2835.")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
Applied to soc-arm64/next, thanks!
--
Florian
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-28 22:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-21 10:01 [PATCH] arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER Geert Uytterhoeven
2020-01-21 10:13 ` Nicolas Saenz Julienne
2020-01-28 22:04 ` Florian Fainelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).