aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-15iio: adc: ingenic-adc: Benefit from devm_clk_get_prepared() to simplifyUwe Kleine-König1-13/+2
2022-08-15iio: adc: ad9467: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-16/+1
2022-08-15iio: adc: ad7768-1: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-16/+1
2022-08-15iio: adc: ad7124: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-14/+1
2022-08-15iio: magn: hmc5843: Move struct dev_pm_ops out of headerJonathan Cameron4-18/+7
2022-08-15iio: magn: hmc5843: Drop excessive indentation of assignments of hmc5843_driverJonathan Cameron1-7/+7
2022-08-15iio: adc: mt6360: Drop an incorrect __maybe_unused marking.Jonathan Cameron1-1/+1
2022-08-15staging: iio: resolver: ad2s1210: Fix alignment for DMA safetyJonathan Cameron1-2/+2
2022-08-15staging: iio: meter: ade7854: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-08-15staging: iio: frequency: ad9834: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-08-15iio: light: cm32181: Mark the dev_pm_ops static.Jonathan Cameron1-1/+1
2022-08-15iio: test: Mark file local structure arrays static.Jonathan Cameron1-2/+2
2022-08-15dt-bindings: iio: adc: stmpe: Remove node name requirementFrancesco Dolcini1-2/+1
2022-08-15iio: cdc: ad7746: Move driver out of staging.Jonathan Cameron7-25/+11
2022-08-15iio: cdc: ad7746: Add device specific ABI documentation.Jonathan Cameron1-0/+11
2022-08-15staging: iio: ad7746: White space cleanupJonathan Cameron1-10/+7
2022-08-15staging: iio: cdc: ad7746: Use read_avail() rather than opencoding.Jonathan Cameron1-6/+33
2022-08-15staging: iio: cdc: ad7746: Switch from _offset to _zeropoint for differential channels.Jonathan Cameron1-2/+8
2022-08-15iio: core: Introduce _zeropoint for differential channelsJonathan Cameron3-0/+21
2022-08-15staging: iio: cdc: ad7746: Use _raw and _scale for temperature channels.Jonathan Cameron1-15/+8
2022-08-15staging: iio: cdc: ad7746: Drop unused i2c_set_clientdata()Jonathan Cameron1-2/+0
2022-08-15staging: iio: cdc: ad7746: Break up use of chan->address and use FIELD_PREP etcJonathan Cameron1-53/+99
2022-08-15staging: iio: cdc: ad7764: Push locking down into case statements in read/write_rawJonathan Cameron1-73/+54
2022-08-15staging: iio: cdc: ad7746: Factor out ad7746_read_channel()Jonathan Cameron1-34/+46
2022-08-15staging: iio: cdc: ad7746: Use local buffer for multi byte reads.Jonathan Cameron1-6/+3
2022-08-15staging: iio: cdc: ad7746: Push handling of supply voltage scale to userspace.Jonathan Cameron1-10/+6
2022-08-15staging: iio: cdc: ad7746: Use explicit be24 handling.Jonathan Cameron1-7/+7
2022-08-15iio: ABI: Fix wrong format of differential capacitance channel ABI.Jonathan Cameron1-1/+1
2022-08-15iio: inkern: fix coding style warningsNuno Sá1-32/+32
2022-08-15iio: inkern: remove OF dependenciesNuno Sá3-37/+1
2022-08-15iio: adc: stm32-adc: convert to device propertiesNuno Sá1-55/+73
2022-08-15iio: adc: qcom-spmi-adc5: convert to device propertiesNuno Sá1-33/+30
2022-08-15iio: adc: qcom-spmi-vadc: convert to device propertiesNuno Sá1-22/+22
2022-08-15iio: adc: qcom-pm8xxx-xoadc: convert to device propertiesNuno Sá1-30/+28
2022-08-15iio: adc: at91-sama5d2_adc: convert to device propertiesNuno Sá1-15/+15
2022-08-15iio: adc: ab8500-gpadc: convert to device propertiesNuno Sá1-15/+12
2022-08-15iio: adc: ingenic-adc: convert to IIO fwnode interfaceNuno Sá1-4/+4
2022-08-15thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode APINuno Sá1-1/+2
2022-08-15iio: inkern: move to fwnode propertiesNuno Sá3-90/+108
2022-08-15iio: inkern: split of_iio_channel_get_by_name()Nuno Sá1-47/+65
2022-08-15iio: inkern: only return error codes in iio_channel_get_*() APIsNuno Sá1-15/+39
2022-08-15iio: inkern: fix return value in devm_of_iio_channel_get_by_name()Nuno Sá1-0/+2
2022-08-15iio: inkern: only release the device node when done with itNuno Sá1-2/+4
2022-08-15iio: adc: qcom-spmi-adc5: Add missing VCOIN/GPIO[134] channelsMarijn Suijten1-0/+8
2022-08-15iio: adc: at91-sama5d2_adc: add runtime pm supportClaudiu Beznea1-42/+166
2022-08-15iio: adc: at91-sama5d2_adc: add empty line after functionsClaudiu Beznea1-0/+1
2022-08-15iio: adc: at91-sama5d2_adc: add support for temperature sensorClaudiu Beznea1-7/+249
2022-08-15dt-bindings: iio: adc: at91-sama5d2_adc: add id for temperature channelClaudiu Beznea1-0/+3
2022-08-15iio: adc: at91-sama5d2_adc: lock around at91_adc_read_info_raw()Claudiu Beznea1-20/+19
2022-08-15iio: adc: at91-sama5d2_adc: add startup and tracktim as parameter for at91_adc_setup_samp_freq()Claudiu Beznea1-7/+11