summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-03-13iio: adc: ad7606: fix wrong scale availableAngelo Dureghello1-1/+1
2025-03-13iio: hid-sensor-prox: Split difference from multiple channelsRicardo Ribalda1-3/+4
2025-03-13iio: adc: at91-sama5d2_adc: fix sama7g5 realbits valueNayab Sayed1-28/+40
2025-03-13iio: adc: ad7192: fix channel selectMarkus Burri1-1/+1
2025-03-13iio: dac: ad3552r: clear reset status flagAngelo Dureghello1-0/+6
2025-03-13iio: light: apds9306: fix max_scale_nano valuesJavier Carrasco1-2/+2
2025-03-13iio: filter: admv8818: Force initialization of SDOSam Winchenbach1-10/+4
2025-02-17iio: light: as73211: fix channel handling in only-color triggered bufferJavier Carrasco1-4/+20
2025-02-17iio: dac: ad3552r-hs: clear reset status flagAngelo Dureghello1-0/+6
2025-02-17iio: dac: ad3552r-common: fix ad3541/2r rangesAngelo Dureghello2-8/+5
2025-02-17iio: chemical: bme680: Fix uninitialized variable in __bme680_read_raw()Dan Carpenter1-2/+2
2024-12-16Merge tag 'iio-fixes-for-6.13a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman24-56/+156
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: 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: 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-05iio: 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
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2024-11-11iio: magnetometer: fix if () scoped_guard() formattingStephen Rothwell1-1/+2
2024-11-09Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman137-2151/+7503
2024-11-09iio: adc: ad7380: add support for adaq4370-4 and adaq4380-4Julien Stephan1-4/+126
2024-11-09iio: adc: ad7380: use local dev variable to shorten long linesJulien Stephan1-17/+16
2024-11-09iio: adc: ad7380: fix oversampling formulaJulien Stephan1-3/+12
2024-11-09Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEADJonathan Cameron5-62/+84
2024-11-08Merge tag 'iio-fixes-for-6.12c' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman12-16/+16
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman5-62/+84
2024-11-03iio: chemical: bme680: Add support for preheat currentVasileios Amoiridis2-0/+42