From: Tero Kristo <t-kristo@ti.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
Tony Lindgren <tony@atomide.com>, Paul Walmsley <paul@pwsan.com>
Cc: fisaksen@baylibre.com, linux-kernel@vger.kernel.org,
Brian Hutchinson <b.hutchman@gmail.com>,
linux-omap@vger.kernel.org, linux-clk@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries
Date: Tue, 24 Nov 2015 11:37:01 +0200 [thread overview]
Message-ID: <56542FBD.8090404@ti.com> (raw)
In-Reply-To: <56461006.5080309@baylibre.com>
On 11/13/2015 06:29 PM, Neil Armstrong wrote:
> Add missing clkdev dmtimer related entries for dm816x.
> 32Khz and ext sources were missing.
>
> Cc: Brian Hutchinson <b.hutchman@gmail.com>
> Acked-by: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Your own sign-off should be at the top of the list, fixed this locally
myself.
Queued for 4.4-rc-fixes, thanks.
-Tero
> ---
> drivers/clk/ti/clk-816x.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c
> index 1dfad0c..2a5d84f 100644
> --- a/drivers/clk/ti/clk-816x.c
> +++ b/drivers/clk/ti/clk-816x.c
> @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = {
> DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"),
> DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"),
> DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"),
> + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"),
> + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"),
> DT_CLK(NULL, "mpu_ck", "mpu_ck"),
> DT_CLK(NULL, "timer1_fck", "timer1_fck"),
> DT_CLK(NULL, "timer2_fck", "timer2_fck"),
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Tero Kristo <t-kristo@ti.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
Tony Lindgren <tony@atomide.com>, Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Brian Hutchinson <b.hutchman@gmail.com>,
linux-clk@vger.kernel.org, fisaksen@baylibre.com
Subject: Re: [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries
Date: Tue, 24 Nov 2015 11:37:01 +0200 [thread overview]
Message-ID: <56542FBD.8090404@ti.com> (raw)
In-Reply-To: <56461006.5080309@baylibre.com>
On 11/13/2015 06:29 PM, Neil Armstrong wrote:
> Add missing clkdev dmtimer related entries for dm816x.
> 32Khz and ext sources were missing.
>
> Cc: Brian Hutchinson <b.hutchman@gmail.com>
> Acked-by: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Your own sign-off should be at the top of the list, fixed this locally
myself.
Queued for 4.4-rc-fixes, thanks.
-Tero
> ---
> drivers/clk/ti/clk-816x.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c
> index 1dfad0c..2a5d84f 100644
> --- a/drivers/clk/ti/clk-816x.c
> +++ b/drivers/clk/ti/clk-816x.c
> @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = {
> DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"),
> DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"),
> DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"),
> + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"),
> + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"),
> DT_CLK(NULL, "mpu_ck", "mpu_ck"),
> DT_CLK(NULL, "timer1_fck", "timer1_fck"),
> DT_CLK(NULL, "timer2_fck", "timer2_fck"),
>
WARNING: multiple messages have this Message-ID (diff)
From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries
Date: Tue, 24 Nov 2015 11:37:01 +0200 [thread overview]
Message-ID: <56542FBD.8090404@ti.com> (raw)
In-Reply-To: <56461006.5080309@baylibre.com>
On 11/13/2015 06:29 PM, Neil Armstrong wrote:
> Add missing clkdev dmtimer related entries for dm816x.
> 32Khz and ext sources were missing.
>
> Cc: Brian Hutchinson <b.hutchman@gmail.com>
> Acked-by: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Your own sign-off should be at the top of the list, fixed this locally
myself.
Queued for 4.4-rc-fixes, thanks.
-Tero
> ---
> drivers/clk/ti/clk-816x.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c
> index 1dfad0c..2a5d84f 100644
> --- a/drivers/clk/ti/clk-816x.c
> +++ b/drivers/clk/ti/clk-816x.c
> @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = {
> DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"),
> DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"),
> DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"),
> + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"),
> + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"),
> DT_CLK(NULL, "mpu_ck", "mpu_ck"),
> DT_CLK(NULL, "timer1_fck", "timer1_fck"),
> DT_CLK(NULL, "timer2_fck", "timer2_fck"),
>
WARNING: multiple messages have this Message-ID (diff)
From: Tero Kristo <t-kristo@ti.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
Tony Lindgren <tony@atomide.com>, Paul Walmsley <paul@pwsan.com>
Cc: <linux-omap@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
Brian Hutchinson <b.hutchman@gmail.com>,
<linux-clk@vger.kernel.org>, <fisaksen@baylibre.com>
Subject: Re: [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries
Date: Tue, 24 Nov 2015 11:37:01 +0200 [thread overview]
Message-ID: <56542FBD.8090404@ti.com> (raw)
In-Reply-To: <56461006.5080309@baylibre.com>
On 11/13/2015 06:29 PM, Neil Armstrong wrote:
> Add missing clkdev dmtimer related entries for dm816x.
> 32Khz and ext sources were missing.
>
> Cc: Brian Hutchinson <b.hutchman@gmail.com>
> Acked-by: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Your own sign-off should be at the top of the list, fixed this locally
myself.
Queued for 4.4-rc-fixes, thanks.
-Tero
> ---
> drivers/clk/ti/clk-816x.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c
> index 1dfad0c..2a5d84f 100644
> --- a/drivers/clk/ti/clk-816x.c
> +++ b/drivers/clk/ti/clk-816x.c
> @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = {
> DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"),
> DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"),
> DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"),
> + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"),
> + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"),
> DT_CLK(NULL, "mpu_ck", "mpu_ck"),
> DT_CLK(NULL, "timer1_fck", "timer1_fck"),
> DT_CLK(NULL, "timer2_fck", "timer2_fck"),
>
next prev parent reply other threads:[~2015-11-24 9:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-13 16:29 [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries Neil Armstrong
2015-11-13 16:29 ` Neil Armstrong
2015-11-24 9:37 ` Tero Kristo [this message]
2015-11-24 9:37 ` Tero Kristo
2015-11-24 9:37 ` Tero Kristo
2015-11-24 9:37 ` Tero Kristo
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=56542FBD.8090404@ti.com \
--to=t-kristo@ti.com \
--cc=b.hutchman@gmail.com \
--cc=fisaksen@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=narmstrong@baylibre.com \
--cc=paul@pwsan.com \
--cc=tony@atomide.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.