aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| | * iio: adc: ad7768-1: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König2022-08-151-16/+1
| | * iio: adc: ad7124: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König2022-08-151-14/+1
| | * iio: magn: hmc5843: Move struct dev_pm_ops out of headerJonathan Cameron2022-08-154-18/+7
| | * iio: magn: hmc5843: Drop excessive indentation of assignments of hmc5843_driverJonathan Cameron2022-08-151-7/+7
| | * iio: adc: mt6360: Drop an incorrect __maybe_unused marking.Jonathan Cameron2022-08-151-1/+1
| | * iio: light: cm32181: Mark the dev_pm_ops static.Jonathan Cameron2022-08-151-1/+1
| | * iio: test: Mark file local structure arrays static.Jonathan Cameron2022-08-151-2/+2
| | * iio: cdc: ad7746: Move driver out of staging.Jonathan Cameron2022-08-153-0/+831
| | * iio: core: Introduce _zeropoint for differential channelsJonathan Cameron2022-08-151-0/+1
| | * iio: inkern: fix coding style warningsNuno Sá2022-08-151-32/+32
| | * iio: inkern: remove OF dependenciesNuno Sá2022-08-151-24/+1
| | * iio: adc: stm32-adc: convert to device propertiesNuno Sá2022-08-151-55/+73
| | * iio: adc: qcom-spmi-adc5: convert to device propertiesNuno Sá2022-08-151-33/+30
| | * iio: adc: qcom-spmi-vadc: convert to device propertiesNuno Sá2022-08-151-22/+22
| | * iio: adc: qcom-pm8xxx-xoadc: convert to device propertiesNuno Sá2022-08-151-30/+28
| | * iio: adc: at91-sama5d2_adc: convert to device propertiesNuno Sá2022-08-151-15/+15
| | * iio: adc: ab8500-gpadc: convert to device propertiesNuno Sá2022-08-151-15/+12
| | * iio: adc: ingenic-adc: convert to IIO fwnode interfaceNuno Sá2022-08-151-4/+4
| | * iio: inkern: move to fwnode propertiesNuno Sá2022-08-151-74/+83
| | * iio: inkern: split of_iio_channel_get_by_name()Nuno Sá2022-08-151-47/+65
| | * iio: inkern: only return error codes in iio_channel_get_*() APIsNuno Sá2022-08-151-15/+39
| | * iio: inkern: fix return value in devm_of_iio_channel_get_by_name()Nuno Sá2022-08-151-0/+2
| | * iio: inkern: only release the device node when done with itNuno Sá2022-08-151-2/+4
| | * iio: adc: qcom-spmi-adc5: Add missing VCOIN/GPIO[134] channelsMarijn Suijten2022-08-151-0/+8
| | * iio: adc: at91-sama5d2_adc: add runtime pm supportClaudiu Beznea2022-08-151-42/+166
| | * iio: adc: at91-sama5d2_adc: add empty line after functionsClaudiu Beznea2022-08-151-0/+1
| | * iio: adc: at91-sama5d2_adc: add support for temperature sensorClaudiu Beznea2022-08-151-7/+249
| | * iio: adc: at91-sama5d2_adc: lock around at91_adc_read_info_raw()Claudiu Beznea2022-08-151-20/+19
| | * iio: adc: at91-sama5d2_adc: add startup and tracktim as parameter for at91_ad...Claudiu Beznea2022-08-151-7/+11
| | * iio: adc: at91-sama5d2_adc: update trackx on emrClaudiu Beznea2022-08-151-4/+10
| | * iio: adc: at91-sama5d2_adc: move oversampling storage in its functionClaudiu Beznea2022-08-151-2/+2
| | * iio: adc: at91-sama5d2_adc: add 64 and 256 oversampling ratioClaudiu Beznea2022-08-151-5/+26
| | * iio: adc: at91-sama5d2_adc: adjust osr based on specific platform dataClaudiu Beznea2022-08-151-13/+22
| | * iio: adc: at91-sama5d2_adc: add .read_avail() chan_info opsClaudiu Beznea2022-08-151-15/+35
| | * iio: adc: at91-sama5d2_adc: drop AT91_OSR_XSAMPLES definesClaudiu Beznea2022-08-151-14/+9
| | * iio: adc: at91-sama5d2_adc: move the check of oversampling in its functionClaudiu Beznea2022-08-151-8/+10
| | * iio: adc: at91-sama5d2_adc: handle different EMR.OSR for different hw versionsClaudiu Beznea2022-08-151-13/+18
| | * iio: adc: at91-sama5d2_adc: exit from write_raw() when buffers are enabledClaudiu Beznea2022-08-151-0/+10
| | * iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resumeClaudiu Beznea2022-08-151-7/+7
| | * iio: adc: at91-sama5d2_adc: lock around oversampling and sample freqClaudiu Beznea2022-08-151-4/+8
| | * iio: adc: at91-sama5d2_adc: check return status for pressure and touchClaudiu Beznea2022-08-151-2/+6
| | * iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAXClaudiu Beznea2022-08-151-1/+1
| | * iio: Add names for function definition arguments.Joe Simmons-Talbott2022-08-151-3/+4
| | * iio: adc: Add rtq6056 supportChiYuan Huang2022-08-153-0/+677
| | * iio: light: Add support for ltrf216a sensorShreeya Patel2022-08-153-0/+549
| | * iio: adc: imx8qxp-adc: propagate regulator_get_voltage errorMartin Larsson2022-08-151-3/+5
| | * iio: Fix indentation for multiline conditional.Joe Simmons-Talbott2022-08-151-2/+2
| | * iio: Add blank lines after declarations.Joe Simmons-Talbott2022-08-153-0/+9
* | | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0475-226/+76
|\ \ \
| * | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-164-12/+28
| |\| |