summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: dac: ad5592r: fix temperature channel scaling valueMarc Ferland2024-05-271-1/+1
* iio: pressure: bmp280: Fix BMP580 temperature readingAdam Rizkalla2024-05-271-5/+5
* iio: adc: ad9467: fix scan type signDavid Lechner2024-05-271-2/+2
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2290-1520/+7126
|\
| * Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-085-17/+94
| |\
| * | iio: temperature: mcp9600: Fix temperature reading for negative valuesDimitri Fedrau2024-05-031-1/+2
| * | iio: adc: PAC1934: fix accessing out of bounds array indexMarius Cristea2024-05-031-0/+9
| * | iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol2024-05-033-26/+20
| * | iio: invensense: fix interrupt timestamp alignmentJean-Baptiste Maneyrol2024-05-011-2/+7
| * | iio: dac: ad9739a: write complete MU_CNT1 register during lockNuno Sa2024-04-291-2/+3
| * | iio: pressure: zpa2326: use 'time_left' variable with wait_for_completion_int...Wolfram Sang2024-04-291-5/+5
| * | iio: adc: twl6030-gpadc: use 'time_left' variable with wait_for_completion_in...Wolfram Sang2024-04-291-4/+4
| * | iio: adc: stm32-dfsdm-adc: use 'time_left' variable with wait_for_completion_...Wolfram Sang2024-04-291-6/+6
| * | iio: adc: stm32-adc: use 'time_left' variable with wait_for_completion_interr...Wolfram Sang2024-04-291-5/+5
| * | iio: adc: intel_mrfld_adc: use 'time_left' variable with wait_for_completion_...Wolfram Sang2024-04-291-6/+6
| * | iio: adc: fsl-imx25-gcq: use 'time_left' variable with wait_for_completion_in...Wolfram Sang2024-04-291-5/+5
| * | iio: adc: exynos_adc: use 'time_left' variable with wait_for_completion_timeo...Wolfram Sang2024-04-291-8/+8
| * | iio: adc: ad_sigma_delta: use 'time_left' variable with wait_for_completion_t...Wolfram Sang2024-04-291-3/+3
| * | iio: adc: ti-ads1015: use device_for_each_child_node_scoped()Lincoln Yuji2024-04-291-4/+1
| * | iio: adc: ad799x: Prefer to use octal permissionGustavo Rodrigues2024-04-291-1/+1
| * | iio: adc: ad799x: add blank line to avoid warning messagesGustavo Rodrigues2024-04-291-0/+1
| * | iio: adc: ad799x: change 'unsigned' to 'unsigned int' declarationGustavo Rodrigues2024-04-291-2/+2
| * | iio: adc: mcp3564: Use device_for_each_child_node_scoped()Jonathan Cameron2024-04-291-9/+7
| * | iio: adc: ad9467: support digital interface calibrationNuno Sa2024-04-291-39/+335
| * | iio: adc: adi-axi-adc: support digital interface calibrationNuno Sa2024-04-291-2/+119
| * | iio: adc: adi-axi-adc: remove regmap max registerNuno Sa2024-04-291-1/+0
| * | iio: backend: add API for interface tuningNuno Sa2024-04-291-0/+86
| * | iio: backend: change docs paddingNuno Sa2024-04-291-38/+38
| * | iio: adc: axi-adc: make sure AXI clock is enabledNuno Sa2024-04-291-0/+5
| * | iio: adc: ad7944: add support for chain modeDavid Lechner2024-04-291-10/+176
| * | iio: dac: adi-axi: fix a mistake in axi_dac_ext_info_set()Dan Carpenter2024-04-291-3/+3
| * | iio: imu: inv_icm42600: add support of ICM-42686-PJean-Baptiste Maneyrol2024-04-297-43/+193
| * | iio: light: stk3310: Drop most likely fake ACPI IDAndy Shevchenko2024-04-291-1/+0
| * | iio: accel: mxc4005: Read orientation matrix from ACPI ROTM methodHans de Goede2024-04-291-0/+22
| * | iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helperHans de Goede2024-04-291-42/+2
| * | iio: accel: kxcjk-1013: Use new iio_read_acpi_mount_matrix() helperHans de Goede2024-04-291-79/+1
| * | iio: core: Add iio_read_acpi_mount_matrix() helper functionHans de Goede2024-04-292-0/+86
| * | iio: buffer: initialize masklength accumulator to 0David Lechner2024-04-291-1/+1
| * | iio: adc: mxs-lradc-adc: don't set masklengthDavid Lechner2024-04-291-1/+0
| * | iio: adc: ad7266: don't set masklengthDavid Lechner2024-04-291-1/+0
| * | iio: adc: rtq6056: Use automated cleanup for mode handling in write_rawGabriel Schwartz2024-04-291-23/+11
| * | iio: light: apds9306: Fix input arguments to in_range()Subhajit Ghosh2024-04-281-6/+6
| * | iio: adc: ti-ads131e08: Use device_for_each_child_node_scoped() to simplify e...Lorenzo Bertin Salvador2024-04-211-8/+4
| * | iio: adc: adi-axi-adc: only error out in major version mismatchNuno Sa2024-04-201-2/+2
| * | iio: dac: support the ad9739a RF DACNuno Sa2024-04-203-0/+480
| * | iio: dac: add support for AXI DAC IP coreNuno Sa2024-04-203-0/+657
| * | iio: backend: add new functionalityNuno Sa2024-04-201-0/+179
| * | iio: buffer-dmaengine: Enable write supportPaul Cercueil2024-04-201-0/+2
| * | iio: buffer-dmaengine: Support specifying buffer directionPaul Cercueil2024-04-201-14/+30
| * | iio: buffer-dma: Enable buffer write supportPaul Cercueil2024-04-201-16/+73