Re: [Xenomai] [PATCH v2 2/3] RTDM: uapi: Define ioctl code to set an IRQ affinity.

2017-11-14 Thread Philippe Gerum
On 11/09/2017 11:43 AM, Christoph Müllner wrote: > >> On 9 Nov 2017, at 11:04, Philippe Gerum wrote: >> >> On 11/06/2017 10:46 AM, Christoph Muellner wrote: >>> This patch adds an ioctl code to set a GPIO IRQ's CPU affinity >>> to the RTDM user space API. >>> >>> Signed-off-by:

Re: [Xenomai] [PATCH v2 2/3] RTDM: uapi: Define ioctl code to set an IRQ affinity.

2017-11-09 Thread Christoph Müllner
> On 9 Nov 2017, at 11:04, Philippe Gerum wrote: > > On 11/06/2017 10:46 AM, Christoph Muellner wrote: >> This patch adds an ioctl code to set a GPIO IRQ's CPU affinity >> to the RTDM user space API. >> >> Signed-off-by: Christoph Muellner

Re: [Xenomai] [PATCH v2 2/3] RTDM: uapi: Define ioctl code to set an IRQ affinity.

2017-11-09 Thread Philippe Gerum
On 11/06/2017 10:46 AM, Christoph Muellner wrote: > This patch adds an ioctl code to set a GPIO IRQ's CPU affinity > to the RTDM user space API. > > Signed-off-by: Christoph Muellner > --- > include/rtdm/uapi/gpio.h | 6 ++ > 1 file changed, 6

[Xenomai] [PATCH v2 2/3] RTDM: uapi: Define ioctl code to set an IRQ affinity.

2017-11-06 Thread Christoph Muellner
This patch adds an ioctl code to set a GPIO IRQ's CPU affinity to the RTDM user space API. Signed-off-by: Christoph Muellner --- include/rtdm/uapi/gpio.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/rtdm/uapi/gpio.h