summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-208-28/+50
|\
| * iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan2022-06-191-1/+1
| * iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan2022-06-191-10/+17
| * iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_clientMiaoqian Lin2022-06-191-0/+3
| * iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_dataMiaoqian Lin2022-06-191-0/+1
| * iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau2022-06-191-10/+0
| * iio: adc: stm32: Fix ADCs iteration in irq handlerYannick Brosseau2022-06-191-1/+6
| * iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch...Jialin Zhang2022-06-191-3/+7
| * iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope...Jialin Zhang2022-06-191-2/+6
| * iio: adc: xilinx-ams: fix return error variableLv Ruyi2022-05-141-1/+1
| * iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede2022-05-071-0/+8
* | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-0315-272/+982
|\ \
| * \ Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-05-1915-272/+982
| |\ \ | | |/ | |/|
| | * iio: ti-ads8688: use of_device_id for OF matchingKrzysztof Kozlowski2022-05-011-0/+1
| | * iio: stmpe-adc: use of_device_id for OF matchingKrzysztof Kozlowski2022-05-011-6/+7
| | * iio: adc: sc27xx: add support for PMIC sc2730Cixi Geng2022-04-281-0/+116
| | * iio: adc: sc27xx: add support for PMIC sc2720 and sc2721Cixi Geng2022-04-281-2/+201
| | * iio: adc: sc27xx: refactor some functions for support more PMiCsCixi Geng2022-04-281-16/+40
| | * iio: adc: sc27xx: structure adjustment and optimizationCixi Geng2022-04-281-15/+76
| | * iio: adc: sc27xx: Fine tune the scale calibration valuesCixi Geng2022-04-281-8/+8
| | * iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng2022-04-281-2/+2
| | * iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value checkMiaoqian Lin2022-04-281-4/+4
| | * iio: adc: Kconfig: Make RZG2L_ADC depend on ARCH_RZG2LLad Prabhakar2022-04-281-1/+1
| | * iio: adc: ad7266: convert probe to full device-managedMaĆ­ra Canal2022-04-281-30/+14
| | * iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-283-4/+4
| | * iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-102-4/+1
| | * iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal2022-04-101-2/+2
| | * iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmodeMiquel Raynal2022-04-101-3/+2
| | * iio: adc: ti-ads1015: Switch to read_availMarek Vasut2022-04-041-45/+67
| | * iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_dataMarek Vasut2022-04-041-8/+10
| | * iio: adc: ti-ads1015: Convert to OF match dataMarek Vasut2022-04-041-55/+55
| | * iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...Marek Vasut2022-04-041-2/+24
| | * iio: adc: ti-ads1015: Add TLA2024 supportMarek Vasut2022-04-041-2/+51
| | * iio: adc: ti-ads1015: Make channel event_spec optionalMarek Vasut2022-04-041-22/+38
| | * iio: adc: ti-ads1015: Deduplicate channel macrosMarek Vasut2022-04-041-64/+22
| | * iio: adc: ti-ads1015: Switch to static const writeable ranges tableMarek Vasut2022-04-041-12/+9
| | * iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller2022-04-041-1/+2
| | * iio: adc: ad7192: add sequencer supportAlexandru Tachici2022-04-041-1/+41
| | * iio: adc: ad7124: add sequencer supportAlexandru Tachici2022-04-041-9/+65
| | * iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen2022-04-041-10/+133
| | * iio: adc: ad7192: Add update_scan_modeAlexandru Tachici2022-04-041-0/+22
| | * iio: adc: ad7124: Add update_scan_modeAlexandru Tachici2022-04-041-0/+21
| | * iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici2022-04-041-1/+0
* | | iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TMJishnu Prakash2022-05-191-0/+11
|/ /
* / iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron2022-04-041-6/+6
|/
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2841-266/+1504
|\
| * Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-1841-266/+1504
| |\
| | * iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock2022-03-021-2/+8
| | * iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock2022-03-021-2/+2
| | * iio: adc: xilinx-ams: Fixed missing PS channelsRobert Hancock2022-03-021-0/+1