On Mon, 28 Dec 2020 17:52:57 -0800 Gwendal Grignou <gwendal@xxxxxxxxxxxx> wrote: > Some devices (chromebooks) present the ACPI ALS device but do not have > ability to notify when a new sample is present. > Add support for software trigger (hrtimer/sysfs-trigger) to allow > retrieving samples using iio buffers. > > The first path fully adds timestamp channel, the second adds a local > variable in probe routine and the last one adds trigger support. > > This patch assumes the patch "iio: set default trig->dev.parent" is > applied. I'm asking for a rebase of that series. Otherwise this looks good to me Thanks, Jonathan > > > Gwendal Grignou (3): > iio: acpi_als: Add timestamp channel > iio: acpi_als: Add local variable dev in probe > iio: acpi_als: Add trigger support > > drivers/iio/light/acpi-als.c | 121 +++++++++++++++++++++++------------ > 1 file changed, 81 insertions(+), 40 deletions(-) >