26 Mar, 2021

1 commit

  • Allow setting frequency below 1Hz or sub 1Hz precision.
    Useful for slow sensors like ALS.

    Test frequency is set properly:
    modprobe iio-trig-hrtimer && \
    mkdir /sys/kernel/config/iio/triggers/hrtimer/t1 && \
    cd /sys/bus/iio/devices/triggerX ;
    for i in 1 .1 .01 .001 ; do
    echo $i > sampling_frequency
    cat sampling_frequency
    done

    Signed-off-by: Gwendal Grignou
    Reviewed-by: Andy Shevchenko
    Link: https://lore.kernel.org/r/20210226014733.2108544-1-gwendal@chromium.org
    Signed-off-by: Jonathan Cameron

    Gwendal Grignou
     

12 Mar, 2021

1 commit

  • This line is part of the code snippet, so it has to be nested in order
    to be rendered correctly.

    Signed-off-by: Luca Ceresoli
    Link: https://lore.kernel.org/r/20210215143511.25471-2-luca@lucaceresoli.net
    Signed-off-by: Jonathan Cameron

    Luca Ceresoli
     

22 Jan, 2021

1 commit

  • There are two EP9312, one of them should be 9315

    Signed-off-by: Yanteng Si
    Link: https://lore.kernel.org/r/20210119030320.2860870-1-siyanteng@loongson.cn
    Signed-off-by: Jonathan Corbet

    Yanteng Si
     

10 Sep, 2020

1 commit

  • Rename function name to the actual name referenced in
    struct iio_sw_trigger_ops.

    Signed-off-by: Lars Poeschel
    Link: https://lore.kernel.org/r/20200904091911.269715-1-poeschel@lemonage.de
    Signed-off-by: Jonathan Corbet

    Lars Poeschel
     

05 May, 2020

1 commit

  • - Add a SPDX header;
    - Adjust document and section titles;
    - Use copyright symbol;
    - Some whitespace fixes and new line breaks;
    - Mark literal blocks as such;
    - Add it to filesystems/index.rst.

    Also, as this file is alone on its own dir, and it doesn't
    seem too likely that other documents will follow it, let's
    move it to the filesystems/ root documentation dir.

    Signed-off-by: Mauro Carvalho Chehab
    Link: https://lore.kernel.org/r/c2424ec2ad4d735751434ff7f52144c44aa02d5a.1588021877.git.mchehab+huawei@kernel.org
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     

15 Jul, 2019

1 commit


22 Jun, 2019

1 commit

  • Rename the iio documentation files to ReST, add an
    index for them and adjust in order to produce a nice html
    output via the Sphinx build system.

    At its new index.rst, let's add a :orphan: while this is not linked to
    the main index.rst file, in order to avoid build warnings.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Cameron

    Mauro Carvalho Chehab
     

26 Jul, 2017

1 commit


01 Oct, 2016

1 commit


04 Dec, 2015

1 commit