* [Xenomai-core] socket can compile broken
@ 2009-07-26 13:58 Matteo Facchinetti
2009-08-15 21:48 ` Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Matteo Facchinetti @ 2009-07-26 13:58 UTC (permalink / raw)
To: xenomai
[-- Attachment #1: Type: text/plain, Size: 337 bytes --]
Hi,
I've upgrade xenomai to the last 2.4.8 (git) version.
I'm using kernel 2.6.24powerpc and for compile socket-can module, need
to change MPC5xxx_GPIO define.
In this kernel version I havn't mpc5xxx_gpio_find_and_map() function but
only mpc52xx_find_and_map("mpc5200-gpio").
Regards.
Matteo Facchinetti
Sirius Electronic Systems
[-- Attachment #2: Fix-MPC5xxx_GPIO_x_kern2.6.24.patch --]
[-- Type: text/x-diff, Size: 666 bytes --]
diff --git a/ksrc/drivers/can/mscan/rtcan_mscan_regs.h b/ksrc/drivers/can/mscan/rtcan_mscan_regs.h
index ad996ad..e6fd7ed 100644
--- a/ksrc/drivers/can/mscan/rtcan_mscan_regs.h
+++ b/ksrc/drivers/can/mscan/rtcan_mscan_regs.h
@@ -42,8 +42,10 @@ static inline void __iomem *mpc5xxx_gpio_find_and_map(void)
ofn = of_find_compatible_node(NULL, NULL, "fsl,mpc5200-gpio");
return ofn ? of_iomap(ofn, 0) : NULL;
}
-#endif
#define MPC5xxx_GPIO mpc5xxx_gpio_find_and_map()
+#else
+#define MPC5xxx_GPIO mpc52xx_find_and_map("mpc5200-gpio")
+#endif
#define mpc5xxx_gpio mpc52xx_gpio
#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10)
#include <asm/mpc5xxx.h>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Xenomai-core] socket can compile broken
2009-07-26 13:58 [Xenomai-core] socket can compile broken Matteo Facchinetti
@ 2009-08-15 21:48 ` Philippe Gerum
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2009-08-15 21:48 UTC (permalink / raw)
To: Matteo Facchinetti; +Cc: xenomai
On Sun, 2009-07-26 at 15:58 +0200, Matteo Facchinetti wrote:
> Hi,
>
> I've upgrade xenomai to the last 2.4.8 (git) version.
> I'm using kernel 2.6.24powerpc and for compile socket-can module, need
> to change MPC5xxx_GPIO define.
> In this kernel version I havn't mpc5xxx_gpio_find_and_map() function but
> only mpc52xx_find_and_map("mpc5200-gpio").
>
Merged, thanks.
--
Philippe.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-15 21:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-26 13:58 [Xenomai-core] socket can compile broken Matteo Facchinetti
2009-08-15 21:48 ` Philippe Gerum
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.