summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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: adc: Add rtq6056 supportChiYuan Huang2022-08-153-0/+677
| | * iio: adc: imx8qxp-adc: propagate regulator_get_voltage errorMartin Larsson2022-08-151-3/+5
* | | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-054-12/+4
|\ \ \
| * | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-162-9/+23
| |\| |
| * | | i2c: Make remove callback return voidUwe Kleine-König2022-08-164-12/+4
| | |/ | |/|
* | | Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-041-8/+6
|\ \ \ | |_|/ |/| |
| * | iio/drivers/sun4i_gpadc: Switch to new of thermal APIDaniel Lezcano2022-08-171-8/+6
| |/
* | iio: ad7292: Prevent regulator double disableMatti Vaittinen2022-08-211-3/+1
* | iio: adc: mcp3911: use correct formula for AD conversionMarcus Folkesson2022-08-211-5/+12
* | iio: adc: mcp3911: correct "microchip,device-addr" propertyMarcus Folkesson2022-08-211-1/+8
* | iio: adc: mcp3911: make use of the sign bitMarcus Folkesson2022-08-151-0/+2
|/
* iio: adc: max1027: unlock on error path in max1027_read_single_value()Dan Carpenter2022-07-191-3/+3
* iio: adc: imx8qxp: Switch to DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()Jonathan Cameron2022-07-181-7/+6
* iio: adc: xilinx-ams: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: ti-am335x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: stmpe-adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-3/+3
* iio: adc: mt6577_auxadc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-6/+6
* iio: adc: meson_saradc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-5/+5
* iio: adc: imx7d_adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-2/+3
* iio: adc: at91-sam5d2: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: adc: ad799x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: ti-ads124s08: Drop unused parameter to ads124s_read()Jonathan Cameron2022-07-181-3/+3
* iio: adc: npcm: Add NPCM8XX supportTomer Maimon2022-07-181-7/+29
* iio: adc: ad7949: Fix error messageThorsten Scherer2022-07-161-1/+1
* iio: adc: stx104: Implement and utilize register structuresWilliam Breathitt Gray2022-07-161-24/+50
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-1460-272/+1272
|\
| * iio: adc: xilinx-xadc: Drop duplicate NULL check in xadc_parse_dt()Andy Shevchenko2022-07-131-20/+18
| * iio: adc: xilinx-xadc: Make use of device propertiesAndy Shevchenko2022-07-131-23/+16
| * iio: adc: ad778-1: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson2022-07-011-1/+1
| * iio: adc: ti-tsc2046: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson2022-07-011-1/+1
| * iio: adc: stm32-adc: disable adc before calibrationOlivier Moysan2022-07-011-0/+3
| * iio: adc: stm32-adc: make safe adc disableOlivier Moysan2022-07-011-0/+3
| * iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"Colin Ian King2022-07-011-1/+1
| * iio: adc: stm32-adc: Use generic_handle_domain_irq()Sebastian Andrzej Siewior2022-06-191-1/+1