summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds415-3042/+7427
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+4
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman413-3002/+7377
2025-05-21mailmap: update and consolidate Casey Connolly's name and emailCasey Connolly1-2/+2
2025-05-21iio: adc: add support for Nuvoton NCT7201Eason Yang3-0/+513
2025-05-21iio: chemical: Add driver for SEN0322Tóth János3-0/+172
2025-05-21iio: adc: ad7768-1: reorganize driver headersJonathan Santos1-1/+3
2025-05-21iio: bmp280: zero-init bufferDavid Lechner1-0/+3
2025-05-21iio: ssp_sensors: optimalize -> optimizeAhelenia Ziemiańska1-1/+1
2025-05-21iio: admv1013: replace redundant ternary operator with just lenColin Ian King1-1/+1
2025-05-21iio: chemical: mhz19b: Fix error code in probe()Dan Carpenter1-1/+1
2025-05-21iio: adc: at91-sama5d2: use IIO_DECLARE_BUFFER_WITH_TSDavid Lechner1-11/+2
2025-05-21iio: accel: sca3300: use IIO_DECLARE_BUFFER_WITH_TSDavid Lechner1-16/+2
2025-05-21iio: adc: ad7380: use IIO_DECLARE_DMA_BUFFER_WITH_TSDavid Lechner1-2/+1
2025-05-21iio: adc: ad4695: rename AD4695_MAX_VIN_CHANNELSDavid Lechner1-5/+5
2025-05-21iio: adc: ad4695: use IIO_DECLARE_DMA_BUFFER_WITH_TSDavid Lechner1-2/+1
2025-05-21iio: pressure: zpa2326_spi: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: pressure: ms5611_spi: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: pressure: bmp280-spi: remove bits_per_word = 8David Lechner1-8/+0
2025-05-21iio: magnetometer: rm3100-spi: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: magnetometer: hmc5843_spi: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: imu: adis: remove bits_per_word = 8David Lechner2-12/+0
2025-05-21iio: gyro: adxrs450: remove bits_per_word = 8David Lechner1-5/+0
2025-05-21iio: dac: ltc2688: remove bits_per_word = 8David Lechner1-2/+0
2025-05-21iio: dac: ad5791: remove bits_per_word = 8David Lechner1-2/+0
2025-05-21iio: dac: ad5766: remove bits_per_word = 8David Lechner1-2/+0
2025-05-21iio: dac: ad5761: remove bits_per_word = 8David Lechner1-2/+0
2025-05-21iio: chemical: bme680_spi: remove bits_per_word = 8David Lechner1-8/+0
2025-05-21iio: adc: ti-tsc2046: remove bits_per_word = 8David Lechner1-1/+0
2025-05-21iio: adc: ad4030: remove bits_per_word = 8David Lechner1-4/+0
2025-05-21iio: adc: ti-ads1298: Kconfig: add kfifo dependency to fix module buildArthur-Prince1-0/+1
2025-05-21iio: ti-adc128s052: Drop variable vrefMatti Vaittinen1-22/+9
2025-05-21iio: adc: ad4000: Avoid potential double data word readMarcelo Schmitt1-1/+1
2025-05-21iio: adc: mcp3911: add reset managementMarcus Folkesson1-0/+19
2025-05-21iio: adc: mcp3911: fix device dependent mappings for conversion result registersMarcus Folkesson1-5/+34
2025-05-21iio: adc: ad4695: use u16 for buffer elementsDavid Lechner1-6/+3
2025-05-21iio: dac: ad3530r: Add driver for AD3530R and AD3531RKim Seer Paller3-0/+529
2025-05-21iio: adc: ad7606: explicit timestamp alignmentDavid Lechner1-5/+8
2025-05-21iio: adc: ad7606_spi: add offload scan mask checkDavid Lechner1-0/+29
2025-05-21iio: dac: ad7293: add adc reference configurationAntoniu Miclaus1-0/+13
2025-05-21iio: adc: ad7091r-base: Remove duplicate code on volatile reg checkArthur Pilone1-7/+2
2025-05-21iio: pressure: bmp280: drop sensor_data arrayDavid Lechner2-58/+52
2025-05-21iio: chemical: Add support for Winsen MHZ19B CO2 sensorGyeyoung Baek3-0/+327
2025-05-21iio: accel: kxcjk-1013: Deduplicate setup interrupt functionsGustavo Vaz1-70/+17
2025-05-21iio: cros_ec_sensors: Flush when changing the FIFO timeoutGwendal Grignou1-17/+31
2025-05-21iio: light: zopt2201: Remove code duplication in scale write functionsBeatriz Viana Costa1-30/+12
2025-05-21iio: adc: PAC1934: fix typo in documentation linkMarius Cristea1-1/+1
2025-05-21iio: adc: stm32: add oversampling supportOlivier Moysan2-0/+167