Re: [PATCH v3 0/2] Simplify count_read/count_write/signal_read

2019-10-06 Thread Jonathan Cameron
On Sat, 5 Oct 2019 13:19:38 -0400 William Breathitt Gray wrote: > On Sat, Oct 05, 2019 at 03:33:08PM +0100, Jonathan Cameron wrote: > > Hi William, > > > > This all makes sense to me. Do you want to wait for some more reviews > > or should I pick them up now through IIO? We are really early in

Re: [PATCH v3 0/2] Simplify count_read/count_write/signal_read

2019-10-05 Thread William Breathitt Gray
On Sat, Oct 05, 2019 at 03:33:08PM +0100, Jonathan Cameron wrote: > Hi William, > > This all makes sense to me. Do you want to wait for some more reviews > or should I pick them up now through IIO? We are really early in > the cycle so plenty of time, unless there are new drivers coming you > wa

Re: [PATCH v3 0/2] Simplify count_read/count_write/signal_read

2019-10-05 Thread Jonathan Cameron
Hi William, This all makes sense to me. Do you want to wait for some more reviews or should I pick them up now through IIO? We are really early in the cycle so plenty of time, unless there are new drivers coming you want to use these from the start. Thanks, Jonathan On Wed, 18 Sep 2019 23:22

[PATCH v3 0/2] Simplify count_read/count_write/signal_read

2019-09-18 Thread William Breathitt Gray
Changes in v3: - Squash code changes to single patch to avoid compilation error The changes in this patchset will not affect the userspace interface. Rather, these changes are intended to simplify the kernelspace Counter callbacks for counter device driver authors. The following main changes are