Re: [PATCH v8 00/11] Introduce the Counter subsystem

2018-07-21 Thread William Breathitt Gray
On Sat, Jul 21, 2018 at 07:01:34PM +0100, Jonathan Cameron wrote: >On Sun, 15 Jul 2018 16:44:24 -0400 >William Breathitt Gray wrote: > >> Changes in v8: >> - Add counter_enum.h file >> - Simplify COUNTER Kconfig option help text >> - Rename generic-counter.c to the more straightforward counter.

Re: [PATCH v8 00/11] Introduce the Counter subsystem

2018-07-21 Thread Jonathan Cameron
On Sun, 15 Jul 2018 16:44:24 -0400 William Breathitt Gray wrote: > Changes in v8: > - Add counter_enum.h file > - Simplify COUNTER Kconfig option help text > - Rename generic-counter.c to the more straightforward counter.c > - Update copyright and license boilerplate (use recommended SPDX lin

[PATCH v8 00/11] Introduce the Counter subsystem

2018-07-15 Thread William Breathitt Gray
Changes in v8: - Add counter_enum.h file - Simplify COUNTER Kconfig option help text - Rename generic-counter.c to the more straightforward counter.c - Update copyright and license boilerplate (use recommended SPDX line) - Replace EXPORT_SYMBOL lines with respective EXPORT_SYMBOL_GPL lines -