aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2025-05-16iio: Switch to irq_domain_create_simple()Jiri Slaby (SUSE)1-3/+4
2025-05-01Merge tag 'iio-fixes-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linusGreg Kroah-Hartman24-72/+103
2025-04-21iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi1-2/+2
2025-04-21iio: adc: ad7606: fix serial register accessAngelo Dureghello1-1/+1
2025-04-21iio: pressure: mprls0025pa: use aligned_s64 for timestampDavid Lechner1-11/+6
2025-04-21iio: imu: adis16550: align buffers for timestampDavid Lechner1-1/+1
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds1-2/+2
2025-04-18iio: adc: ad7266: Fix potential timestamp alignment issue.Jonathan Cameron1-1/+1
2025-04-18iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron1-1/+1
2025-04-18iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron1-1/+1
2025-04-18iio: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64Jonathan Cameron1-1/+1
2025-04-18iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer.Jonathan Cameron1-1/+1
2025-04-18iio: chemical: pms7003: use aligned_s64 for timestampDavid Lechner1-2/+3
2025-04-18iio: chemical: sps30: use aligned_s64 for timestampDavid Lechner1-1/+1
2025-04-18iio: imu: inv_mpu6050: align buffer for timestampDavid Lechner1-1/+1
2025-04-12iio: imu: st_lsm6dsx: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-2/+5
2025-04-12iio: adc: qcom-spmi-iadc: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+3
2025-04-12iio: accel: fxls8962af: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-2/+5
2025-04-07iio: adc: ad7380: fix event threshold shiftDavid Lechner1-6/+19
2025-04-07iio: hid-sensor-prox: Fix incorrect OFFSET calculationZhang Lixu1-2/+1
2025-04-07iio: hid-sensor-prox: support multi-channel SCALE calculationZhang Lixu2-11/+17
2025-04-07iio: hid-sensor-prox: Restore lost scale assignmentsZhang Lixu1-0/+5
2025-04-07iio: adc: ad7606: check for NULL before calling sw_mode_config()David Lechner1-3/+8
2025-04-07iio: light: opt3001: fix deadlock due to concurrent flag accessLuca Ceresoli1-2/+3
2025-04-07iio: adc: ad7380: disable offload before using SPI busDavid Lechner1-4/+3
2025-04-07iio: adc: rockchip: Fix clock initialization sequenceSimon Xue1-9/+8
2025-04-07iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifoSilvano Seva1-0/+3
2025-04-07iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifoSilvano Seva1-0/+3
2025-04-07iio: accel: adxl367: fix setting odr for activity time updateLothar Rubusch1-7/+3
2025-04-07iio: imu: bmi270: fix initial sampling frequency configurationGustavo Silva1-4/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds125-2451/+13773
2025-03-29Merge tag 'pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-2/+2
2025-03-25Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-2/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+3
2025-03-14Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman125-2451/+13773
2025-03-11iio: ad7380: add support for SPI offloadAngelo Dureghello2-36/+477
2025-03-11iio: light: Add check for array bounds in veml6075_read_int_time_msKaran Sanghavi1-2/+6
2025-03-11iio: adc: ti-ads7924 Drop unnecessary function parametersMatti Vaittinen1-5/+2
2025-03-11iio: gyro: bmg160_spi: add of_match_tableJun Yan1-0/+10
2025-03-11iio: adc: ad7768-1: remove unnecessary lockingJonathan Santos1-12/+8
2025-03-11iio: adc: ad7768-1: set MOSI idle state to prevent accidental resetJonathan Santos1-0/+15
2025-03-11iio: adc: ad7768-1: Fix conversion result signSergiu Cuciurean1-2/+2
2025-03-11iio: adc: ad7124: Benefit of dev = indio_dev->dev.parent in ad7124_parse_channel_config()Uwe Kleine-König1-2/+2
2025-03-11iio: adc: ad7124: Implement system calibrationUwe Kleine-König1-17/+135
2025-03-11iio: adc: ad7124: Implement internal calibration at probe timeUwe Kleine-König1-3/+126
2025-03-11iio: adc: ad_sigma_delta: Add error checking for ad_sigma_delta_set_channel()Uwe Kleine-König1-1/+4
2025-03-11iio: adc: ad4130: Adapt internal names to match official filter_type ABIUwe Kleine-König1-42/+42
2025-03-11iio: adc: ad7173: Fix comparison of channel configsUwe Kleine-König1-4/+21