Re: [Xenomai-core] [PATCH v3 02/24] RTDM: Add rtdm_rt_capable() service

2010-04-19 Thread Philippe Gerum
On Mon, 2010-04-19 at 09:37 +0200, Philippe Gerum wrote: > On Mon, 2010-04-19 at 09:31 +0200, Jan Kiszka wrote: > > Philippe Gerum wrote: > > > On Sun, 2010-04-18 at 15:40 +0200, Jan Kiszka wrote: > > >> Philippe Gerum wrote: > > >>> On Sun, 2010-04-18 at 15:26 +0200, Philippe Gerum wrote: > >

Re: [Xenomai-core] [PATCH v3 02/24] RTDM: Add rtdm_rt_capable() service

2010-04-19 Thread Philippe Gerum
On Mon, 2010-04-19 at 09:31 +0200, Jan Kiszka wrote: > Philippe Gerum wrote: > > On Sun, 2010-04-18 at 15:40 +0200, Jan Kiszka wrote: > >> Philippe Gerum wrote: > >>> On Sun, 2010-04-18 at 15:26 +0200, Philippe Gerum wrote: > On Sun, 2010-04-18 at 15:12 +0200, Jan Kiszka wrote: > > From: J

Re: [Xenomai-core] [PATCH v3 02/24] RTDM: Add rtdm_rt_capable() service

2010-04-19 Thread Jan Kiszka
Philippe Gerum wrote: > On Sun, 2010-04-18 at 15:40 +0200, Jan Kiszka wrote: >> Philippe Gerum wrote: >>> On Sun, 2010-04-18 at 15:26 +0200, Philippe Gerum wrote: On Sun, 2010-04-18 at 15:12 +0200, Jan Kiszka wrote: > From: Jan Kiszka > > This adds rtdm_rt_capable(), a function th

Re: [Xenomai-core] [PATCH v3 02/24] RTDM: Add rtdm_rt_capable() service

2010-04-18 Thread Philippe Gerum
On Sun, 2010-04-18 at 15:40 +0200, Jan Kiszka wrote: > Philippe Gerum wrote: > > On Sun, 2010-04-18 at 15:26 +0200, Philippe Gerum wrote: > >> On Sun, 2010-04-18 at 15:12 +0200, Jan Kiszka wrote: > >>> From: Jan Kiszka > >>> > >>> This adds rtdm_rt_capable(), a function that can be used by drivers

Re: [Xenomai-core] [PATCH v3 02/24] RTDM: Add rtdm_rt_capable() service

2010-04-18 Thread Jan Kiszka
Philippe Gerum wrote: > On Sun, 2010-04-18 at 15:26 +0200, Philippe Gerum wrote: >> On Sun, 2010-04-18 at 15:12 +0200, Jan Kiszka wrote: >>> From: Jan Kiszka >>> >>> This adds rtdm_rt_capable(), a function that can be used by drivers to >>> detect callers that could issue a service request also fr

Re: [Xenomai-core] [PATCH v3 02/24] RTDM: Add rtdm_rt_capable() service

2010-04-18 Thread Jan Kiszka
Philippe Gerum wrote: > On Sun, 2010-04-18 at 15:12 +0200, Jan Kiszka wrote: >> From: Jan Kiszka >> >> This adds rtdm_rt_capable(), a function that can be used by drivers to >> detect callers that could issue a service request also from the >> (typically preferred) real-time context. If that is th

Re: [Xenomai-core] [PATCH v3 02/24] RTDM: Add rtdm_rt_capable() service

2010-04-18 Thread Philippe Gerum
On Sun, 2010-04-18 at 15:26 +0200, Philippe Gerum wrote: > On Sun, 2010-04-18 at 15:12 +0200, Jan Kiszka wrote: > > From: Jan Kiszka > > > > This adds rtdm_rt_capable(), a function that can be used by drivers to > > detect callers that could issue a service request also from the > > (typically pr

Re: [Xenomai-core] [PATCH v3 02/24] RTDM: Add rtdm_rt_capable() service

2010-04-18 Thread Philippe Gerum
On Sun, 2010-04-18 at 15:12 +0200, Jan Kiszka wrote: > From: Jan Kiszka > > This adds rtdm_rt_capable(), a function that can be used by drivers to > detect callers that could issue a service request also from the > (typically preferred) real-time context. If that is the case, the driver > can tri