diff mbox series

arm64: berlin: Select DW_APB_TIMER_OF

Message ID 20201009150536.214181fb@xhacker.debian (mailing list archive)
State Accepted
Commit b0fc70ce1f028e14a37c186d9f7a55e51439b83a
Headers show
Series arm64: berlin: Select DW_APB_TIMER_OF | expand

Commit Message

Jisheng Zhang Oct. 9, 2020, 7:08 a.m. UTC
Berlin SoCs always contain some DW APB timers which can be used as an
always-on broadcast timer.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
---

Hi Arnd, Olof,

Berlin SoC only contains this one patch, so I send the patch to you directly.

Thanks

 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann Oct. 26, 2020, 9:47 a.m. UTC | #1
On Fri, Oct 9, 2020 at 9:09 AM Jisheng Zhang
<Jisheng.Zhang@synaptics.com> wrote:
>
> Berlin SoCs always contain some DW APB timers which can be used as an
> always-on broadcast timer.
>
> Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
> ---
>
> Hi Arnd, Olof,
>
> Berlin SoC only contains this one patch, so I send the patch to you directly.

Unfortunately, we missed this one earlier, but I have now applied it to
the arm/fixes branch as it is needed for stable kernels.

I have added a "Cc: <stable@vger.kernel.org> # v3.14+" after checking
when this was first needed. While I generally prefer drivers to be
manually enabled through the configuration system instead of being
selected by the platform, the clocksource drivers have always relied
on this method and your patch is the only way to do it correctly for now.

       Arnd
patchwork-bot+linux-soc@kernel.org Oct. 26, 2020, 12:10 p.m. UTC | #2
Hello:

This patch was applied to soc/soc.git (refs/heads/arm/fixes):

On Fri, 9 Oct 2020 15:08:31 +0800 you wrote:
> Berlin SoCs always contain some DW APB timers which can be used as an
> always-on broadcast timer.
> 
> Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
> ---
> 
> Hi Arnd, Olof,
> 
> [...]

Here is the summary with links:
  - arm64: berlin: Select DW_APB_TIMER_OF
    https://git.kernel.org/soc/soc/c/b0fc70ce1f02

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 6f2494dd6d60..5c4ac1c9f4e0 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -54,6 +54,7 @@  config ARCH_BCM_IPROC
 config ARCH_BERLIN
 	bool "Marvell Berlin SoC Family"
 	select DW_APB_ICTL
+	select DW_APB_TIMER_OF
 	select GPIOLIB
 	select PINCTRL
 	help