Re: [PATCH v6 1/9] counter: Introduce the Generic Counter interface

2018-05-21 Thread William Breathitt Gray
On Sun, May 20, 2018 at 04:06:52PM +0100, Jonathan Cameron wrote: >On Wed, 16 May 2018 13:50:43 -0400 >William Breathitt Gray wrote: > >> This patch introduces the Generic Counter interface for supporting >> counter devices. >> >> In the context of the Generic Counter interface, a counter is defi

Re: [PATCH v6 1/9] counter: Introduce the Generic Counter interface

2018-05-20 Thread Jonathan Cameron
On Wed, 16 May 2018 13:50:43 -0400 William Breathitt Gray wrote: > This patch introduces the Generic Counter interface for supporting > counter devices. > > In the context of the Generic Counter interface, a counter is defined as > a device that reports one or more "counts" based on the state ch

[PATCH v6 1/9] counter: Introduce the Generic Counter interface

2018-05-16 Thread William Breathitt Gray
This patch introduces the Generic Counter interface for supporting counter devices. In the context of the Generic Counter interface, a counter is defined as a device that reports one or more "counts" based on the state changes of one or more "signals" as evaluated by a defined "count function." D