summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman8-28/+50
2022-06-19iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan1-1/+1
2022-06-19iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan1-10/+17
2022-06-19iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_clientMiaoqian Lin1-0/+3
2022-06-19iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_dataMiaoqian Lin1-0/+1
2022-06-19iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau1-10/+0
2022-06-19iio: adc: stm32: Fix ADCs iteration in irq handlerYannick Brosseau1-1/+6
2022-06-19iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch...Jialin Zhang1-3/+7
2022-06-19iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope...Jialin Zhang1-2/+6
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-272/+982
2022-05-19Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman15-272/+982
2022-05-19iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TMJishnu Prakash1-0/+11
2022-05-14iio: adc: xilinx-ams: fix return error variableLv Ruyi1-1/+1
2022-05-07iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+8
2022-05-01iio: ti-ads8688: use of_device_id for OF matchingKrzysztof Kozlowski1-0/+1
2022-05-01iio: stmpe-adc: use of_device_id for OF matchingKrzysztof Kozlowski1-6/+7
2022-04-28iio: adc: sc27xx: add support for PMIC sc2730Cixi Geng1-0/+116
2022-04-28iio: adc: sc27xx: add support for PMIC sc2720 and sc2721Cixi Geng1-2/+201
2022-04-28iio: adc: sc27xx: refactor some functions for support more PMiCsCixi Geng1-16/+40
2022-04-28iio: adc: sc27xx: structure adjustment and optimizationCixi Geng1-15/+76
2022-04-28iio: adc: sc27xx: Fine tune the scale calibration valuesCixi Geng1-8/+8
2022-04-28iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng1-2/+2
2022-04-28iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value checkMiaoqian Lin1-4/+4
2022-04-28iio: adc: Kconfig: Make RZG2L_ADC depend on ARCH_RZG2LLad Prabhakar1-1/+1
2022-04-28iio: adc: ad7266: convert probe to full device-managedMaĆ­ra Canal1-30/+14
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen3-4/+4
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal2-4/+1
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal1-2/+2
2022-04-10iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmodeMiquel Raynal1-3/+2
2022-04-04iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron1-6/+6
2022-04-04iio: adc: ti-ads1015: Switch to read_availMarek Vasut1-45/+67
2022-04-04iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_dataMarek Vasut1-8/+10
2022-04-04iio: adc: ti-ads1015: Convert to OF match dataMarek Vasut1-55/+55
2022-04-04iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...Marek Vasut1-2/+24
2022-04-04iio: adc: ti-ads1015: Add TLA2024 supportMarek Vasut1-2/+51
2022-04-04iio: adc: ti-ads1015: Make channel event_spec optionalMarek Vasut1-22/+38
2022-04-04iio: adc: ti-ads1015: Deduplicate channel macrosMarek Vasut1-64/+22
2022-04-04iio: adc: ti-ads1015: Switch to static const writeable ranges tableMarek Vasut1-12/+9
2022-04-04iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller1-1/+2
2022-04-04iio: adc: ad7192: add sequencer supportAlexandru Tachici1-1/+41
2022-04-04iio: adc: ad7124: add sequencer supportAlexandru Tachici1-9/+65
2022-04-04iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen1-10/+133
2022-04-04iio: adc: ad7192: Add update_scan_modeAlexandru Tachici1-0/+22
2022-04-04iio: adc: ad7124: Add update_scan_modeAlexandru Tachici1-0/+21
2022-04-04iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici1-1/+0
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds41-266/+1504
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds8-24/+8
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman41-266/+1504
2022-03-02iio: adc: xilinx-ams: Fix single channel switching sequenceRobert Hancock1-2/+8
2022-03-02iio: adc: xilinx-ams: Fixed wrong sequencer register settingsRobert Hancock1-2/+2