Re: [PATCH v5 0/5] Introduce the Counter character device interface

2020-10-18 Thread William Breathitt Gray
On Mon, Oct 12, 2020 at 07:35:11PM -0500, David Lechner wrote: > On 9/26/20 9:18 PM, William Breathitt Gray wrote: > > The following are some questions I have about this patchset: > > > > 1. Should standard Counter component data types be defined as u8 or u32? > > > > Many standard Counter

Re: [PATCH v5 0/5] Introduce the Counter character device interface

2020-10-12 Thread David Lechner
On 9/26/20 9:18 PM, William Breathitt Gray wrote: The following are some questions I have about this patchset: 1. Should standard Counter component data types be defined as u8 or u32? Many standard Counter component types such COUNTER_COMP_SIGNAL_LEVEL have standard values defined

[PATCH v5 0/5] Introduce the Counter character device interface

2020-09-26 Thread William Breathitt Gray
Changes in v5: - Fixed typographical errors in documentation and comments - Updated flow charts in documentation for clarity - Moved uapi header to be part of the character device intro patch - Fix git squash mistake in 104-quad-8.c; remove redundant changes - Fix git merge mistake in