aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/adxl372.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-2/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-2/+0
2020-11-21iio: accel: adxl372: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean1-6/+5
2020-09-03iio: accel: adxl372: Add support for FIFO peak modeStefan Popa1-12/+299
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-15/+5
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-03-08iio: accel: adxl372: Set iio_chan BEAlexandru Tachici1-0/+1
2019-10-09iio: accel: adxl372: Perform a reset at start upStefan Popa1-0/+8
2019-10-09iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa1-2/+1
2019-10-09iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa1-3/+8
2019-06-17iio: adxl372: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean1-11/+16
2018-09-08iio: adxl372: Add support for I2C communicationStefan Popa1-1/+0
2018-09-08iio: adxl372: Refactor the driverStefan Popa1-48/+25
2018-08-25iio:adxl372: Add filter bandwidth supportStefan Popa1-2/+36
2018-08-25iio:adxl372: Add sampling frequency supportStefan Popa1-1/+73
2018-08-25iio: adxl372: Provide validate_trigger and validate_device callbacksStefan Popa1-0/+13
2018-08-19iio:adxl372: Add FIFO and interrupts supportStefan Popa1-1/+356
2018-08-19iio: adxl372: New driver for Analog Devices ADXL372 AccelerometerStefan Popa1-0/+525