summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-01-10iio: imu: adis16475: use bit numbers in assign_bit()Nuno Sa1-2/+2
2024-01-01iio: triggered-buffer: prevent possible freeing of wrong bufferDavid Lechner1-0/+10
2024-01-01iio: tmag5273: fix temperature offsetJavier Carrasco1-1/+1
2024-01-01iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()Wadim Egorov1-1/+3
2024-01-01iio: imu: adis16475: add spi_device_id tableNuno Sa1-45/+72
2024-01-01iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time tableJavier Carrasco1-2/+2
2024-01-01iio: adc: imx93: add four channels for imx93 adcHaibo Chen1-0/+4
2024-01-01iio: kx022a: Fix acceleration value scalingMatti Vaittinen1-11/+26
2024-01-01iio: adc: meson: add separate config for axg SoC familyGeorge Stark1-1/+15
2024-01-01iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui1-2/+2
2023-11-28iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()Zhang Shurong1-2/+7
2023-11-20iio: frequency: adf4350: Use device managed functions and fix power down issue.Jinjie Ruan1-52/+23
2023-10-17iio: afe: rescale: Accept only offset channelsLinus Walleij1-4/+15
2023-10-14iio: exynos-adc: request second interupt only when touchscreen mode is usedMarek Szyprowski1-10/+14
2023-10-13iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScaleRobert Hancock2-3/+16
2023-10-13iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholdsRobert Hancock1-22/+0
2023-10-05iio: pressure: ms5611: ms5611_prom_is_valid false negative bugAlexander Zangerl1-1/+1
2023-10-05iio: adc: ad7192: Correct reference voltageAlisa-Dariana Roman1-4/+25
2023-10-05iio: light: vcnl4000: Don't power on/off chip in configMÃ¥rten Lindahl1-1/+0
2023-10-05iio: addac: Kconfig: update ad74413r selectionsAntoniu Miclaus1-0/+2
2023-10-05iio: pressure: dps310: Adjust Timeout SettingsLakshmi Yadlapati1-4/+4
2023-10-05iio: imu: bno055: Fix missing Kconfig dependenciesJonathan Cameron1-0/+2
2023-10-05iio: adc: imx8qxp: Fix address for command buffer registersPhilipp Rossak1-2/+2
2023-10-05iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()Tzung-Bi Shih1-1/+5
2023-10-05iio: irsd200: fix -Warray-bounds bug in irsd200_trigger_handlerGONG, Ruiqi1-3/+3
2023-09-11iio: admv1013: add mixer_vgate corner casesAntoniu Miclaus1-2/+2
2023-09-11iio: pressure: bmp280: Fix NULL pointer exceptionPhil Elwell1-1/+1
2023-09-11iio: dac: ad3552r: Correct device IDsMarcelo Schmitt1-2/+2
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds79-784/+3911
2023-08-22Add cs42l43 PC focused SoundWire CODECMark Brown9-33/+73
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman9-33/+73
2023-08-08drivers: iio: filter: admv8818: add bypass modeAntoniu Miclaus1-9/+56
2023-08-08iio: light: bd27008: Support BD27010 RGBMatti Vaittinen1-2/+311
2023-08-08iio: light: bu27008: add chip infoMatti Vaittinen1-114/+207
2023-08-05iio: add MCP4728 I2C DAC driverAndrea Collamati3-0/+630
2023-08-05drivers: iio: admv1013: add vcc regulatorsAntoniu Miclaus1-0/+14
2023-08-05iio: trigger: stm32-lptimer-trigger: remove unneeded platform_set_drvdata()Andrei Coardos1-8/+1
2023-08-05iio: adc: men_z188_adc: Remove redundant initialization owner in men_z188_driverLi Zetao1-1/+0
2023-08-01iio: cdc: ad7150: relax return value check for IRQ getMatti Vaittinen1-5/+5
2023-08-01iio: mb1232: relax return value check for IRQ getMatti Vaittinen1-5/+2
2023-07-29iio: adc: fix the return value handle for platform_get_irq()Ruan Jinjie4-8/+8
2023-07-29iio: potentiometer: mcp4531: Use i2c_get_match_data()Biju Das1-68/+71
2023-07-29iio: potentiometer: mcp4018: Use i2c_get_match_data()Biju Das1-16/+19
2023-07-29iio: core: Fix issues and style of the commentsAndy Shevchenko1-20/+37
2023-07-29iio: core: Switch to krealloc_array()Andy Shevchenko1-1/+1
2023-07-29iio: core: Use sysfs_match_string() helperAndy Shevchenko1-39/+32
2023-07-29iio: accel: adxl313: Use i2c_get_match_dataBiju Das1-3/+1
2023-07-29iio: accel: adxl313: Fix adxl313_i2c_id[] tableBiju Das1-2/+2
2023-07-29iio: cros_ec: Fix the allocation size for cros_ec_commandYiyuan Guo1-1/+1
2023-07-29iio: adc: Remove redundant dev_err_probe()Ruan Jinjie5-11/+7