Re: [Linux-stm32] [PATCH v10 22/33] counter: Internalize sysfs interface code

2021-03-23 Thread William Breathitt Gray
On Mon, Mar 22, 2021 at 05:44:01PM +0100, Fabrice Gasnier wrote: > On 3/19/21 12:00 PM, William Breathitt Gray wrote: > > static const struct atmel_tcb_config tcb_rm9200_config = { > > diff --git a/drivers/counter/stm32-lptimer-cnt.c > > b/drivers/counter/stm32-lptimer-cnt.c > > index

Re: [Linux-stm32] [PATCH v10 22/33] counter: Internalize sysfs interface code

2021-03-22 Thread Fabrice Gasnier
On 3/19/21 12:00 PM, 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. > > The purpose of this