Re: [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-27 Thread William Breathitt Gray
On Sat, Feb 27, 2021 at 03:18:47PM +, Jonathan Cameron wrote: > On Fri, 26 Feb 2021 09:03:48 +0900 > William Breathitt Gray wrote: > > > On Sun, Feb 21, 2021 at 03:51:40PM +, Jonathan Cameron wrote: > > > On Thu, 18 Feb 2021 19:32:16 +0900 > > > William Breathitt Gray wrote: > > > > >

Re: [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-27 Thread Jonathan Cameron
On Fri, 26 Feb 2021 09:03:48 +0900 William Breathitt Gray wrote: > On Sun, Feb 21, 2021 at 03:51:40PM +, Jonathan Cameron wrote: > > On Thu, 18 Feb 2021 19:32:16 +0900 > > William Breathitt Gray wrote: > > > > > On Sun, Feb 14, 2021 at 06:11:46PM +, Jonathan Cameron wrote: > > > > O

Re: [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-26 Thread William Breathitt Gray
On Fri, Feb 26, 2021 at 06:14:12PM -0600, David Lechner wrote: > On 2/25/21 6:03 PM, William Breathitt Gray wrote: > > On Sun, Feb 21, 2021 at 03:51:40PM +, Jonathan Cameron wrote: > >> On Thu, 18 Feb 2021 19:32:16 +0900 > >> William Breathitt Gray wrote: > >> > >>> On Sun, Feb 14, 2021 at 06:

Re: [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-26 Thread David Lechner
On 2/25/21 6:03 PM, William Breathitt Gray wrote: On Sun, Feb 21, 2021 at 03:51:40PM +, Jonathan Cameron wrote: On Thu, 18 Feb 2021 19:32:16 +0900 William Breathitt Gray wrote: On Sun, Feb 14, 2021 at 06:11:46PM +, Jonathan Cameron wrote: On Fri, 12 Feb 2021 21:13:44 +0900 William Br

Re: [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-25 Thread William Breathitt Gray
On Sun, Feb 21, 2021 at 03:51:40PM +, Jonathan Cameron wrote: > On Thu, 18 Feb 2021 19:32:16 +0900 > William Breathitt Gray wrote: > > > On Sun, Feb 14, 2021 at 06:11:46PM +, Jonathan Cameron wrote: > > > On Fri, 12 Feb 2021 21:13:44 +0900 > > > William Breathitt Gray wrote: > > > > >

Re: [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-21 Thread Jonathan Cameron
On Thu, 18 Feb 2021 19:32:16 +0900 William Breathitt Gray wrote: > On Sun, Feb 14, 2021 at 06:11:46PM +, Jonathan Cameron wrote: > > On Fri, 12 Feb 2021 21:13:44 +0900 > > William Breathitt Gray wrote: > > > > > The events_queue_size sysfs attribute provides a way for users to > > > dynam

Re: [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-18 Thread William Breathitt Gray
On Sun, Feb 14, 2021 at 06:11:46PM +, Jonathan Cameron wrote: > On Fri, 12 Feb 2021 21:13:44 +0900 > William Breathitt Gray wrote: > > > The events_queue_size sysfs attribute provides a way for users to > > dynamically configure the Counter events queue size for the Counter > > character devi

Re: [PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-14 Thread Jonathan Cameron
On Fri, 12 Feb 2021 21:13:44 +0900 William Breathitt Gray wrote: > The events_queue_size sysfs attribute provides a way for users to > dynamically configure the Counter events queue size for the Counter > character device interface. The size is in number of struct > counter_event data structures.

[PATCH v8 20/22] counter: Implement events_queue_size sysfs attribute

2021-02-12 Thread William Breathitt Gray
The events_queue_size sysfs attribute provides a way for users to dynamically configure the Counter events queue size for the Counter character device interface. The size is in number of struct counter_event data structures. The number of elements will be rounded-up to a power of 2 due to a require