summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman40-210/+656
2025-05-21iio: accel: sca3300: use IIO_DECLARE_BUFFER_WITH_TSDavid Lechner1-16/+2
2025-05-21iio: accel: kxcjk-1013: Deduplicate setup interrupt functionsGustavo Vaz1-70/+17
2025-05-21iio: accel: adxl345: set the tap suppress bit permanentlyLothar Rubusch1-0/+14
2025-05-21iio: accel: adxl345: add double tap featureLothar Rubusch1-1/+103
2025-05-21iio: accel: adxl345: add single tap featureLothar Rubusch1-3/+369
2025-05-21iio: accel: adxl345: introduce adxl345_push_event functionLothar Rubusch1-9/+19
2025-05-21iio: accel: hid: Use iio_push_to_buffers_with_ts() to provide length for runt...Jonathan Cameron1-1/+1
2025-05-21iio: accel: Use iio_push_to_buffers_with_ts() to provide length for runtime c...Jonathan Cameron14-28/+31
2025-05-15iio: accel: fxls8962af: Fix temperature scan element signSean Nyekjaer1-0/+1
2025-05-15iio: accel: fxls8962af: Fix temperature calculationSean Nyekjaer1-2/+12
2025-04-22iio: normalize array sentinel styleDavid Lechner28-48/+48
2025-04-22iio: accel: adxl345: cleanup regmap return valuesLothar Rubusch1-12/+12
2025-04-22iio: accel: adxl345: move INT enable to regmap cacheLothar Rubusch1-17/+9
2025-04-22iio: accel: adxl345: use regmap cache for INT mappingLothar Rubusch4-23/+49
2025-04-21iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi1-2/+2
2025-04-18iio: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64Jonathan Cameron1-1/+1
2025-04-12iio: accel: fxls8962af: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-2/+5
2025-04-07iio: accel: adxl367: fix setting odr for activity time updateLothar Rubusch1-7/+3
2025-03-04iio: accel: adxl345: reorganize irq handlerLothar Rubusch2-21/+7
2025-03-04iio: accel: adxl345: add debug register accessLothar Rubusch1-0/+11
2025-03-04iio: accel: adxl345: reorganize measurement enableLothar Rubusch1-20/+20
2025-03-04iio: accel: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron5-27/+22
2025-03-04iio: accel: msa311: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-10/+8
2025-03-04iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fa...Jonathan Cameron1-11/+15
2025-03-04iio: accel: kx022a: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-8/+6
2025-03-04iio: accel: kx022a: Factor out guts of write_raw() to allow direct returnsJonathan Cameron1-31/+35
2025-03-04iio: accel: mma8452: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-8/+6
2025-03-04iio: accel: mma8452: Factor out guts of write_raw() to simplify lockingJonathan Cameron1-41/+37
2025-03-04iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron1-3/+7
2025-02-17iio: accel: adxl367: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-88/+106
2025-02-16iio: accel: kx022a: convert to use maple tree register cacheBo Liu1-2/+2
2025-02-16iio: accel: bmi088: convert to use maple tree register cacheBo Liu1-1/+1
2025-02-16iio: accel: bma400: convert to use maple tree register cacheBo Liu1-1/+1
2025-02-16iio: accel: msa311: convert to use maple tree register cacheBo Liu1-1/+1
2025-02-03iio: accel: mc3230: add mc3510c supportVasiliy Doylov1-0/+10
2025-02-03iio: accel: mc3230: add multiple devices supportVasiliy Doylov1-14/+38
2025-02-03iio: accel: mc3230: add OF match tableVasiliy Doylov1-0/+7
2025-02-03iio: accel: mc3230: add mount matrix supportVasiliy Doylov1-4/+24
2025-01-04iio: accel: adxl345: complete the list of definesLothar Rubusch1-6/+48
2025-01-04iio: accel: adxl345: add FIFO with watermark eventsLothar Rubusch2-11/+323
2025-01-04iio: accel: adxl345: initialize FIFO delay value for SPILothar Rubusch4-3/+18
2025-01-04iio: accel: adxl345: introduce interrupt handlingLothar Rubusch1-0/+16
2024-12-28iio: accel: bma220: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1
2024-12-28iio: accel: adxl345: add function to switch measuring modeLothar Rubusch1-12/+29
2024-12-11iio: accel: adxl345: rename variable data to stLothar Rubusch1-22/+22
2024-12-11iio: accel: adxl345: refrase comment on probeLothar Rubusch1-2/+1
2024-12-08iio: kx022a: document new chip_info structure membersMatti Vaittinen1-0/+8
2024-12-07iio: accel: kx022a: Support KX134-1211Matti Vaittinen4-0/+35
2024-12-07iio: kx022a: Support ROHM KX134ACR-LBZMatti Vaittinen4-0/+42