All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Chuanhong Guo <gch981213@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Cc: Russell King <linux@armlinux.org.uk>,
	Ryder Lee <ryder.lee@mediatek.com>,
	"moderated list:ARM/Mediatek SoC support" 
	<linux-mediatek@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arm: mediatek: select arch timer for mt7629
Date: Fri, 22 Apr 2022 17:12:24 +0200	[thread overview]
Message-ID: <8a341814-6165-df6c-e99f-afc38a46448e@gmail.com> (raw)
In-Reply-To: <20220409091347.2473449-1-gch981213@gmail.com>



On 09/04/2022 11:13, Chuanhong Guo wrote:
> This chip has an armv7 arch timer according to the dts. Select it in
> Kconfig to enforce the support for it.
> Otherwise the system time is just completely wrong if user forget to
> enable ARM_ARCH_TIMER in kernel config.
> 
> Fixes: a43379dddf1b ("arm: mediatek: add MT7629 smp bring up code")
> Signed-off-by: Chuanhong Guo <gch981213@gmail.com>

Applied, thanks!

> ---
>   arch/arm/mach-mediatek/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
> index 9e0f592d87d8..35a3430c7942 100644
> --- a/arch/arm/mach-mediatek/Kconfig
> +++ b/arch/arm/mach-mediatek/Kconfig
> @@ -30,6 +30,7 @@ config MACH_MT7623
>   config MACH_MT7629
>   	bool "MediaTek MT7629 SoCs support"
>   	default ARCH_MEDIATEK
> +	select HAVE_ARM_ARCH_TIMER
>   
>   config MACH_MT8127
>   	bool "MediaTek MT8127 SoCs support"

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Chuanhong Guo <gch981213@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Cc: Russell King <linux@armlinux.org.uk>,
	Ryder Lee <ryder.lee@mediatek.com>,
	 "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arm: mediatek: select arch timer for mt7629
Date: Fri, 22 Apr 2022 17:12:24 +0200	[thread overview]
Message-ID: <8a341814-6165-df6c-e99f-afc38a46448e@gmail.com> (raw)
In-Reply-To: <20220409091347.2473449-1-gch981213@gmail.com>



On 09/04/2022 11:13, Chuanhong Guo wrote:
> This chip has an armv7 arch timer according to the dts. Select it in
> Kconfig to enforce the support for it.
> Otherwise the system time is just completely wrong if user forget to
> enable ARM_ARCH_TIMER in kernel config.
> 
> Fixes: a43379dddf1b ("arm: mediatek: add MT7629 smp bring up code")
> Signed-off-by: Chuanhong Guo <gch981213@gmail.com>

Applied, thanks!

> ---
>   arch/arm/mach-mediatek/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
> index 9e0f592d87d8..35a3430c7942 100644
> --- a/arch/arm/mach-mediatek/Kconfig
> +++ b/arch/arm/mach-mediatek/Kconfig
> @@ -30,6 +30,7 @@ config MACH_MT7623
>   config MACH_MT7629
>   	bool "MediaTek MT7629 SoCs support"
>   	default ARCH_MEDIATEK
> +	select HAVE_ARM_ARCH_TIMER
>   
>   config MACH_MT8127
>   	bool "MediaTek MT8127 SoCs support"

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Chuanhong Guo <gch981213@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Cc: Russell King <linux@armlinux.org.uk>,
	Ryder Lee <ryder.lee@mediatek.com>,
	 "moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arm: mediatek: select arch timer for mt7629
Date: Fri, 22 Apr 2022 17:12:24 +0200	[thread overview]
Message-ID: <8a341814-6165-df6c-e99f-afc38a46448e@gmail.com> (raw)
In-Reply-To: <20220409091347.2473449-1-gch981213@gmail.com>



On 09/04/2022 11:13, Chuanhong Guo wrote:
> This chip has an armv7 arch timer according to the dts. Select it in
> Kconfig to enforce the support for it.
> Otherwise the system time is just completely wrong if user forget to
> enable ARM_ARCH_TIMER in kernel config.
> 
> Fixes: a43379dddf1b ("arm: mediatek: add MT7629 smp bring up code")
> Signed-off-by: Chuanhong Guo <gch981213@gmail.com>

Applied, thanks!

> ---
>   arch/arm/mach-mediatek/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
> index 9e0f592d87d8..35a3430c7942 100644
> --- a/arch/arm/mach-mediatek/Kconfig
> +++ b/arch/arm/mach-mediatek/Kconfig
> @@ -30,6 +30,7 @@ config MACH_MT7623
>   config MACH_MT7629
>   	bool "MediaTek MT7629 SoCs support"
>   	default ARCH_MEDIATEK
> +	select HAVE_ARM_ARCH_TIMER
>   
>   config MACH_MT8127
>   	bool "MediaTek MT8127 SoCs support"

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-04-22 15:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-09  9:13 [PATCH] arm: mediatek: select arch timer for mt7629 Chuanhong Guo
2022-04-09  9:13 ` Chuanhong Guo
2022-04-09  9:13 ` Chuanhong Guo
2022-04-22 15:12 ` Matthias Brugger [this message]
2022-04-22 15:12   ` Matthias Brugger
2022-04-22 15:12   ` Matthias Brugger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8a341814-6165-df6c-e99f-afc38a46448e@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=gch981213@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=ryder.lee@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.