summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: addac: stx104: Replace bitops.h header inclusion with bits.hWilliam Breathitt Gray2023-03-191-1/+1
* iio: dac: cio-dac: Migrate to the regmap APIWilliam Breathitt Gray2023-03-182-21/+46
* iio: frequency: admv1013: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König2023-03-181-17/+4
* iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()Cheng Ziqiu2023-03-181-5/+1
* iio: adc: qcom-pm8xxx-xoadc: Remove useless condition in pm8xxx_xoadc_parse_c...Kasumov Ruslan2023-03-181-1/+1
* iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...Tom Rix2023-03-121-3/+3
* iio: proximity: sx9500: Reference ACPI and OF ID dataKrzysztof Kozlowski2023-03-121-2/+2
* iio: light: max44009: add missing OF device matchingKrzysztof Kozlowski2023-03-121-6/+7
* iio: imu: st_lsm6dsx: add support to ASM330LHBLorenzo Bianconi2023-03-126-3/+19
* iio: addac: ad74413r: fix Current Input, Loop Powered ModeRasmus Villemoes2023-03-121-2/+19
* iio: ad74413r: wire up support for drive-strength-microamp propertyRasmus Villemoes2023-03-121-0/+23
* iio: adc: Add TI ADS1100 and ADS1000Mike Looijmans2023-03-123-0/+456
* iio: dac: cio-dac: Fix typo in comment listing supported devicesWilliam Breathitt Gray2023-03-111-1/+1
* iio: adc: rcar-gyroadc: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-111-1/+1
* iio: temperature: tmp117: cosmetic alignment cleanupMarco Felsch2023-03-111-8/+8
* iio: temperature: tmp117: add TI TMP116 supportMarco Felsch2023-03-111-1/+19
* iio: temperature: tmp117: improve fallback capabilitiesMarco Felsch2023-03-111-10/+34
* iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-1121-23/+30
* iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait2023-03-111-0/+6
* iio: imu: st_lsm6dsx: discard samples during filters settling timeLorenzo Bianconi2023-03-113-8/+78
* iio: pressure: bmp280: Add nvmem operations for BMP580Angel Iglesias2023-03-112-1/+212
* iio: pressure: bmp280: Add support for new sensor BMP580Angel Iglesias2023-03-116-12/+509
* iio: pressure: Kconfig: Delete misleading I2C reference on bmp280 titleAngel Iglesias2023-03-111-1/+1
* iio: pressure: bmp280: Make read calibration callback optionalAngel Iglesias2023-03-111-4/+6
* iio: pressure: bmp280: Add preinit callbackAngel Iglesias2023-03-112-5/+13
* iio: pressure: bmp280: Use chip_info pointers for each chip as driver dataAngel Iglesias2023-03-114-227/+215
* iio: adc: meson_saradc: Better handle BL30 not releasing the hardwareUwe Kleine-König2023-03-111-7/+14
* iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask fieldAidan MacDonald2023-03-111-9/+7
* iio: adc: axp20x_adc: Minor code cleanupsAidan MacDonald2023-03-111-29/+32
* iio: imu: adis16475: correct copy paste mistake in comment blockNuno Sá2023-03-111-3/+3
* iio: proximity: sx_common: Add old register mappingGwendal Grignou2023-03-114-62/+92
* iio: proximity: sx_common: Drop documentation of non existent struct element.Jonathan Cameron2023-03-111-1/+0
* drivers: iio: dac: ad5592r: add gpio_chip namesAntoniu Miclaus2023-03-111-0/+5
* iio: accel: kionix-kx022a: Remove the unused member g_rangeMehdi Djait2023-03-111-1/+0
* iio: chemical: sps030: Reformat comment in a more readable wayJonathan Neuschäfer2023-03-111-3/+3
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-2451-508/+2981
|\
| * Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2023-02-0610-30/+143
| |\
| * | iio: adc: ad7291: Fix indentation error by adding extra spacesAnup Sharma2023-01-281-1/+1
| * | iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli2023-01-281-1/+4
| * | iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli2023-01-281-1/+4
| * | iio: imu: fix spdx formatTom Rix2023-01-281-1/+1
| * | iio: adc: imx93: Fix spelling mistake "geting" -> "getting"Colin Ian King2023-01-281-1/+1
| * | iio: adc: add imx93 adc supportHaibo Chen2023-01-223-0/+495
| * | iio: adc: ti-ads7924: add Texas Instruments ADS7924 driverHugo Villeneuve2023-01-213-0/+486
| * | iio: imu: st_lsm6dsx: add 'mount_matrix' sysfs entry to gyro channel.Philippe De Muyter2023-01-211-2/+3
| * | iio: imu: st_lsm6dsx: fix naming of 'struct iio_info' in st_lsm6dsx_shub.c.Philippe De Muyter2023-01-211-6/+6
| * | iio: light: vcnl4000: Add interrupt support for vcnl4040Mårten Lindahl2023-01-211-0/+169
| * | iio: light: vcnl4000: Make irq handling more genericMårten Lindahl2023-01-211-10/+14
| * | iio: light: vcnl4000: Prepare for more generic setupMårten Lindahl2023-01-211-128/+128
| * | iio: dac: add support for max5522Angelo Dureghello2023-01-213-0/+221