Re: [PATCH v8 18/22] docs: counter: Document character device interface

2021-02-25 Thread William Breathitt Gray
On Mon, Feb 22, 2021 at 11:11:33AM +0100, Pavel Machek wrote: > Hi! > > > > +* COUNTER_ENABLE_EVENTS_IOCTL: > > > + Enables monitoring the events specified by the Counter watches that > > > + were queued by ``COUNTER_ADD_WATCH_IOCTL``. If events are already > > > + enabled, the new set of watch

Re: [PATCH v8 18/22] docs: counter: Document character device interface

2021-02-25 Thread William Breathitt Gray
On Sun, Feb 14, 2021 at 05:48:19PM +, Jonathan Cameron wrote: > On Fri, 12 Feb 2021 21:13:42 +0900 > William Breathitt Gray wrote: > > > This patch adds high-level documentation about the Counter subsystem > > character device interface. > > > > Signed-off-by: William Breathitt Gray > > ---

Re: [PATCH v8 18/22] docs: counter: Document character device interface

2021-02-22 Thread Pavel Machek
Hi! > > +* COUNTER_ENABLE_EVENTS_IOCTL: > > + Enables monitoring the events specified by the Counter watches that > > + were queued by ``COUNTER_ADD_WATCH_IOCTL``. If events are already > > + enabled, the new set of watches replaces the old one. Calling this > > + ioctl also has the effect of

Re: [PATCH v8 18/22] docs: counter: Document character device interface

2021-02-14 Thread Jonathan Cameron
On Fri, 12 Feb 2021 21:13:42 +0900 William Breathitt Gray wrote: > This patch adds high-level documentation about the Counter subsystem > character device interface. > > Signed-off-by: William Breathitt Gray > --- > Documentation/driver-api/generic-counter.rst | 243 +++--- > .../

[PATCH v8 18/22] docs: counter: Document character device interface

2021-02-12 Thread William Breathitt Gray
This patch adds high-level documentation about the Counter subsystem character device interface. Signed-off-by: William Breathitt Gray --- Documentation/driver-api/generic-counter.rst | 243 +++--- .../userspace-api/ioctl/ioctl-number.rst | 1 + 2 files changed, 203 insertion