linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: omap2: Use a consistent AM33XX SoC option description
@ 2013-08-08 21:32 Ezequiel Garcia
  2013-08-09  9:18 ` Javier Martinez Canillas
  0 siblings, 1 reply; 4+ messages in thread
From: Ezequiel Garcia @ 2013-08-08 21:32 UTC (permalink / raw)
  To: linux-arm-kernel

Fix the option description to match the other TI SoCs.
This is just a cosmetic change.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
 arch/arm/mach-omap2/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 76170dd..56021c6 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -64,7 +64,7 @@ config SOC_OMAP5
 	select ARM_ERRATA_798181 if SMP
 
 config SOC_AM33XX
-	bool "AM33XX support"
+	bool "TI AM33XX"
 	depends on ARCH_MULTI_V7
 	select ARCH_OMAP2PLUS
 	select ARM_CPU_SUSPEND if PM
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: omap2: Use a consistent AM33XX SoC option description
  2013-08-08 21:32 [PATCH] ARM: omap2: Use a consistent AM33XX SoC option description Ezequiel Garcia
@ 2013-08-09  9:18 ` Javier Martinez Canillas
  2013-08-20 16:42   ` Ezequiel Garcia
  0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2013-08-09  9:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 8, 2013 at 11:32 PM, Ezequiel Garcia
<ezequiel.garcia@free-electrons.com> wrote:
> Fix the option description to match the other TI SoCs.
> This is just a cosmetic change.
>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
>  arch/arm/mach-omap2/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index 76170dd..56021c6 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -64,7 +64,7 @@ config SOC_OMAP5
>         select ARM_ERRATA_798181 if SMP
>
>  config SOC_AM33XX
> -       bool "AM33XX support"
> +       bool "TI AM33XX"
>         depends on ARCH_MULTI_V7
>         select ARCH_OMAP2PLUS
>         select ARM_CPU_SUSPEND if PM
> --
> 1.8.1.5
>
>

Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: omap2: Use a consistent AM33XX SoC option description
  2013-08-09  9:18 ` Javier Martinez Canillas
@ 2013-08-20 16:42   ` Ezequiel Garcia
  2013-08-21  7:55     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Ezequiel Garcia @ 2013-08-20 16:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 09, 2013 at 11:18:43AM +0200, Javier Martinez Canillas wrote:
> On Thu, Aug 8, 2013 at 11:32 PM, Ezequiel Garcia
> <ezequiel.garcia@free-electrons.com> wrote:
> > Fix the option description to match the other TI SoCs.
> > This is just a cosmetic change.
> >
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > ---
> >  arch/arm/mach-omap2/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> > index 76170dd..56021c6 100644
> > --- a/arch/arm/mach-omap2/Kconfig
> > +++ b/arch/arm/mach-omap2/Kconfig
> > @@ -64,7 +64,7 @@ config SOC_OMAP5
> >         select ARM_ERRATA_798181 if SMP
> >
> >  config SOC_AM33XX
> > -       bool "AM33XX support"
> > +       bool "TI AM33XX"
> >         depends on ARCH_MULTI_V7
> >         select ARCH_OMAP2PLUS
> >         select ARM_CPU_SUSPEND if PM
> > --
> > 1.8.1.5
> >
> >
> 
> Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>

ping?
-- 
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: omap2: Use a consistent AM33XX SoC option description
  2013-08-20 16:42   ` Ezequiel Garcia
@ 2013-08-21  7:55     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-08-21  7:55 UTC (permalink / raw)
  To: linux-arm-kernel

* Ezequiel Garcia <ezequiel.garcia@free-electrons.com> [130820 09:49]:
> On Fri, Aug 09, 2013 at 11:18:43AM +0200, Javier Martinez Canillas wrote:
> > On Thu, Aug 8, 2013 at 11:32 PM, Ezequiel Garcia
> > <ezequiel.garcia@free-electrons.com> wrote:
> > > Fix the option description to match the other TI SoCs.
> > > This is just a cosmetic change.
> > >
> > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > ---
> > >  arch/arm/mach-omap2/Kconfig | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> > > index 76170dd..56021c6 100644
> > > --- a/arch/arm/mach-omap2/Kconfig
> > > +++ b/arch/arm/mach-omap2/Kconfig
> > > @@ -64,7 +64,7 @@ config SOC_OMAP5
> > >         select ARM_ERRATA_798181 if SMP
> > >
> > >  config SOC_AM33XX
> > > -       bool "AM33XX support"
> > > +       bool "TI AM33XX"
> > >         depends on ARCH_MULTI_V7
> > >         select ARCH_OMAP2PLUS
> > >         select ARM_CPU_SUSPEND if PM
> > > --
> > > 1.8.1.5
> > >
> > >
> > 
> > Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
> 
> ping?

Applying to omap-for-v3.12/fixes-non-critical thanks.

Tony

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-21  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 21:32 [PATCH] ARM: omap2: Use a consistent AM33XX SoC option description Ezequiel Garcia
2013-08-09  9:18 ` Javier Martinez Canillas
2013-08-20 16:42   ` Ezequiel Garcia
2013-08-21  7:55     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).