summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-20Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-14Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman
2024-05-07iio: frequency: admv1013: Use devm_regulator_get_enable_read_voltage()David Lechner
2024-05-07iio: addac: ad74115: Use devm_regulator_get_enable_read_voltage()David Lechner
2024-05-03iio: temperature: mcp9600: Fix temperature reading for negative valuesDimitri Fedrau
2024-05-03iio: adc: PAC1934: fix accessing out of bounds array indexMarius Cristea
2024-05-03iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol
2024-05-01iio: invensense: fix interrupt timestamp alignmentJean-Baptiste Maneyrol
2024-04-29iio: dac: ad9739a: write complete MU_CNT1 register during lockNuno Sa
2024-04-29iio: pressure: zpa2326: use 'time_left' variable with wait_for_completion_int...Wolfram Sang
2024-04-29iio: adc: twl6030-gpadc: use 'time_left' variable with wait_for_completion_in...Wolfram Sang
2024-04-29iio: adc: stm32-dfsdm-adc: use 'time_left' variable with wait_for_completion_...Wolfram Sang
2024-04-29iio: adc: stm32-adc: use 'time_left' variable with wait_for_completion_interr...Wolfram Sang
2024-04-29iio: adc: intel_mrfld_adc: use 'time_left' variable with wait_for_completion_...Wolfram Sang
2024-04-29iio: adc: fsl-imx25-gcq: use 'time_left' variable with wait_for_completion_in...Wolfram Sang
2024-04-29iio: adc: exynos_adc: use 'time_left' variable with wait_for_completion_timeo...Wolfram Sang
2024-04-29iio: adc: ad_sigma_delta: use 'time_left' variable with wait_for_completion_t...Wolfram Sang
2024-04-29iio: adc: ti-ads1015: use device_for_each_child_node_scoped()Lincoln Yuji
2024-04-29iio: adc: ad799x: Prefer to use octal permissionGustavo Rodrigues
2024-04-29iio: adc: ad799x: add blank line to avoid warning messagesGustavo Rodrigues
2024-04-29iio: adc: ad799x: change 'unsigned' to 'unsigned int' declarationGustavo Rodrigues
2024-04-29iio: adc: mcp3564: Use device_for_each_child_node_scoped()Jonathan Cameron
2024-04-29iio: adc: ad9467: support digital interface calibrationNuno Sa
2024-04-29iio: adc: adi-axi-adc: support digital interface calibrationNuno Sa
2024-04-29iio: adc: adi-axi-adc: remove regmap max registerNuno Sa
2024-04-29iio: backend: add API for interface tuningNuno Sa
2024-04-29iio: backend: change docs paddingNuno Sa
2024-04-29iio: adc: axi-adc: make sure AXI clock is enabledNuno Sa
2024-04-29iio: adc: ad7944: add support for chain modeDavid Lechner
2024-04-29iio: dac: adi-axi: fix a mistake in axi_dac_ext_info_set()Dan Carpenter
2024-04-29iio: imu: inv_icm42600: add support of ICM-42686-PJean-Baptiste Maneyrol
2024-04-29iio: light: stk3310: Drop most likely fake ACPI IDAndy Shevchenko
2024-04-29iio: accel: mxc4005: Read orientation matrix from ACPI ROTM methodHans de Goede
2024-04-29iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helperHans de Goede
2024-04-29iio: accel: kxcjk-1013: Use new iio_read_acpi_mount_matrix() helperHans de Goede
2024-04-29iio: core: Add iio_read_acpi_mount_matrix() helper functionHans de Goede
2024-04-29iio: buffer: initialize masklength accumulator to 0David Lechner
2024-04-29iio: adc: mxs-lradc-adc: don't set masklengthDavid Lechner
2024-04-29iio: adc: ad7266: don't set masklengthDavid Lechner
2024-04-29iio: adc: rtq6056: Use automated cleanup for mode handling in write_rawGabriel Schwartz
2024-04-28iio: light: apds9306: Fix input arguments to in_range()Subhajit Ghosh
2024-04-21iio: adc: ti-ads131e08: Use device_for_each_child_node_scoped() to simplify e...Lorenzo Bertin Salvador
2024-04-20iio: adc: adi-axi-adc: only error out in major version mismatchNuno Sa
2024-04-20iio: dac: support the ad9739a RF DACNuno Sa
2024-04-20iio: dac: add support for AXI DAC IP coreNuno Sa
2024-04-20iio: backend: add new functionalityNuno Sa
2024-04-20iio: buffer-dmaengine: Enable write supportPaul Cercueil