Re: [PATCH v4 1/5] counter: Internalize sysfs interface code

2020-08-15 Thread William Breathitt Gray
On Mon, Aug 10, 2020 at 05:48:07PM -0500, David Lechner wrote: > > > > > CPMAC ETHERNET DRIVER > > M: Florian Fainelli > > diff --git a/drivers/counter/104-quad-8.c b/drivers/counter/104-quad-8.c > > index 78766b6ec271..0f20920073d6 100644 > > --- a/drivers/c

Re: [PATCH v4 1/5] counter: Internalize sysfs interface code

2020-08-10 Thread David Lechner
CPMAC ETHERNET DRIVER M: Florian Fainelli diff --git a/drivers/counter/104-quad-8.c b/drivers/counter/104-quad-8.c index 78766b6ec271..0f20920073d6 100644 --- a/drivers/counter/104-quad-8.c +++ b/drivers/counter/104-quad-8.c @@ -621,7 +621,7 @@ static const struct iio_chan_spec q

Re: [PATCH v4 1/5] counter: Internalize sysfs interface code

2020-08-09 Thread William Breathitt Gray
On Mon, Aug 03, 2020 at 03:00:49PM -0500, David Lechner wrote: > On 8/2/20 4:04 PM, William Breathitt Gray wrote: > > On Tue, Jul 28, 2020 at 05:45:53PM -0500, David Lechner wrote: > >> On 7/21/20 2:35 PM, William Breathitt Gray wrote: > >>> This is a reimplementation of the Generic Counter driver

Re: [PATCH v4 1/5] counter: Internalize sysfs interface code

2020-08-09 Thread Jonathan Cameron
On Mon, 3 Aug 2020 15:00:49 -0500 David Lechner wrote: > On 8/2/20 4:04 PM, William Breathitt Gray wrote: > > On Tue, Jul 28, 2020 at 05:45:53PM -0500, David Lechner wrote: > >> On 7/21/20 2:35 PM, William Breathitt Gray wrote: > >>> This is a reimplementation of the Generic Counter driver in

Re: [PATCH v4 1/5] counter: Internalize sysfs interface code

2020-08-03 Thread David Lechner
On 8/2/20 4:04 PM, William Breathitt Gray wrote: On Tue, Jul 28, 2020 at 05:45:53PM -0500, David Lechner wrote: On 7/21/20 2:35 PM, William Breathitt Gray wrote: This is a reimplementation of the Generic Counter driver interface. ... -F: include/linux/counter_enum.h +F: include/uapi