Re: [PATCH v7 3/5] counter: Add character device interface

2021-02-11 Thread William Breathitt Gray
On Wed, Dec 30, 2020 at 03:04:40PM +, Jonathan Cameron wrote: > On Fri, 25 Dec 2020 19:15:36 -0500 > 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 v7 3/5] counter: Add character device interface

2021-01-29 Thread William Breathitt Gray
On Thu, Jan 28, 2021 at 10:01:13AM +0100, Oleksij Rempel wrote: > Hello William, > > > On Fri, Dec 25, 2020 at 07:15:36PM -0500, William Breathitt Gray wrote: > > This patch introduces a character device interface for the Counter > > subsystem. Device data is exposed through standard character

Re: [PATCH v7 3/5] counter: Add character device interface

2021-01-29 Thread William Breathitt Gray
On Wed, Dec 30, 2020 at 03:36:35PM -0600, David Lechner wrote: > On 12/25/20 6:15 PM, William Breathitt Gray wrote: > > > diff --git a/include/uapi/linux/counter.h b/include/uapi/linux/counter.h > > new file mode 100644 > > index ..7585dc9db19d > > --- /dev/null > > +++

Re: [PATCH v7 3/5] counter: Add character device interface

2021-01-28 Thread Oleksij Rempel
Hello William, On Fri, Dec 25, 2020 at 07:15:36PM -0500, 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

Re: [PATCH v7 3/5] counter: Add character device interface

2020-12-30 Thread David Lechner
On 12/25/20 6:15 PM, William Breathitt Gray wrote: diff --git a/include/uapi/linux/counter.h b/include/uapi/linux/counter.h new file mode 100644 index ..7585dc9db19d --- /dev/null +++ b/include/uapi/linux/counter.h @@ -0,0 +1,123 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH

Re: [PATCH v7 3/5] counter: Add character device interface

2020-12-30 Thread Jonathan Cameron
On Fri, 25 Dec 2020 19:15:36 -0500 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 v7 3/5] counter: Add character device interface

2020-12-25 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