summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-08-17iio: adc: ad7768-1: Remove logically dead codeChandra Mohan Sundar1-2/+0
2025-08-17iio: imu: inv_icm42600: use min() to improve codeQianfeng Rong1-14/+5
2025-08-16iio: light: Simple conversions to iio_push_to_buffers_with_ts()Jonathan Cameron9-15/+18
2025-08-16iio: light: vl6180: Use iio_push_to_buffers_with_ts() to allow source size ru...Jonathan Cameron1-7/+7
2025-08-16iio: light: vcnl4000: Use a structure to make buffer arrangement explicit.Jonathan Cameron1-3/+6
2025-08-16iio: light: tcs3472: Use iio_push_to_buffers_with_ts() to allow source size r...Jonathan Cameron1-7/+7
2025-08-16iio: light: tcs3414: Use iio_push_to_buffers_with_ts() to allow source size r...Jonathan Cameron1-7/+8
2025-08-16iio: light: st_uvis25: Use iio_push_to_buffers_with_ts() to allow source size...Jonathan Cameron2-8/+9
2025-08-16iio: light: max44000: Use iio_push_to_buffers_with_ts() to allow source size ...Jonathan Cameron1-9/+9
2025-08-16iio: light: isl29125: Use iio_push_to_buffers_with_ts() to allow source size ...Jonathan Cameron1-7/+7
2025-08-16iio: light: adjd_s311: Use iio_push_to_buffers_with_ts() to allow source size...Jonathan Cameron1-6/+6
2025-08-16iio: light: acpi-als: Use iio_push_to_buffers_with_ts() to allow runtime sour...Jonathan Cameron1-1/+1
2025-08-16iio: light: acpi-als: Use a structure for layout of data to push to buffer.Jonathan Cameron1-13/+6
2025-08-16iio: light: as73211: Ensure buffer holes are zeroedJonathan Cameron1-1/+1
2025-08-16iio: adc: rzg2l_adc: Set driver data before enabling runtime PMClaudiu Beznea1-2/+2
2025-08-16iio: adc: rzg2l: Cleanup suspend/resume pathClaudiu Beznea1-21/+8
2025-08-16iio: dac: ad5791: drop unused member of struct ad5791_stateNuno Sá1-4/+0
2025-08-16iio: st_lsm6dsx: Replace scnprintf() with sysfs_emit()Akshay Bansod1-7/+7
2025-08-16iio: adc: ad7380: fix missing max_conversion_rate_hz on adaq4381-4David Lechner1-0/+1
2025-08-16iio: adc: imx93_adc: load calibrated values even calibration failedHaibo Chen1-3/+15
2025-08-16iio: adc: imx93_adc: keep one style of the hex valuesHaibo Chen1-2/+2
2025-08-16iio: iio_format_list() should set stride=1 for IIO_VAL_CHARBen Collins1-0/+1
2025-08-16iio: adc: ti-tsc2046: use us_to_ktime() where appropriateXichao Zhao1-4/+2
2025-08-16iio: light: ltr390: Add device powerdown functionality via devm apiAkshay Jindal1-1/+20
2025-08-16iio: health: afe4404: Do not store dev pointer in device structAndrew Davis1-24/+22
2025-08-16iio: health: afe4403: Do not store dev pointer in device structAndrew Davis1-24/+22
2025-08-16iio: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2025-08-16iio: adc: bd79124: Add GPIOLIB dependencyMatti Vaittinen1-1/+1
2025-08-16iio: adc: ad7476: Support ROHM BD79105Matti Vaittinen1-0/+39
2025-08-16iio: adc: ad7476: Conditionally call convstartMatti Vaittinen1-2/+7
2025-08-16iio: adc: ad7476: Drop convstart chan_specMatti Vaittinen1-12/+19
2025-08-16iio: adc: ad7476: use *_cansleep GPIO APIsMatti Vaittinen1-2/+2
2025-08-16iio: adc: ad7476: Use correct channel for bit infoMatti Vaittinen1-3/+3
2025-08-16iio: adc: ad7476: Use mV for internal referenceMatti Vaittinen1-6/+6
2025-08-16iio: adc: ad7476: Simplify scale handlingMatti Vaittinen1-63/+21
2025-08-16iio: adc: ad7476: Simplify chip type detectionMatti Vaittinen1-150/+146
2025-08-16iio: light: add support for veml6046x00 RGBIR color sensorAndreas Klinger3-0/+1044
2025-08-16iio: Remove error prints for devm_add_action_or_reset()Waqar Hameed19-36/+21
2025-08-16iio: adc: ad799x: add reference voltage to ad7994Stefano Manni1-0/+1
2025-08-16iio: adc: ad799x: add reference voltage capability to chip_infoStefano Manni1-17/+12
2025-08-16iio: imu: adis16475: remove extra lineNuno Sá1-1/+0
2025-08-16iio: accel: adxl345: extend inactivity time for less than 1sLothar Rubusch1-62/+138
2025-08-16iio: accel: adxl345: add coupling detection for activity/inactivityLothar Rubusch1-14/+240
2025-08-16iio: accel: adxl345: add inactivity featureLothar Rubusch1-4/+237
2025-08-16iio: accel: adxl345: add activity event featureLothar Rubusch1-2/+238
2025-08-16iio: accel: adxl345: simplify tap suppress bitLothar Rubusch1-6/+3
2025-08-16iio: light: ltr390: Add debugfs register access supportAkshay Jindal1-0/+52
2025-08-16iio: buffer: buffer-cb: drop double initialization of demux listNuno Sá1-1/+0
2025-08-16iio: adc: ad7173: add SPI offload supportDavid Lechner1-0/+14
2025-08-16iio: adc: ti-adc12138: Simplify with devm_clk_get_enabled()Krzysztof Kozlowski1-19/+11