summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-07iio: imu: inv_icm42600: fix timestamps after suspend if sensor is onJean-Baptiste Maneyrol1-1/+6
2024-12-07iio: imu: inv_icm42600: fix spi burst write not supportedJean-Baptiste Maneyrol3-1/+18
2024-12-07iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song1-1/+8
2024-12-07iio: test : check null return of kunit_kmalloc in iio_rescale_test_scalePei Xiao1-0/+4
2024-12-07iio: adc: ad7124: Disable all channels at probe timeUwe Kleine-König1-0/+3
2024-12-07iio: dac: ad5686: fix struct name in doc commentDavid Lechner1-1/+1
2024-12-07iio: dac: ad5624r: fix struct name in doc commentDavid Lechner1-1/+1
2024-12-07iio: accel: fxls8962af: add fxls8967af supportHan Xu3-0/+9
2024-12-07iio: accel: fxls8962af: add fxls8974cf supportHaibo Chen3-0/+9
2024-12-07iio: invensense: Prevent possible integer overflow while multiplicationKaran Sanghavi1-2/+2
2024-12-07iio: dac: mcp4725: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-1/+1
2024-12-07iio: adc: ad7173: remove unused fieldDavid Lechner1-2/+0
2024-12-07iio: imu: lsm6dsx: Use i3cdev_to_dev to get device pointerGuenter Roeck1-3/+3
2024-12-07iio: imu: adis16480: add devices to adis16480 driverDarius Berghe1-0/+75
2024-12-06iio: magnetometer: yas530: use signed integer type for clamp limitsJakob Hauser1-6/+7
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra218-470/+470
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds248-2936/+12229