Re: [PATCH 24.03 5/8] event/dsw: add schedule-type capability flags

2023-11-21 Thread Bruce Richardson
On Tue, Nov 21, 2023 at 09:44:37AM +, Bruce Richardson wrote: > On Tue, Nov 21, 2023 at 10:32:07AM +0100, Mattias Rönnblom wrote: > > On 2023-11-21 10:30, Mattias Rönnblom wrote: > > > On 2023-11-20 18:26, Bruce Richardson wrote: > > > > Document explicitly the scheduling types supported by thi

Re: [PATCH 24.03 5/8] event/dsw: add schedule-type capability flags

2023-11-21 Thread Bruce Richardson
On Tue, Nov 21, 2023 at 10:32:07AM +0100, Mattias Rönnblom wrote: > On 2023-11-21 10:30, Mattias Rönnblom wrote: > > On 2023-11-20 18:26, Bruce Richardson wrote: > > > Document explicitly the scheduling types supported by this driver, both > > > via info_get() function, and via table in the documen

Re: [PATCH 24.03 5/8] event/dsw: add schedule-type capability flags

2023-11-21 Thread Mattias Rönnblom
On 2023-11-21 10:30, Mattias Rönnblom wrote: On 2023-11-20 18:26, Bruce Richardson wrote: Document explicitly the scheduling types supported by this driver, both via info_get() function, and via table in the documentation. Signed-off-by: Bruce Richardson ---   doc/guides/eventdevs/features/dsw

Re: [PATCH 24.03 5/8] event/dsw: add schedule-type capability flags

2023-11-21 Thread Mattias Rönnblom
On 2023-11-20 18:26, Bruce Richardson wrote: Document explicitly the scheduling types supported by this driver, both via info_get() function, and via table in the documentation. Signed-off-by: Bruce Richardson --- doc/guides/eventdevs/features/dsw.ini | 1 + drivers/event/dsw/dsw_evdev.c

[PATCH 24.03 5/8] event/dsw: add schedule-type capability flags

2023-11-20 Thread Bruce Richardson
Document explicitly the scheduling types supported by this driver, both via info_get() function, and via table in the documentation. Signed-off-by: Bruce Richardson --- doc/guides/eventdevs/features/dsw.ini | 1 + drivers/event/dsw/dsw_evdev.c | 1 + 2 files changed, 2 insertions(+) dif