On Tue, Jun 02, 2020 at 10:18:07AM -0500, David Lechner wrote:
> On 5/31/20 12:14 PM, William Breathitt Gray wrote:
> > Yielding the following /dev/counter0 memory layout:
> >
> > ++-++---+
> > | Byte 0 | Byte 1 - Byte 8 | Byte 9 | By
On 5/31/20 12:14 PM, William Breathitt Gray wrote:
Yielding the following /dev/counter0 memory layout:
++-++---+
| Byte 0 | Byte 1 - Byte 8 | Byte 9 | Byte 10 - Byte 17 |
++-++
On Sun, 31 May 2020 13:14:06 -0400
William Breathitt Gray wrote:
> On Sun, May 31, 2020 at 04:18:13PM +0100, Jonathan Cameron wrote:
> > On Sun, 24 May 2020 13:54:39 -0400
> > William Breathitt Gray wrote:
> > > After giving this some more thought, I believe human-readable sysfs
> > > attribut
On Sun, May 31, 2020 at 04:18:13PM +0100, Jonathan Cameron wrote:
> On Sun, 24 May 2020 13:54:39 -0400
> William Breathitt Gray wrote:
> > After giving this some more thought, I believe human-readable sysfs
> > attributes are the way to go to support configuration of the character
> > device. I am
On Sun, 24 May 2020 13:54:39 -0400
William Breathitt Gray wrote:
> On Sun, May 24, 2020 at 05:25:42PM +0100, Jonathan Cameron wrote:
> >
> > ...
> >
> > > The following are some questions I have about this patchset:
> > >
> > > 1. Should the data format of the character device be configured
On Sun, May 24, 2020 at 05:25:42PM +0100, Jonathan Cameron wrote:
>
> ...
>
> > The following are some questions I have about this patchset:
> >
> > 1. Should the data format of the character device be configured via a
> >sysfs attribute?
> >
> >In this patchset, the first 196095 bytes
...
> The following are some questions I have about this patchset:
>
> 1. Should the data format of the character device be configured via a
>sysfs attribute?
>
>In this patchset, the first 196095 bytes of the character device are
>dedicated as a selection area to choose which Coun
Changes in v2:
- Use fixed-width data types to represent Counter data types
- Use union of function prototypes to store read/write callbacks
- Eliminate the counter-strings and counter-sysfs-callback files by
inlining relevant code
- Reimplement chrdev code to handle read/write calls instead
8 matches
Mail list logo