Re: [PATCH v2] iio: documentation: light: Add as73211 sysfs documentation

2020-08-16 Thread Jonathan Cameron
On Mon, 10 Aug 2020 07:24:47 +0200 Christian Eggers wrote: > The driver for the as73211 light sensor provides the following not yet > documented sysfs entries: > - in_intensity_(x|y|z)_raw > - in_intensity_(x|y|z)_scale > - in_intensity_sampling_frequency(_available) > - in_intensity_hardwaregain

[PATCH v2] iio: documentation: light: Add as73211 sysfs documentation

2020-08-09 Thread Christian Eggers
The driver for the as73211 light sensor provides the following not yet documented sysfs entries: - in_intensity_(x|y|z)_raw - in_intensity_(x|y|z)_scale - in_intensity_sampling_frequency(_available) - in_intensity_hardwaregain(_available) - in_intensity_integration_time Signed-off-by: Christian Eg