summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: imu: inv_mpu6050: fix FIFO parsing when emptyJean-Baptiste Maneyrol2024-04-031-0/+2
* iio: imu: inv_mpu6050: fix frequency setting when chip is offJean-Baptiste Maneyrol2024-04-031-0/+5
* iio: accel: adxl367: fix I2C FIFO data registerCosmin Tanislav2024-04-031-1/+1
* iio: accel: adxl367: fix DEVID read after resetCosmin Tanislav2024-04-031-2/+6
* iio: adc: rockchip_saradc: use mask for write_enable bitfieldQuentin Schulz2024-04-031-2/+2
* iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2Quentin Schulz2024-04-031-1/+1
* iio: gts-helper: Fix division loopMatti Vaittinen2024-03-261-14/+1
* iio: pressure: mprls0025pa fix off-by-one enumPetre Rodan2024-03-261-1/+3
* iio: pressure: bmp280: Add missing bmp085 to SPI id tableSam Protsenko2024-02-231-0/+1
* iio: imu: bno055: serdev requires REGMAPRandy Dunlap2024-02-231-0/+1
* iio: accel: bma400: Fix a compilation problemMario Limonciello2024-02-231-0/+2
* iio: core: fix memleak in iio_device_register_sysfsDinghao Liu2024-02-231-1/+4
* iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...zhili.liu2024-02-231-2/+8
* iio: adc: ad4130: only set GPIO_CTRL if pin is unusedCosmin Tanislav2024-02-231-3/+7
* iio: adc: ad4130: zero-initialize clock init dataCosmin Tanislav2024-02-231-1/+1
* iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMPSrinivas Pandruvada2024-02-231-0/+1
* iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt2024-01-312-0/+9
* iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt2024-01-313-24/+166
* iio: adc: ad7091r: Set alert bit in config registerMarcelo Schmitt2024-01-311-0/+6
* iio: adc: ad9467: fix scale settingNuno Sa2024-01-252-59/+62
* iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa2024-01-251-1/+6
* iio: adc: ad9467: don't ignore error codesNuno Sa2024-01-251-10/+17
* iio: adc: ad9467: fix reset gpio handlingNuno Sa2024-01-251-13/+18
* iio: adc: ad7091r: Pass iio_dev to event handlerMarcelo Schmitt2024-01-251-3/+3
* Revert "iio: hid-sensor-als: Add light color temperature support"Srinivas Pandruvada2023-12-191-35/+2
* Revert "iio: hid-sensor-als: Add light chromaticity support"Srinivas Pandruvada2023-12-191-63/+0
* iio: adc: MCP3564: fix hardware identification logicMarius Cristea2023-12-041-2/+2
* iio: adc: MCP3564: fix calib_bias and calib_scale range checksJavier Carrasco2023-12-041-2/+2
* iio: adc: meson: add separate config for axg SoC familyGeorge Stark2023-12-041-1/+15
* iio: adc: imx93: add four channels for imx93 adcHaibo Chen2023-12-041-0/+4
* iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()Wadim Egorov2023-12-041-1/+3
* iio: triggered-buffer: prevent possible freeing of wrong bufferDavid Lechner2023-11-261-0/+10
* iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui2023-11-261-2/+2
* iio: imu: adis16475: use bit numbers in assign_bit()Nuno Sa2023-11-261-2/+2
* iio: imu: adis16475: add spi_device_id tableNuno Sa2023-11-261-45/+72
* iio: tmag5273: fix temperature offsetJavier Carrasco2023-11-251-1/+1
* iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time tableJavier Carrasco2023-11-161-2/+2
* iio: kx022a: Fix acceleration value scalingMatti Vaittinen2023-11-161-11/+26
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-03111-1183/+6406
|\
| * Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-10-20111-1183/+6406
| |\
| | * iio: Use device_get_match_data()Rob Herring2023-10-143-19/+11
| | * iio: adc: MCP3564: fix warn: unsigned '__x' is never less than zero.Marius Cristea2023-10-141-1/+1
| | * iio: si7005: Add device tree supportJavier Carrasco2023-10-141-0/+7
| | * drivers: imu: adis16475.c: Remove scan index from delta channelsRamona Gradinariu2023-10-141-21/+46
| | * iio: resolver: ad2s1210: remove of_match_ptr()David Lechner2023-10-141-2/+1
| | * iio: resolver: ad2s1210: remove DRV_NAME macroDavid Lechner2023-10-141-3/+1
| | * iio: resolver: ad2s1210: move out of stagingDavid Lechner2023-10-123-0/+1536
| | * iio: event: add optional event label supportDavid Lechner2023-10-111-0/+55
| | * iio: adc: mt6577_auxadc: Fix kernel panic on suspendAngeloGioacchino Del Regno2023-10-111-0/+1
| | * iio: adc: ad7192: Add fast settling supportAlisa-Dariana Roman2023-10-111-26/+81