summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-6.13a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-12-1624-56/+156
|\
| * iio: adc: ti-ads1119: fix sample size in scan struct for triggered bufferJavier Carrasco2024-12-081-1/+1
| * iio: temperature: tmp006: fix information leak in triggered bufferJavier Carrasco2024-12-081-0/+2
| * iio: inkern: call iio_device_put() only on mapped devicesJoe Hattori2024-12-081-1/+1
| * iio: adc: ad9467: Fix the "don't allow reading vref if not available" caseChristophe JAILLET2024-12-071-3/+12
| * iio: adc: at91: call input_free_device() on allocated iio_devJoe Hattori2024-12-071-1/+1
| * iio: adc: ad7173: fix using shared static info structDavid Lechner2024-12-071-4/+6
| * iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam2024-12-071-2/+2
| * iio: adc: ti-ads1119: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| * iio: pressure: zpa2326: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| * iio: adc: rockchip_saradc: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| * iio: imu: kmx61: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| * iio: light: vcnl4035: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| * iio: light: bh1745: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| * iio: adc: ti-ads8688: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| * iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| * iio: test: Fix GTS test configMatti Vaittinen2024-12-071-1/+1
| * iio: adc: ti-ads1298: Add NULL check in ads1298_initCharles Han2024-12-071-0/+2
| * iio: adc: stm32-dfsdm: handle label as an optional propertyOlivier Moysan2024-12-071-5/+8
| * iio: adc: ad4695: fix buffered read, single sample timingsTrevor Gamblin2024-12-071-31/+69
| * iio: imu: inv_icm42600: fix timestamps after suspend if sensor is onJean-Baptiste Maneyrol2024-12-071-1/+6
| * iio: imu: inv_icm42600: fix spi burst write not supportedJean-Baptiste Maneyrol2024-12-073-1/+18
| * iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song2024-12-071-1/+8
| * iio: test : check null return of kunit_kmalloc in iio_rescale_test_scalePei Xiao2024-12-071-0/+4
| * iio: adc: ad7124: Disable all channels at probe timeUwe Kleine-König2024-12-071-0/+3
* | Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds2024-12-081-6/+7
|\ \ | |/ |/|
| * iio: magnetometer: yas530: use signed integer type for clamp limitsJakob Hauser2024-12-061-6/+7
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-02218-470/+470
|/
* Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-29248-2936/+12229
|\
| * Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-11-09137-2151/+7503
| |\
| | * iio: adc: ad7380: add support for adaq4370-4 and adaq4380-4Julien Stephan2024-11-091-4/+126
| | * iio: adc: ad7380: use local dev variable to shorten long linesJulien Stephan2024-11-091-17/+16
| | * iio: adc: ad7380: fix oversampling formulaJulien Stephan2024-11-091-3/+12
| | * Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEADJonathan Cameron2024-11-095-62/+84
| | |\
| | * | iio: chemical: bme680: Add support for preheat currentVasileios Amoiridis2024-11-032-0/+42
| | * | iio: chemical: bme680: Add triggered buffer supportVasileios Amoiridis2024-11-033-1/+139
| | * | iio: chemical: bme680: Add SCALE and RAW channelsVasileios Amoiridis2024-11-031-0/+51
| | * | iio: chemical: bme680: refactorize set_mode() modeVasileios Amoiridis2024-11-032-19/+14
| | * | iio: accel: mma9553: use specialized event code macrosDavid Lechner2024-11-031-13/+11
| | * | iio: dummy: use specialized event code macrosDavid Lechner2024-11-031-16/+14
| | * | iio: adc: ad7280a: use IIO_DIFF_EVENT_CODE macro helperJulien Stephan2024-11-031-8/+6
| | * | iio: magnetometer: add Allegro MicroSystems ALS31300 3-D Linear Hall Effect d...Neil Armstrong2024-11-033-0/+508
| | * | iio: light: apds9960: remove useless returnJulien Stephan2024-11-031-2/+0
| | * | iio: light: apds9960: convert als_int and pxs_int to boolJulien Stephan2024-11-031-2/+2
| | * | iio: light: apds9306: simplifies if branch in apds9306_write_event_configJulien Stephan2024-11-031-4/+1
| | * | iio: light: apds9300: use bool for event stateJulien Stephan2024-11-031-9/+9
| | * | iio: imu: st_lsm6dsx: use bool for event stateJulien Stephan2024-11-031-1/+1
| | * | iio: imu: bmi323: use bool for event stateJulien Stephan2024-11-031-4/+4
| | * | iio: accel: sca3000: use bool for event stateJulien Stephan2024-11-031-2/+2
| | * | iio: accel: mma9551: use bool for event stateJulien Stephan2024-11-031-3/+3