summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/adxl372.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Don't silently expect attribute typesMatti Vaittinen2022-11-231-5/+5
* iio: adxl372: Use IIO_STATIC_CONST_DEVICE_ATTR()Matti Vaittinen2022-11-231-16/+3
* iio: adxl372: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio:accel:adxl372: Move exports into IIO_ADXL372 namespaceJonathan Cameron2022-02-181-2/+2
* iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean2021-10-191-0/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+2
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-2/+0
* iio: accel: adxl372: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-6/+5
* iio: accel: adxl372: Add support for FIFO peak modeStefan Popa2020-09-031-12/+299
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-15/+5
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: accel: adxl372: Set iio_chan BEAlexandru Tachici2020-03-081-0/+1
* iio: accel: adxl372: Perform a reset at start upStefan Popa2019-10-091-0/+8
* iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa2019-10-091-2/+1
* iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa2019-10-091-3/+8
* iio: adxl372: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean2019-06-171-11/+16
* iio: adxl372: Add support for I2C communicationStefan Popa2018-09-081-1/+0
* iio: adxl372: Refactor the driverStefan Popa2018-09-081-48/+25
* iio:adxl372: Add filter bandwidth supportStefan Popa2018-08-251-2/+36
* iio:adxl372: Add sampling frequency supportStefan Popa2018-08-251-1/+73
* iio: adxl372: Provide validate_trigger and validate_device callbacksStefan Popa2018-08-251-0/+13
* iio:adxl372: Add FIFO and interrupts supportStefan Popa2018-08-191-1/+356
* iio: adxl372: New driver for Analog Devices ADXL372 AccelerometerStefan Popa2018-08-191-0/+525