summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * iio: in2xx-adc: Remove unnecessary castLars-Peter Clausen2021-12-161-1/+1
| * iio: stmpe-adc: Use correctly sized arguments for bit fieldKees Cook2021-12-161-2/+3
| * iio:adc:ti-ads8688:: remove redundant ret variableMinghao Chi2021-12-161-3/+1
| * iio: adc: ad7606: Fix syntax errors in commentsXiang wangx2021-12-161-1/+1
| * iio:adc/dac:Kconfig: Update to drop OF dependencies.Jonathan Cameron2021-12-121-2/+2
| * iio:adc:ti-ads124s08: Drop dependency on OF.Jonathan Cameron2021-12-122-3/+2
| * iio:adc:envelope-detector: Switch from of headers to mod_devicetable.hJonathan Cameron2021-12-121-2/+1
| * iio:adc:ti-adc12138: Switch to generic firmware properties and drop of_match_ptrJonathan Cameron2021-12-121-7/+4
| * iio:adc:mcp3911: Switch to generic firmware properties.Jonathan Cameron2021-12-121-3/+6
| * iio:adc:max9611: Switch to generic firmware properties.Jonathan Cameron2021-12-121-11/+9
| * iio:adc:axp20x: add support for NTC thermistorEvgeny Boger2021-12-041-6/+39
| * iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus2021-11-272-2/+3
| * iio: adc: rzg2l_adc: Remove unnecessary print function dev_err()Xu Wang2021-11-171-3/+1
| * iio: xilinx-xadc-core: Use local variable in xadc_read_rawGwendal Grignou2021-11-171-1/+1
| * iio: ti-ads1015: Remove shift variable ads1015_read_rawGwendal Grignou2021-11-171-5/+3
| * iio: ti-adc12138: Use scan_type when processing raw dataGwendal Grignou2021-11-171-1/+2
| * iio: ad7266: Use scan_type when processing raw dataGwendal Grignou2021-11-171-1/+2
| * iio: at91-sama5d2: Use dev_to_iio_dev() in sysfs callbacksLars-Peter Clausen2021-11-171-2/+2
| * iio: at91-sama5d2: Fix incorrect cast to platform_deviceLars-Peter Clausen2021-11-171-18/+16
| * iio: ad_sigma_delta: Remove no-op trigger opsLars-Peter Clausen2021-11-171-4/+0
| * iio: adc: ina2xx: Avoid double reference counting from get_task_struct/put_ta...Cai Huoqing2021-11-171-2/+0
| * iio: adc: ina2xx: Make use of the helper macro kthread_run()Cai Huoqing2021-11-171-5/+4
| * iio: imx7d_adc: Don't pass IIO device to imx7d_adc_{enable,disable}()Lars-Peter Clausen2021-11-171-3/+2
| * iio: adc: stm32-adc: Fix of_node_put() issue in stm32-adcWan Jiabing2021-11-171-1/+2
| * iio: xilinx-xadc: Make IRQ optionalLars-Peter Clausen2021-11-171-22/+40
| * iio: adc: lpc18xx_adc: Reorder clk_get_rate() function callAndré Gustavo Nakagomi Lopez2021-11-171-3/+3
* | iio: adc: stm32: fix null pointer on defer_probe errorOlivier Moysan2021-11-271-1/+1
* | iio: at91-sama5d2: Fix incorrect sign extensionGwendal Grignou2021-11-211-1/+2
* | iio: adc: axp20x_adc: fix charging current reporting on AXP22xEvgeny Boger2021-11-211-15/+3
* | iio: ad7768-1: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-11-171-1/+1
* | iio: imx8qxp-adc: fix dependency to the intended ARCH_MXC configLukas Bulwahn2021-11-171-1/+1
* | iio: dln2: Check return value of devm_iio_trigger_register()Lars-Peter Clausen2021-11-171-1/+5
* | iio: dln2-adc: Fix lockdep complaintNoralf Trønnes2021-11-171-8/+7
* | iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier2021-11-171-0/+1
|/
* Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-11-081-90/+130
|\
| * iio: adc: ti_am335x_adc: Add the am437x compatibleMiquel Raynal2021-10-211-0/+1
| * iio: adc: ti_am335x_adc: Add the scale informationMiquel Raynal2021-10-211-0/+18
| * iio: adc: ti_am335x_adc: Add a unit to the timeout delayMiquel Raynal2021-10-211-2/+2
| * iio: adc: ti_am335x_adc: Gather the checks on the delaysMiquel Raynal2021-10-211-20/+30
| * iio: adc: ti_am335x_adc: Get rid of useless gotosMiquel Raynal2021-10-211-4/+3
| * iio: adc: ti_am335x_adc: Fix styleMiquel Raynal2021-10-211-52/+52
| * iio: adc: ti_am335x_adc: Replace license text with SPDX tagMiquel Raynal2021-10-211-9/+1
| * iio: adc: ti_am335x_adc: Wait the idle state to avoid stallsMiquel Raynal2021-10-211-2/+22
| * mfd: ti_am335x_tscadc: Rename the subsystem enable macroMiquel Raynal2021-10-211-3/+3
| * mfd: ti_am335x_tscadc: Clarify the maximum values for DT entriesMiquel Raynal2021-10-211-9/+9
| * mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevantMiquel Raynal2021-10-201-1/+1
* | Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-10-2415-195/+495
|\ \
| * | iio: adc: adc128s052: Simplify adc128_probe()Christophe JAILLET2021-10-211-23/+10
| * | iio: adc: stm32-adc: use generic binding for sample-timeOlivier Moysan2021-10-201-29/+41
| * | iio: adc: stm32-adc: add vrefint calibration supportOlivier Moysan2021-10-201-6/+68