summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/adxl367.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Don't silently expect attribute typesMatti Vaittinen2022-11-231-5/+5
* iio: adxl367: Use IIO_STATIC_CONST_DEVICE_ATTR()Matti Vaittinen2022-11-231-16/+3
* iio: accel: adxl367: Use devm_regulator_bulk_get_enable()Jonathan Cameron2022-11-231-24/+4
* iio: adxl367: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: accel: adxl367: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* iio: accel: adxl367: do not update FIFO watermark on scan mode updateCosmin Tanislav2022-06-111-37/+9
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-101-1/+0
* iio: accel: adxl367: Fix handled initialization in adxl367_irq_handler()Nathan Chancellor2022-02-261-1/+1
* iio: accel: adxl367: unlock on error in adxl367_buffer_predisable()Dan Carpenter2022-02-261-1/+1
* iio: accel: add ADXL367 driverCosmin Tanislav2022-02-211-0/+1588