All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Matthijs van Duin <matthijsvanduin@gmail.com>
Subject: Re: [PATCH 02/12] ARM: OMAP2+: Fix scrm compatible for dm814x
Date: Thu, 16 Jul 2015 02:11:09 -0700	[thread overview]
Message-ID: <20150716091109.GK17550@atomide.com> (raw)
In-Reply-To: <20150603193806.GW30984@atomide.com>

* Tony Lindgren <tony@atomide.com> [150603 12:39]:
> * Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> [150603 12:10]:
> > Hello.
> > 
> > On 06/03/2015 07:23 PM, Tony Lindgren wrote:
> > 
> > >Fix scrm compatible for dm814x.
> > 
> >    So, scrm...
> > 
> > >Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
> > >Signed-off-by: Tony Lindgren <tony@atomide.com>
> > >---
> > >  arch/arm/mach-omap2/control.c | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > >diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
> > >index af95a62..364925c 100644
> > >--- a/arch/arm/mach-omap2/control.c
> > >+++ b/arch/arm/mach-omap2/control.c
> > >@@ -649,6 +649,7 @@ static const struct of_device_id omap_scrm_dt_match_table[] = {
> > >  	{ .compatible = "ti,am4-scm", .data = &ctrl_data },
> > >  	{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
> > >  	{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
> > >+	{ .compatible = "ti,dm814-scm", .data = &ctrl_data },
> > 
> >    ... or scm? :-)
> > 
> > >  	{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
> > >  	{ .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
> > >  	{ .compatible = "ti,omap5-scm-core", .data = &ctrl_data },
> 
> Thanks, yeah we should standardize on scm.

Below is this one updated to use scm instead of scrm in the
description.

Regards,

Tony

8< -------------------
From: Tony Lindgren <tony@atomide.com>
Date: Thu, 16 Jul 2015 01:55:57 -0700
Subject: [PATCH] ARM: OMAP2+: Fix scm compatible for dm814x

Fix scm compatible for dm814x.

Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

--- a/arch/arm/mach-omap2/control.c
+++ b/arch/arm/mach-omap2/control.c
@@ -652,6 +652,7 @@ static const struct of_device_id omap_scrm_dt_match_table[] = {
 	{ .compatible = "ti,am4-scm", .data = &ctrl_data },
 	{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
 	{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
+	{ .compatible = "ti,dm814-scm", .data = &ctrl_data },
 	{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
 	{ .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
 	{ .compatible = "ti,omap5-scm-core", .data = &ctrl_data },

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 02/12] ARM: OMAP2+: Fix scrm compatible for dm814x
Date: Thu, 16 Jul 2015 02:11:09 -0700	[thread overview]
Message-ID: <20150716091109.GK17550@atomide.com> (raw)
In-Reply-To: <20150603193806.GW30984@atomide.com>

* Tony Lindgren <tony@atomide.com> [150603 12:39]:
> * Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> [150603 12:10]:
> > Hello.
> > 
> > On 06/03/2015 07:23 PM, Tony Lindgren wrote:
> > 
> > >Fix scrm compatible for dm814x.
> > 
> >    So, scrm...
> > 
> > >Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
> > >Signed-off-by: Tony Lindgren <tony@atomide.com>
> > >---
> > >  arch/arm/mach-omap2/control.c | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > >diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
> > >index af95a62..364925c 100644
> > >--- a/arch/arm/mach-omap2/control.c
> > >+++ b/arch/arm/mach-omap2/control.c
> > >@@ -649,6 +649,7 @@ static const struct of_device_id omap_scrm_dt_match_table[] = {
> > >  	{ .compatible = "ti,am4-scm", .data = &ctrl_data },
> > >  	{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
> > >  	{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
> > >+	{ .compatible = "ti,dm814-scm", .data = &ctrl_data },
> > 
> >    ... or scm? :-)
> > 
> > >  	{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
> > >  	{ .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
> > >  	{ .compatible = "ti,omap5-scm-core", .data = &ctrl_data },
> 
> Thanks, yeah we should standardize on scm.

Below is this one updated to use scm instead of scrm in the
description.

Regards,

Tony

8< -------------------
From: Tony Lindgren <tony@atomide.com>
Date: Thu, 16 Jul 2015 01:55:57 -0700
Subject: [PATCH] ARM: OMAP2+: Fix scm compatible for dm814x

Fix scm compatible for dm814x.

Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

--- a/arch/arm/mach-omap2/control.c
+++ b/arch/arm/mach-omap2/control.c
@@ -652,6 +652,7 @@ static const struct of_device_id omap_scrm_dt_match_table[] = {
 	{ .compatible = "ti,am4-scm", .data = &ctrl_data },
 	{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
 	{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
+	{ .compatible = "ti,dm814-scm", .data = &ctrl_data },
 	{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
 	{ .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
 	{ .compatible = "ti,omap5-scm-core", .data = &ctrl_data },

  reply	other threads:[~2015-07-16  9:11 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 16:23 [PATCH 00/12] Minimal support for dm814x-evm and hp t410 thin client Tony Lindgren
2015-06-03 16:23 ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 01/12] ARM: OMAP2+: Fix dm814x DT_MACHINE_START Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 02/12] ARM: OMAP2+: Fix scrm compatible for dm814x Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 19:08   ` Sergei Shtylyov
2015-06-03 19:08     ` Sergei Shtylyov
2015-06-03 19:38     ` Tony Lindgren
2015-06-03 19:38       ` Tony Lindgren
2015-07-16  9:11       ` Tony Lindgren [this message]
2015-07-16  9:11         ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 03/12] ARM: OMAP2+: Add minimal clockdomains " Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 04/12] ARM: OMAP2+: Add custom prwdm_operations for 81xx to support dm814x Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 05/12] ARM: OMAP2+: Add support for initializing dm814x clocks Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-04 18:42   ` Stephen Boyd
2015-06-04 18:42     ` Stephen Boyd
2015-06-04 22:28     ` Tony Lindgren
2015-06-04 22:28       ` Tony Lindgren
2015-07-16  9:37       ` Tony Lindgren
2015-07-16  9:37         ` Tony Lindgren
2015-07-16 18:25         ` Stephen Boyd
2015-07-16 18:25           ` Stephen Boyd
2015-07-17  5:06           ` Tony Lindgren
2015-07-17  5:06             ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 06/12] ARM: OMAP2+: Prepare dm81xx hwmod code for adding minimal dm814x support Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 07/12] ARM: OMAP2: Add minimal dm814x hwmod support Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 08/12] ARM: dts: Add minimal dm814x support Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 09/12] ARM: dts: Add minimal clocks for dm814x Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 10/12] ARM: dts: Add minimal dts support for dm8148-evm Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 11/12] ARM: dts: Add minimal support for HP T410 Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren
2015-06-03 16:23 ` [PATCH 12/12] ARM: OMAP2+: Add custom abort handler for t410 Tony Lindgren
2015-06-03 16:23   ` Tony Lindgren

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=20150716091109.GK17550@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=matthijsvanduin@gmail.com \
    --cc=sergei.shtylyov@cogentembedded.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.