summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-05-21iio: dac: ad3530r: Add driver for AD3530R and AD3531RKim Seer Paller3-0/+529
2025-05-21iio: adc: ad7606: explicit timestamp alignmentDavid Lechner1-5/+8
2025-05-21iio: adc: ad7606_spi: add offload scan mask checkDavid Lechner1-0/+29
2025-05-21iio: dac: ad7293: add adc reference configurationAntoniu Miclaus1-0/+13
2025-05-21iio: adc: ad7091r-base: Remove duplicate code on volatile reg checkArthur Pilone1-7/+2
2025-05-21iio: pressure: bmp280: drop sensor_data arrayDavid Lechner2-58/+52
2025-05-21iio: chemical: Add support for Winsen MHZ19B CO2 sensorGyeyoung Baek3-0/+327
2025-05-21iio: accel: kxcjk-1013: Deduplicate setup interrupt functionsGustavo Vaz1-70/+17
2025-05-21iio: cros_ec_sensors: Flush when changing the FIFO timeoutGwendal Grignou1-17/+31
2025-05-21iio: light: zopt2201: Remove code duplication in scale write functionsBeatriz Viana Costa1-30/+12
2025-05-21iio: adc: PAC1934: fix typo in documentation linkMarius Cristea1-1/+1
2025-05-21iio: adc: stm32: add oversampling supportOlivier Moysan2-0/+167
2025-05-21iio: orientation: hid-sensor-rotation: remove unnecessary alignmentDavid Lechner1-1/+1
2025-05-21iio: adc: hx711: use struct with aligned_s64 timestampDavid Lechner1-4/+7
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: dac: ad5592r: Delete stray unlock in ad5592r_write_raw()Dan Carpenter1-3/+1
2025-05-21iio: addac: ad74413r: use aligned_s64 for timestampDavid Lechner1-2/+3
2025-05-21iio: adc: mt6360-adc: use aligned_s64 for timestampDavid Lechner1-2/+2
2025-05-21iio: magnetometer: Use iio_push_to_buffers_with_ts() to provide length for ru...Jonathan Cameron10-18/+18
2025-05-21iio: pressure: Use iio_push_to_buffers_with_ts() to provide length for runtim...Jonathan Cameron6-19/+26
2025-05-21iio: pressure: zpa2326: Use aligned_s64 for the timestampJonathan Cameron1-1/+1
2025-05-21iio: proximity: Use iio_push_to_buffers_with_ts() to provide length for runti...Jonathan Cameron7-14/+15
2025-05-21iio: proximity: irsd200: Use a struct for scan and iio_push_to_buffers_with_ts()Jonathan Cameron1-4/+8
2025-05-21iio: resolver: Use iio_push_to_buffers_with_ts() to provide length for runtim...Jonathan Cameron1-1/+2
2025-05-21iio: temperature: Use iio_push_to_buffers_with_ts() to provide length for run...Jonathan Cameron3-6/+8
2025-05-21iio: chemical: Use iio_push_to_buffers_with_ts() to provide length for runtim...Jonathan Cameron8-14/+17
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-21iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime che...Jonathan Cameron34-63/+71
2025-05-21iio: adc: ti-ads131e08: Use new iio_push_to_buffers_with_ts() to provide leng...Jonathan Cameron1-2/+2
2025-05-21iio: dummy: Switch to iio_push_to_buffers_with_ts() and provide size of storageJonathan Cameron1-2/+2
2025-05-21iio: dummy: Use a fixed structure to build up scan to push to buffers.Jonathan Cameron1-7/+18
2025-05-16iio: Switch to irq_domain_create_simple()Jiri Slaby (SUSE)1-3/+4
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-05-15iio: adc: ad7944: mask high bits on direct readDavid Lechner1-0/+2
2025-05-11iio: adc: ad4851: fix ad4858 chan pointer handlingAntoniu Miclaus1-7/+7
2025-05-07iio: imu: inv_icm42600: Fix temperature calculationSean Nyekjaer1-3/+5
2025-05-07iio: dac: adi-axi-dac: fix bus readAngelo Dureghello1-0/+8
2025-05-04iio: adc: ad7606_spi: fix reg write value maskDavid Lechner1-1/+1
2025-05-04iio: adc: ad7606: fix raw read for 18-bit chipsDavid Lechner1-11/+10
2025-05-04iio: adc: ad7173: fix compiling without gpiolibDavid Lechner2-16/+4
2025-05-01Merge tag 'iio-fixes-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman24-72/+103
2025-04-22iio: normalize array sentinel styleDavid Lechner280-463/+463
2025-04-22iio: adc: ad7768-1: Move buffer allocation to a separate functionSergiu Cuciurean1-18/+26
2025-04-22iio: adc: ad7768-1: Add reset gpioSergiu Cuciurean1-12/+24
2025-04-22iio: adc: ad7768-1: convert driver to use regmapJonathan Santos2-51/+110