summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2023-04-01iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()Dan Carpenter1-1/+1
2023-03-28Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman12-27/+59
2023-03-19iio: accel: add support for IIS328DQ variantStefan Wahren4-0/+12
2023-03-19iio: addac: stx104: Replace bitops.h header inclusion with bits.hWilliam Breathitt Gray1-1/+1
2023-03-18iio: dac: cio-dac: Migrate to the regmap APIWilliam Breathitt Gray2-21/+46
2023-03-18iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-18iio: frequency: admv1013: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-17/+4
2023-03-18iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström1-1/+1
2023-03-18iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()Cheng Ziqiu1-5/+1
2023-03-18iio: adc: qcom-pm8xxx-xoadc: Remove useless condition in pm8xxx_xoadc_parse_c...Kasumov Ruslan1-1/+1
2023-03-12iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...Tom Rix1-3/+3
2023-03-12iio: proximity: sx9500: Reference ACPI and OF ID dataKrzysztof Kozlowski1-2/+2
2023-03-12iio: light: max44009: add missing OF device matchingKrzysztof Kozlowski1-6/+7
2023-03-12iio: imu: st_lsm6dsx: add support to ASM330LHBLorenzo Bianconi6-3/+19
2023-03-12iio: addac: ad74413r: fix Current Input, Loop Powered ModeRasmus Villemoes1-2/+19
2023-03-12iio: ad74413r: wire up support for drive-strength-microamp propertyRasmus Villemoes1-0/+23
2023-03-12iio: adc: max11410: fix read_poll_timeout() usageNuno Sá1-7/+15
2023-03-12iio: adc: Add TI ADS1100 and ADS1000Mike Looijmans3-0/+456
2023-03-11iio: dac: cio-dac: Fix typo in comment listing supported devicesWilliam Breathitt Gray1-1/+1
2023-03-11iio: dac: cio-dac: Fix max DAC write value check for 12-bitWilliam Breathitt Gray1-2/+2
2023-03-11iio: imu: Replace all spi->chip_select and spi->cs_gpiod references with func...Amit Kumar Mahapatra1-1/+1
2023-03-11iio: adc: rcar-gyroadc: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-11iio: temperature: tmp117: cosmetic alignment cleanupMarco Felsch1-8/+8
2023-03-11iio: temperature: tmp117: add TI TMP116 supportMarco Felsch1-1/+19
2023-03-11iio: temperature: tmp117: improve fallback capabilitiesMarco Felsch1-10/+34
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait21-23/+30
2023-03-11iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait1-0/+6
2023-03-11iio: imu: st_lsm6dsx: discard samples during filters settling timeLorenzo Bianconi3-8/+78
2023-03-11iio: pressure: bmp280: Add nvmem operations for BMP580Angel Iglesias2-1/+212
2023-03-11iio: pressure: bmp280: Add support for new sensor BMP580Angel Iglesias6-12/+509
2023-03-11iio: pressure: Kconfig: Delete misleading I2C reference on bmp280 titleAngel Iglesias1-1/+1
2023-03-11iio: pressure: bmp280: Make read calibration callback optionalAngel Iglesias1-4/+6
2023-03-11iio: pressure: bmp280: Add preinit callbackAngel Iglesias2-5/+13
2023-03-11iio: pressure: bmp280: Use chip_info pointers for each chip as driver dataAngel Iglesias4-227/+215
2023-03-11iio: adc: meson_saradc: Better handle BL30 not releasing the hardwareUwe Kleine-König1-7/+14
2023-03-11iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask fieldAidan MacDonald1-9/+7
2023-03-11iio: adc: axp20x_adc: Minor code cleanupsAidan MacDonald1-29/+32
2023-03-11iio: imu: adis16475: correct copy paste mistake in comment blockNuno Sá1-3/+3
2023-03-11iio: proximity: sx_common: Add old register mappingGwendal Grignou4-62/+92
2023-03-11iio: proximity: sx_common: Drop documentation of non existent struct element.Jonathan Cameron1-1/+0
2023-03-11drivers: iio: dac: ad5592r: add gpio_chip namesAntoniu Miclaus1-0/+5
2023-03-11iio: accel: kionix-kx022a: Remove the unused member g_rangeMehdi Djait1-1/+0
2023-03-11iio: chemical: sps030: Reformat comment in a more readable wayJonathan Neuschäfer1-3/+3
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano1-1/+1
2023-02-26iio: light: cm32181: Unregister second I2C client if presentKai-Heng Feng1-0/+12
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds51-508/+2981
2023-02-22Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-27/+37
2023-02-22Merge branch 'for-6.3/hid-sensor' into for-linusBenjamin Tissoires2-27/+37
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2023-02-18iio: accel: kionix-kx022a: Get the timestamp from the driver's private data i...Mehdi Djait1-1/+1