Re: [Xenomai-core] [PATCH] RT-Socket-CAN: correct bug with filter registration

2008-10-30 Thread Wolfgang Grandegger
Jan Kiszka wrote: Wolfgang Grandegger wrote: Hi Jan and Sebastian, attached is the patch fixing the filter problem. I'm going to apply it to the trunk as well if there are no complaints. Wolfgang. Index: ChangeLog === ---

[Xenomai-core] [PATCH] RT-Socket-CAN: correct bug with filter registration

2008-10-29 Thread Wolfgang Grandegger
Hi Jan and Sebastian, attached is the patch fixing the filter problem. I'm going to apply it to the trunk as well if there are no complaints. Wolfgang. Index: ChangeLog === --- ChangeLog (revision 4287) +++ ChangeLog (working

Re: [Xenomai-core] [PATCH] RT-Socket-CAN: correct bug with filter registration

2008-10-29 Thread Sebastian Smolorz
Wolfgang Grandegger wrote: Hi Jan and Sebastian, attached is the patch fixing the filter problem. I'm going to apply it to the trunk as well if there are no complaints. No complaints from my side. Wolfgang. Index: ChangeLog

Re: [Xenomai-core] [PATCH] RT-Socket-CAN: correct bug with filter registration

2008-10-29 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hi Jan and Sebastian, attached is the patch fixing the filter problem. I'm going to apply it to the trunk as well if there are no complaints. Wolfgang. Index: ChangeLog === --- ChangeLog

Re: [Xenomai-core] [PATCH] RT-Socket-CAN driver for EMS CPC PCI card

2007-08-24 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hello, the following patch changes: 2007-08-22 Wolfgang Grandegger [EMAIL PROTECTED] * ksrc/drivers/can/sja1000: Add the RT-Socket-CAN SJA1000 driver rtcan_ems_pci.c for the EMS CPC PCI card from EMS Dr. Thomas Wuensche

Re: [Xenomai-core] [PATCH] RT-Socket-CAN driver for EMS CPC PCI card

2007-08-24 Thread Wolfgang Grandegger
Jan Kiszka wrote: Wolfgang Grandegger wrote: Hello, the following patch changes: 2007-08-22 Wolfgang Grandegger [EMAIL PROTECTED] * ksrc/drivers/can/sja1000: Add the RT-Socket-CAN SJA1000 driver rtcan_ems_pci.c for the EMS CPC PCI card from EMS Dr. Thomas Wuensche

[Xenomai-core] [PATCH] RT-Socket-CAN driver for EMS CPC PCI card

2007-08-22 Thread Wolfgang Grandegger
Hello, the following patch changes: 2007-08-22 Wolfgang Grandegger [EMAIL PROTECTED] * ksrc/drivers/can/sja1000: Add the RT-Socket-CAN SJA1000 driver rtcan_ems_pci.c for the EMS CPC PCI card from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). I would like to

[Xenomai-core] [PATCH] RT-Socket-CAN:

2007-08-22 Thread Wolfgang Grandegger
Hello, the following patch fixes: 2007-08-22 Wolfgang Grandegger [EMAIL PROTECTED] * ksrc/drivers/can/rtcan_socket.c: protect the list of sockets per device properly when adding or deleting sockets. It should be applied to Xenomai's trunk and v2.3.x branch. Wolfgang. Index:

[Xenomai-core] [PATCH] RT-Socket-CAN bug fix for no-filter definition

2007-02-19 Thread Wolfgang Grandegger
Hello, I just applied the following bug fix to the trunk for RT-Socket-CAN when using the no-filter definition. Here is the ChangeLog entry: 2007-02-19 Wolfgang Grandegger [EMAIL PROTECTED] * ksrc/drivers/can/rtcan_raw.c (rtcan_raw_bind), ksrc/drivers/can/rtcan_socket.h: Fix bug using

Re: [Xenomai-core] [PATCH] RT-Socket-CAN bug fix for no-filter definition

2007-02-19 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hello, I just applied the following bug fix to the trunk for RT-Socket-CAN when using the no-filter definition. Here is the ChangeLog entry: 2007-02-19 Wolfgang Grandegger [EMAIL PROTECTED] * ksrc/drivers/can/rtcan_raw.c (rtcan_raw_bind),

Re: [Xenomai-core] [PATCH] RT-Socket-CAN, TX loopback and further improvements

2006-11-15 Thread Wolfgang Grandegger
Jan Kiszka wrote: Wolfgang Grandegger wrote: Hi Jan, Jan Kiszka wrote: Hi Wolfgang, [...deletions...] Last remark: For the sake of completeness, tx-loopback should also be implemented in the virtual CAN driver. The virtual CAN driver already works like TX loopback. It routes TX messages

[Xenomai-core] [PATCH] RT-Socket-CAN, TX loopback and further improvements

2006-11-14 Thread Wolfgang Grandegger
Hi Jan, attached is a patch implementing the TX loopback, apart from some other fixes and improvements. The TX loopback to foreign local sockets allows to have a net-alike behavior of the CAN bus. Local sockets listening to a device can receive TX messages as well. As discussed, the TX

Re: [Xenomai-core] [PATCH] RT-Socket-CAN, TX loopback and further improvements

2006-11-14 Thread Wolfgang Grandegger
Attached is the missing patch! Wolfgang Grandegger wrote: Hi Jan, attached is a patch implementing the TX loopback, apart from some other fixes and improvements. The TX loopback to foreign local sockets allows to have a net-alike behavior of the CAN bus. Local sockets listening to a device

Re: [Xenomai-core] [PATCH] RT-Socket-CAN, TX loopback and further improvements

2006-11-14 Thread Wolfgang Grandegger
Jan Kiszka wrote: Wolfgang Grandegger wrote: @@ -894,6 +937,12 @@ /* We got access */ +#ifdef CONFIG_XENO_DRIVERS_RTCAN_TX_LOOPBACK +/* Push message onto stack for loopback when TX done */ +if (sock-tx_loopback) +rtcan_tx_push(dev, sock, frame); +#endif /*

Re: [Xenomai-core] [PATCH] RT-Socket-CAN, TX loopback and further improvements

2006-11-14 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hi Jan, Jan Kiszka wrote: Hi Wolfgang, [...deletions...] Last remark: For the sake of completeness, tx-loopback should also be implemented in the virtual CAN driver. The virtual CAN driver already works like TX loopback. It routes TX messages to local

Re: [Xenomai-core] [PATCH] RT-Socket-CAN, fix warnings on ARM, etc.

2006-11-08 Thread Jan Kiszka
Wolfgang Grandegger wrote: Hello, the attached patch fixes: * ksrc/drivers/can/sja1000/rtcan_peak_dng.c: Fix warnings when building for ARM and fix bugs in the exit code. * ksrc/drivers/can/sja1000/rtcan_mem.c: Fix warnings when building for ARM. Thanks, applied. Jan