summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2024-06-25iio: adc: qcom-spmi-rradc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: berlin2-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: mp2629_adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: meson_saradc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: intel_mrfld_adc: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: adc: ina2xx-adc: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: adc: fsl-imx25-gcq: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: cpcap-adc: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: bcm_iproc_adc: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: adc: axp288_adc: make use of regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: axp20x_adc: make use of regmap_set_bits()Trevor Gamblin
2024-06-25iio: adc: ad4130: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: accel: msa311: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: accel: kxsd9: Make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: accel: fxls8962af-core: Make use of regmap_set_bits(), regmap_clear_bits()Trevor Gamblin
2024-06-25iio: adc: ad7173: Add support for AD411x devicesDumitru Ceclan
2024-06-25iio: adc: ad7173: document sampling frequency behaviourDumitru Ceclan
2024-06-25iio: adc: ad7173: refactor device info structsDumitru Ceclan
2024-06-25iio: adc: ad7173: add support for special inputsDumitru Ceclan
2024-06-25iio: adc: ad7173: refactor ain and vref selectionDumitru Ceclan
2024-06-25iio: adc: ad7173: refactor channel configuration parsingDumitru Ceclan
2024-06-25iio: adc: ad_sigma_delta: add disable_one callbackDumitru Ceclan
2024-06-22iio: adc: ad7944: use devm_regulator_get_enable_read_voltageDavid Lechner
2024-06-22iio: adc: ad7793: use devm_regulator_get_enable_read_voltageDavid Lechner
2024-06-22iio: adc: ad7292: use devm_regulator_get_enable_read_voltageDavid Lechner
2024-06-22iio: adc: ad7266: use devm_regulator_get_enable_read_voltageDavid Lechner
2024-06-22iio: adc: ad7192: Clean up devAlisa-Dariana Roman
2024-06-22iio: adc: adi-axi-adc: improve probe() error messagingTrevor Gamblin
2024-06-17iio: trigger: Fix condition for own triggerJoão Paulo Gonçalves
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman
2024-06-13iio: imu: inv_icm42600: add support of accel low-power modeJean-Baptiste Maneyrol
2024-06-13iio: chemical: ens160: add power management supportGustavo Silva
2024-06-13iio: chemical: ens160: add triggered buffer supportGustavo Silva
2024-06-13iio: chemical: add driver for ENS160 sensorGustavo Silva
2024-06-13iio: temperature: mcp9600: add threshold events supportDimitri Fedrau
2024-06-13iio: light: driver for Vishay VEML6040Arthur Becker
2024-06-13iio: dac: adi-axi-dac: add platform dependenciesNuno Sa
2024-06-13iio: adc: adi-axi-adc: add platform dependenciesNuno Sa
2024-06-13iio: imu: inv_icm42600: add register caching in the regmapJean-Baptiste Maneyrol
2024-06-13iio: adc: mcp3564: drop redundant open-coded spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: dac: max5522: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: addac: ad74413r: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: adc: ti-tsc2046: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: adc: ti-ads131e08: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: adc: max11205: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: accel: adxl355: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: accel: adxl313: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: humidity: si7020: add heater supportAntoni Pokusinski
2024-06-13iio: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-13iio: event: use sizeof(*pointer) instead of sizeof(type)Erick Archer