Re: [PATCH v5 1/8] counter: Introduce the Generic Counter interface

2018-04-06 Thread Jonathan Cameron
On Sat, 31 Mar 2018 20:41:54 -0400 William Breathitt Gray wrote: > On Sat, Mar 24, 2018 at 05:33:58PM +, Jonathan Cameron wrote: > >On Fri, 9 Mar 2018 13:42:23 -0500 > >William Breathitt Gray wrote: > > > >> This patch introduces the Generic Counter interface for supporting > >> counter d

Re: [PATCH v5 1/8] counter: Introduce the Generic Counter interface

2018-03-31 Thread William Breathitt Gray
On Sat, Mar 24, 2018 at 05:33:58PM +, Jonathan Cameron wrote: >On Fri, 9 Mar 2018 13:42:23 -0500 >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 v5 1/8] counter: Introduce the Generic Counter interface

2018-03-25 Thread Joe Perches
On Sun, 2018-03-25 at 17:56 +0100, Jonathan Cameron wrote: > On Sun, 25 Mar 2018 00:46:10 -0700 > Joe Perches wrote: > > > On Sat, 2018-03-24 at 17:33 +, Jonathan Cameron wrote: > > > checkpatch.pl --strict (but take into account some of the warnings will > > > be silly so don't fix them all)

Re: [PATCH v5 1/8] counter: Introduce the Generic Counter interface

2018-03-25 Thread Jonathan Cameron
On Sun, 25 Mar 2018 00:46:10 -0700 Joe Perches wrote: > On Sat, 2018-03-24 at 17:33 +, Jonathan Cameron wrote: > > checkpatch.pl --strict (but take into account some of the warnings will > > be silly so don't fix them all). > > What checkpatch output is silly? Sorry - bad word choice. It

Re: [PATCH v5 1/8] counter: Introduce the Generic Counter interface

2018-03-25 Thread Joe Perches
On Sat, 2018-03-24 at 17:33 +, Jonathan Cameron wrote: > checkpatch.pl --strict (but take into account some of the warnings will > be silly so don't fix them all). What checkpatch output is silly?

Re: [PATCH v5 1/8] counter: Introduce the Generic Counter interface

2018-03-24 Thread Jonathan Cameron
On Fri, 9 Mar 2018 13:42:23 -0500 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 v5 1/8] counter: Introduce the Generic Counter interface

2018-03-09 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