aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-25iio: magnetometer: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus6-18/+4
2025-08-25iio: light: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus13-63/+20
2025-08-25iio: imu: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus7-23/+2
2025-08-25iio: gyro: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus4-9/+1
2025-08-25iio: common: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-08-25iio: chemical: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus2-5/+0
2025-08-25iio: adc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus12-40/+6
2025-08-25iio: accel: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus8-30/+6
2025-08-25iio: adc: ad7768-1: use devm_regulator_get_enable_read_voltage()Jonathan Santos1-27/+8
2025-08-25iio: temperature: Drop unnecessary -ENOMEM messagesDixit Parmar1-3/+1
2025-08-25iio: proximity: Drop unnecessary -ENOMEM messagesDixit Parmar2-6/+2
2025-08-25iio: pressure: Drop unnecessary -ENOMEM messagesDixit Parmar1-3/+1
2025-08-25iio: potentiostat: Drop unnecessary -ENOMEM messagesDixit Parmar1-3/+1
2025-08-25iio: light: Drop unnecessary -ENOMEM messagesDixit Parmar1-3/+1
2025-08-25iio: humidity: Drop unnecessary -ENOMEM messagesDixit Parmar2-6/+2
2025-08-25iio: health: Drop unnecessary -ENOMEM messagesDixit Parmar2-6/+2
2025-08-25iio: dac: Drop unnecessary -ENOMEM messagesDixit Parmar4-12/+4
2025-08-25iio: adc: Drop unnecessary -ENOMEM messagesDixit Parmar18-61/+24
2025-08-25iio: accel: Drop unnecessary -ENOMEM messagesDixit Parmar8-24/+8
2025-08-25iio: xilinx-ams: Fix AMS_ALARM_THR_DIRECT_MASKSean Anderson1-1/+1
2025-08-25iio: xilinx-ams: Unmask interrupts after updating alarmsSean Anderson1-20/+25
2025-08-25iio: core: switch info_mask fields to unsigned long to match find_bit helpersJunjie Cao1-2/+2
2025-08-25iio: imu: bmi270: Match PNP ID found on newer GPD firmwareCryolitia PukNgae1-0/+2
2025-08-25iio/adc/pac1934: fix channel disable configurationAleksandar Gerasimovski1-2/+18
2025-08-25iio: common: scmi_iio: use kcalloc() instead of kzalloc()Qianfeng Rong1-5/+5
2025-08-25iio: mcp9600: Add support for thermocouple-typeBen Collins1-1/+70
2025-08-25iio: mcp9600: Recognize chip id for mcp9601Ben Collins2-19/+57
2025-08-25iio: mcp9600: White space and fixed width cleanupBen Collins1-7/+7
2025-08-25iio: temperature: mlx90635: Remove dev_err_probe() if error is -ENOMEMXichao Zhao1-1/+1
2025-08-25iio: proximity: Remove dev_err_probe() if error is -ENOMEMXichao Zhao3-8/+4
2025-08-25iio: light: Remove dev_err_probe() if error is -ENOMEMXichao Zhao2-3/+2
2025-08-25iio: imu: bmi323: Remove dev_err_probe() if error is -ENOMEMXichao Zhao1-2/+1
2025-08-25iio: chemical: Remove dev_err_probe() if error is -ENOMEMXichao Zhao2-3/+2
2025-08-25iio: adc: Remove dev_err_probe() if error is -ENOMEMXichao Zhao9-16/+10
2025-08-25iio: accel: msa311: Remove dev_err_probe() if error is -ENOMEMXichao Zhao1-5/+3
2025-08-25iio: proximity: vl53l0x-i2c: Fix error code in probe()Dan Carpenter1-6/+5
2025-08-18iio: adc: adc128s052: Support ROHM BD7910[0,1,2,3]Matti Vaittinen1-0/+36
2025-08-18iio: adc: adc128s052: Rename channel structsMatti Vaittinen1-17/+17
2025-08-18iio: adc: adc128s052: Simplify matching chip_dataMatti Vaittinen1-37/+41
2025-08-18iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()Salah Triki1-4/+5
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