linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: mx23: recognise stmp378x as mx23
@ 2011-11-26 10:39 Wolfram Sang
  2011-11-29  6:06 ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2011-11-26 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

Adding the machine_is_* line was forgotten when converting mach-stmp378x to
mach-mxs.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---
 arch/arm/mach-mxs/include/mach/mxs.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-mxs/include/mach/mxs.h b/arch/arm/mach-mxs/include/mach/mxs.h
index 0d2d2b4..bde5f66 100644
--- a/arch/arm/mach-mxs/include/mach/mxs.h
+++ b/arch/arm/mach-mxs/include/mach/mxs.h
@@ -30,6 +30,7 @@
  */
 #define cpu_is_mx23()		(					\
 		machine_is_mx23evk() ||					\
+		machine_is_stmp378x() ||				\
 		0)
 #define cpu_is_mx28()		(					\
 		machine_is_mx28evk() ||					\
-- 
1.7.7.2

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

* [PATCH] arm: mx23: recognise stmp378x as mx23
  2011-11-26 10:39 [PATCH] arm: mx23: recognise stmp378x as mx23 Wolfram Sang
@ 2011-11-29  6:06 ` Shawn Guo
  2011-11-29 10:08   ` Wolfram Sang
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2011-11-29  6:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 26, 2011 at 11:39:14AM +0100, Wolfram Sang wrote:
> Adding the machine_is_* line was forgotten when converting mach-stmp378x to
> mach-mxs.
> 
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> ---

Applied, thanks.

I added 'Cc: stable at kernel.org'.  Please let me know if you do not
think it's necessary.

Regards,
Shawn

>  arch/arm/mach-mxs/include/mach/mxs.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-mxs/include/mach/mxs.h b/arch/arm/mach-mxs/include/mach/mxs.h
> index 0d2d2b4..bde5f66 100644
> --- a/arch/arm/mach-mxs/include/mach/mxs.h
> +++ b/arch/arm/mach-mxs/include/mach/mxs.h
> @@ -30,6 +30,7 @@
>   */
>  #define cpu_is_mx23()		(					\
>  		machine_is_mx23evk() ||					\
> +		machine_is_stmp378x() ||				\
>  		0)
>  #define cpu_is_mx28()		(					\
>  		machine_is_mx28evk() ||					\
> -- 
> 1.7.7.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

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

* [PATCH] arm: mx23: recognise stmp378x as mx23
  2011-11-29  6:06 ` Shawn Guo
@ 2011-11-29 10:08   ` Wolfram Sang
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2011-11-29 10:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 29, 2011 at 02:06:07PM +0800, Shawn Guo wrote:
> On Sat, Nov 26, 2011 at 11:39:14AM +0100, Wolfram Sang wrote:
> > Adding the machine_is_* line was forgotten when converting mach-stmp378x to
> > mach-mxs.
> > 
> > Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> > ---
> 
> Applied, thanks.
> 
> I added 'Cc: stable at kernel.org'.  Please let me know if you do not
> think it's necessary.

I think it's fine, thanks!

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20111129/3daa5314/attachment.sig>

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

end of thread, other threads:[~2011-11-29 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-26 10:39 [PATCH] arm: mx23: recognise stmp378x as mx23 Wolfram Sang
2011-11-29  6:06 ` Shawn Guo
2011-11-29 10:08   ` Wolfram Sang

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).