summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-12-11iio: adc: rzg2l_adc: Simplify the runtime PM codeClaudiu Beznea1-78/+20
2024-12-11iio: adc: rzg2l_adc: Use devres helpers to request pre-deasserted reset controlsClaudiu Beznea1-31/+4
2024-12-11iio: adc: rzg2l_adc: Convert dev_err() to dev_err_probe()Claudiu Beznea1-46/+32
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds1-6/+7
2024-12-08iio: kx022a: document new chip_info structure membersMatti Vaittinen1-0/+8
2024-12-08iio: adc: ti-ads1119: fix sample size in scan struct for triggered bufferJavier Carrasco1-1/+1
2024-12-08iio: temperature: tmp006: fix information leak in triggered bufferJavier Carrasco1-0/+2
2024-12-08iio: inkern: call iio_device_put() only on mapped devicesJoe Hattori1-1/+1
2024-12-07iio: adc: ad9467: Fix the "don't allow reading vref if not available" caseChristophe JAILLET1-3/+12
2024-12-07iio: proximity: aw96103: Constify struct iio_info​Christophe JAILLET1-1/+1
2024-12-07iio: light: veml6030: add support for triggered bufferJavier Carrasco2-0/+78
2024-12-07iio: trigger: stm32-timer-trigger: Add check for clk_enable()Jiasheng Jiang1-19/+29
2024-12-07iio: adc: vf610_adc: limit i.MX6SX's channel number to 4Frank Li1-2/+18
2024-12-07iio: adc: vf610_adc: use devm_* and dev_err_probe() to simple codeFrank Li1-53/+25
2024-12-07iio: accel: kx022a: Support KX134-1211Matti Vaittinen4-0/+35
2024-12-07iio: kx022a: Support ROHM KX134ACR-LBZMatti Vaittinen4-0/+42
2024-12-07iio: accel: kx022a: Support ICs with different G-rangesMatti Vaittinen2-11/+23
2024-12-07iio: accel: kx022a: Use cleanup.h helpersMatti Vaittinen1-38/+23
2024-12-07iio: light: Drop BU27008 and BU27010Matti Vaittinen3-1652/+0
2024-12-07iio: gyro: Add support for iam20380 sensorHan Xu4-0/+38
2024-12-07iio: buffer-dmaengine: document iio_dmaengine_buffer_setup_extDavid Lechner1-2/+17
2024-12-07iio: light: cm3232: Reset before reading HW IDCibil Pankiras1-9/+9
2024-12-07iio: adc: ad4695: move dt-bindings headerDavid Lechner1-1/+1
2024-12-07iio: bm1390: simplify using guard(mutex)Matti Vaittinen1-48/+30
2024-12-07iio: bu27034: simplify using guard(mutex)Matti Vaittinen1-48/+25
2024-12-07iio: accel: kx022a: Improve reset delayMatti Vaittinen1-3/+8
2024-12-07iio: adc: pac1921: Add ACPI support to Microchip pac1921Victor Duicu1-6/+87
2024-12-07iio: dac: Fix converters spelling typo.Karan Sanghavi1-1/+1
2024-12-07iio: dac: max5821: use devm_regulator_get_enable_read_voltage()David Lechner1-32/+4
2024-12-07iio: dac: ltc2688: use devm_regulator_get_enable_read_voltage()David Lechner1-34/+10
2024-12-07iio: dac ltc2632: drop driver remove functionDavid Lechner1-10/+1
2024-12-07iio: dac: ltc2632: use devm_regulator_get_enable_read_voltage()David Lechner1-40/+18
2024-12-07iio: dac ad8801: drop driver remove functionDavid Lechner1-10/+1
2024-12-07iio: dac: ad8801: use devm_regulator_get_enable_read_voltage()David Lechner1-58/+12
2024-12-07iio: dac: ad5686: use devm_regulator_get_enable_read_voltage()David Lechner4-63/+15
2024-12-07iio: adc: at91: call input_free_device() on allocated iio_devJoe Hattori1-1/+1
2024-12-07iio: adc: ad7173: fix using shared static info structDavid Lechner1-4/+6
2024-12-07iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam1-2/+2
2024-12-07iio: adc: ti-ads1119: fix information leak in triggered bufferJavier Carrasco1-0/+2
2024-12-07iio: pressure: zpa2326: fix information leak in triggered bufferJavier Carrasco1-0/+2
2024-12-07iio: adc: rockchip_saradc: fix information leak in triggered bufferJavier Carrasco1-0/+2
2024-12-07iio: imu: kmx61: fix information leak in triggered bufferJavier Carrasco1-1/+1
2024-12-07iio: light: vcnl4035: fix information leak in triggered bufferJavier Carrasco1-1/+1
2024-12-07iio: light: bh1745: fix information leak in triggered bufferJavier Carrasco1-0/+2
2024-12-07iio: adc: ti-ads8688: fix information leak in triggered bufferJavier Carrasco1-1/+1
2024-12-07iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered bufferJavier Carrasco1-1/+1
2024-12-07iio: test: Fix GTS test configMatti Vaittinen1-1/+1
2024-12-07iio: adc: ti-ads1298: Add NULL check in ads1298_initCharles Han1-0/+2
2024-12-07iio: adc: stm32-dfsdm: handle label as an optional propertyOlivier Moysan1-5/+8
2024-12-07iio: adc: ad4695: fix buffered read, single sample timingsTrevor Gamblin1-31/+69