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

2021-01-05 Thread William Breathitt Gray
On Wed, Dec 30, 2020 at 05:24:34PM -0600, David Lechner wrote: > On 12/25/20 6:15 PM, William Breathitt Gray wrote: > > > diff --git a/drivers/counter/ti-eqep.c b/drivers/counter/ti-eqep.c > > index a60aee1a1a29..6c058b93dc98 100644 > > --- a/drivers/counter/ti-eqep.c > > +++

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

2021-01-05 Thread William Breathitt Gray
On Wed, Dec 30, 2020 at 02:37:19PM +, Jonathan Cameron wrote: > On Fri, 25 Dec 2020 19:15:34 -0500 > William Breathitt Gray wrote: > > > This is a reimplementation of the Generic Counter driver interface. > > There are no modifications to the Counter subsystem userspace interface, > > so

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

2020-12-30 Thread David Lechner
On 12/25/20 6:15 PM, William Breathitt Gray wrote: diff --git a/drivers/counter/ti-eqep.c b/drivers/counter/ti-eqep.c index a60aee1a1a29..6c058b93dc98 100644 --- a/drivers/counter/ti-eqep.c +++ b/drivers/counter/ti-eqep.c -static ssize_t ti_eqep_position_floor_write(struct counter_device

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

2020-12-30 Thread Jonathan Cameron
On Fri, 25 Dec 2020 19:15:34 -0500 William Breathitt Gray wrote: > This is a reimplementation of the Generic Counter driver interface. > There are no modifications to the Counter subsystem userspace interface, > so existing userspace applications should continue to run seamlessly. Hi William