* imx27_visstrim_m10: spot the mistake
@ 2012-06-24 16:57 Russell King - ARM Linux
2012-06-25 6:49 ` Sascha Hauer
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2012-06-24 16:57 UTC (permalink / raw)
To: linux-arm-kernel
commit 435ca24116bc5365a10fa0be1bf1c1e4c5680157
Author: Javier Martin <javier.martin@vista-silicon.com>
Date: Tue Apr 10 11:26:59 2012 +0200
ARM i.MX: Visstrim_M10: Add board version detection.
Visstrim_M10 boards have 3 gpios to detect the
expansion board version attached and other 3 to
detect the motherboard revision.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
diff --git a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c
index f7b074f..748ba2e 100644
--- a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c
+++ b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c
@@ -38,6 +38,7 @@
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
+#include <asm/system.h>
#include <mach/common.h>
#include <mach/iomux-mx27.h>
...
commit 9f97da78bf018206fb623cd351d454af2f105fe0
Author: David Howells <dhowells@redhat.com>
Date: Wed Mar 28 18:30:01 2012 +0100
Disintegrate asm/system.h for ARM
Disintegrate asm/system.h for ARM.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Russell King <linux@arm.linux.org.uk>
cc: linux-arm-kernel at lists.infradead.org
diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h
index 774c41e..74542c5 100644
--- a/arch/arm/include/asm/system.h
+++ b/arch/arm/include/asm/system.h
+/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
+#include <asm/barrier.h>
+#include <asm/compiler.h>
+#include <asm/cmpxchg.h>
+#include <asm/exec.h>
+#include <asm/switch_to.h>
+#include <asm/system_info.h>
+#include <asm/system_misc.h>
What's wrong with the above commit to mach-imx27_visstrim_m10.c ?
^ permalink raw reply related [flat|nested] 3+ messages in thread
* imx27_visstrim_m10: spot the mistake
2012-06-24 16:57 imx27_visstrim_m10: spot the mistake Russell King - ARM Linux
@ 2012-06-25 6:49 ` Sascha Hauer
2012-06-25 7:04 ` javier Martin
0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2012-06-25 6:49 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Jun 24, 2012 at 05:57:10PM +0100, Russell King - ARM Linux wrote:
> commit 9f97da78bf018206fb623cd351d454af2f105fe0
> Author: David Howells <dhowells@redhat.com>
> Date: Wed Mar 28 18:30:01 2012 +0100
>
> Disintegrate asm/system.h for ARM
>
> Disintegrate asm/system.h for ARM.
>
> Signed-off-by: David Howells <dhowells@redhat.com>
> cc: Russell King <linux@arm.linux.org.uk>
> cc: linux-arm-kernel at lists.infradead.org
>
> diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h
> index 774c41e..74542c5 100644
> --- a/arch/arm/include/asm/system.h
> +++ b/arch/arm/include/asm/system.h
> +/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
> +#include <asm/barrier.h>
> +#include <asm/compiler.h>
> +#include <asm/cmpxchg.h>
> +#include <asm/exec.h>
> +#include <asm/switch_to.h>
> +#include <asm/system_info.h>
> +#include <asm/system_misc.h>
>
> What's wrong with the above commit to mach-imx27_visstrim_m10.c ?
Sorry Russell, thank you Fabio for sending a patch.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
* imx27_visstrim_m10: spot the mistake
2012-06-25 6:49 ` Sascha Hauer
@ 2012-06-25 7:04 ` javier Martin
0 siblings, 0 replies; 3+ messages in thread
From: javier Martin @ 2012-06-25 7:04 UTC (permalink / raw)
To: linux-arm-kernel
On 25 June 2012 08:49, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> On Sun, Jun 24, 2012 at 05:57:10PM +0100, Russell King - ARM Linux wrote:
>> commit 9f97da78bf018206fb623cd351d454af2f105fe0
>> Author: David Howells <dhowells@redhat.com>
>> Date: ? Wed Mar 28 18:30:01 2012 +0100
>>
>> ? ? Disintegrate asm/system.h for ARM
>>
>> ? ? Disintegrate asm/system.h for ARM.
>>
>> ? ? Signed-off-by: David Howells <dhowells@redhat.com>
>> ? ? cc: Russell King <linux@arm.linux.org.uk>
>> ? ? cc: linux-arm-kernel at lists.infradead.org
>>
>> diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h
>> index 774c41e..74542c5 100644
>> --- a/arch/arm/include/asm/system.h
>> +++ b/arch/arm/include/asm/system.h
>> +/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
>> +#include <asm/barrier.h>
>> +#include <asm/compiler.h>
>> +#include <asm/cmpxchg.h>
>> +#include <asm/exec.h>
>> +#include <asm/switch_to.h>
>> +#include <asm/system_info.h>
>> +#include <asm/system_misc.h>
>>
>> What's wrong with the above commit to mach-imx27_visstrim_m10.c ?
>
> Sorry Russell, thank you Fabio for sending a patch.
>
Sorry, thank you for spotting the mistake.
--
Javier Martin
Vista Silicon S.L.
CDTUC - FASE C - Oficina S-345
Avda de los Castros s/n
39005- Santander. Cantabria. Spain
+34 942 25 32 60
www.vista-silicon.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-25 7:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-24 16:57 imx27_visstrim_m10: spot the mistake Russell King - ARM Linux
2012-06-25 6:49 ` Sascha Hauer
2012-06-25 7:04 ` javier Martin
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).