Re: [PATCH v8 17/22] counter: Add character device interface

2021-02-23 Thread William Breathitt Gray
On Sun, Feb 14, 2021 at 06:06:12PM +, Jonathan Cameron wrote: > On Fri, 12 Feb 2021 21:13:41 +0900 > William Breathitt Gray wrote: > > > This patch introduces a character device interface for the Counter > > subsystem. Device data is exposed through standard character device read > >

Re: [PATCH v8 17/22] counter: Add character device interface

2021-02-15 Thread William Breathitt Gray
On Mon, Feb 15, 2021 at 10:24:12AM +0100, Oleksij Rempel wrote: > Hi William, > > On Fri, Feb 12, 2021 at 09:13:41PM +0900, William Breathitt Gray wrote: > > This patch introduces a character device interface for the Counter > > subsystem. Device data is exposed through standard character device

Re: [PATCH v8 17/22] counter: Add character device interface

2021-02-15 Thread Oleksij Rempel
Hi William, On Fri, Feb 12, 2021 at 09:13:41PM +0900, William Breathitt Gray wrote: > This patch introduces a character device interface for the Counter > subsystem. Device data is exposed through standard character device read > operations. Device data is gathered when a Counter event is pushed

Re: [PATCH v8 17/22] counter: Add character device interface

2021-02-14 Thread Jonathan Cameron
On Fri, 12 Feb 2021 21:13:41 +0900 William Breathitt Gray wrote: > This patch introduces a character device interface for the Counter > subsystem. Device data is exposed through standard character device read > operations. Device data is gathered when a Counter event is pushed by > the

[PATCH v8 17/22] counter: Add character device interface

2021-02-12 Thread William Breathitt Gray
This patch introduces a character device interface for the Counter subsystem. Device data is exposed through standard character device read operations. Device data is gathered when a Counter event is pushed by the respective Counter device driver. Configuration is handled via ioctl operations on