From: Matthias Brugger <matthias.bgg@gmail.com>
To: Yingjoe Chen <yingjoe.chen@mediatek.com>,
Rob Herring <robh+dt@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Stephen Boyd <sboyd@codeaurora.org>,
Michael Turquette <mturquette@baylibre.com>,
James Liao <jamesjj.liao@mediatek.com>,
devicetree@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
Catalin Marinas <catalin.marinas@arm.com>,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
Sascha Hauer <kernel@pengutronix.de>,
Olof Johansson <olof@lixom.net>,
srv_heupstream@mediatek.com,
linux-arm-kernel@lists.infradead.org,
Daniel Kurtz <djkurtz@chromium.org>,
linux-clk@vger.kernel.org, erin.lo@mediatek.com
Subject: Re: [PATCH v4 2/3] arm64: mediatek: enable MTK_TIMER
Date: Wed, 14 Oct 2015 15:38:33 +0200 [thread overview]
Message-ID: <561E5AD9.1000803@gmail.com> (raw)
In-Reply-To: <1443798319-45744-3-git-send-email-yingjoe.chen@mediatek.com>
On 02/10/15 17:05, Yingjoe Chen wrote:
> Enable MTK_TIMER for MediaTek plaform, which will be used as
> tick broadcast device and schedule clock.
>
> Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
> ---
I reapplied this on v4.4-next/soc
> arch/arm64/Kconfig.platforms | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 23800a1..8176455 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -42,6 +42,7 @@ config ARCH_MEDIATEK
> bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
> select ARM_GIC
> select PINCTRL
> + select MTK_TIMER
> help
> Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Yingjoe Chen
<yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: James Liao <jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
Michael Turquette
<mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Daniel Lezcano
<daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v4 2/3] arm64: mediatek: enable MTK_TIMER
Date: Wed, 14 Oct 2015 15:38:33 +0200 [thread overview]
Message-ID: <561E5AD9.1000803@gmail.com> (raw)
In-Reply-To: <1443798319-45744-3-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
On 02/10/15 17:05, Yingjoe Chen wrote:
> Enable MTK_TIMER for MediaTek plaform, which will be used as
> tick broadcast device and schedule clock.
>
> Signed-off-by: Yingjoe Chen <yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> ---
I reapplied this on v4.4-next/soc
> arch/arm64/Kconfig.platforms | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 23800a1..8176455 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -42,6 +42,7 @@ config ARCH_MEDIATEK
> bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
> select ARM_GIC
> select PINCTRL
> + select MTK_TIMER
> help
> Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
>
>
WARNING: multiple messages have this Message-ID (diff)
From: matthias.bgg@gmail.com (Matthias Brugger)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 2/3] arm64: mediatek: enable MTK_TIMER
Date: Wed, 14 Oct 2015 15:38:33 +0200 [thread overview]
Message-ID: <561E5AD9.1000803@gmail.com> (raw)
In-Reply-To: <1443798319-45744-3-git-send-email-yingjoe.chen@mediatek.com>
On 02/10/15 17:05, Yingjoe Chen wrote:
> Enable MTK_TIMER for MediaTek plaform, which will be used as
> tick broadcast device and schedule clock.
>
> Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
> ---
I reapplied this on v4.4-next/soc
> arch/arm64/Kconfig.platforms | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 23800a1..8176455 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -42,6 +42,7 @@ config ARCH_MEDIATEK
> bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
> select ARM_GIC
> select PINCTRL
> + select MTK_TIMER
> help
> Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
>
>
next prev parent reply other threads:[~2015-10-14 13:38 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-02 15:05 [PATCH v4 0/3] add GPT timer support for mt8173 Yingjoe Chen
2015-10-02 15:05 ` Yingjoe Chen
2015-10-02 15:05 ` Yingjoe Chen
2015-10-02 15:05 ` [PATCH v4 1/3] dt-bindings: add more MediaTek SoC to mtk-timer binding Yingjoe Chen
2015-10-02 15:05 ` Yingjoe Chen
2015-10-02 15:05 ` Yingjoe Chen
2015-10-02 15:05 ` [PATCH v4 2/3] arm64: mediatek: enable MTK_TIMER Yingjoe Chen
2015-10-02 15:05 ` Yingjoe Chen
2015-10-02 15:05 ` Yingjoe Chen
2015-10-14 13:38 ` Matthias Brugger [this message]
2015-10-14 13:38 ` Matthias Brugger
2015-10-14 13:38 ` Matthias Brugger
2015-10-02 15:05 ` [PATCH v4 3/3] arm64: dts: mt8173: add timer node Yingjoe Chen
2015-10-02 15:05 ` Yingjoe Chen
2015-10-02 15:05 ` Yingjoe Chen
2015-10-02 18:28 ` kbuild test robot
2015-10-02 18:28 ` kbuild test robot
2015-10-02 18:28 ` kbuild test robot
2015-10-14 13:39 ` Matthias Brugger
2015-10-14 13:39 ` Matthias Brugger
2015-10-02 15:13 ` [PATCH v4 0/3] add GPT timer support for mt8173 Yingjoe Chen
2015-10-02 15:13 ` Yingjoe Chen
2015-10-02 15:13 ` Yingjoe Chen
2015-10-12 16:35 ` Matthias Brugger
2015-10-12 16:35 ` 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=561E5AD9.1000803@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=djkurtz@chromium.org \
--cc=erin.lo@mediatek.com \
--cc=jamesjj.liao@mediatek.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=mturquette@baylibre.com \
--cc=olof@lixom.net \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=srv_heupstream@mediatek.com \
--cc=tglx@linutronix.de \
--cc=yingjoe.chen@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.