summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-032-16/+10
|\
| * Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman2023-06-058-52/+113
| |\
| * | iio: adc: Use devm_krealloc_arrayJames Clark2023-05-302-16/+10
* | | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-0324-123/+204
|\ \ \
| * \ \ Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-1522-118/+199
| |\ \ \
| | * | | iio: adc: rockchip_saradc: Use dev_err_probeShreeya Patel2023-06-041-25/+20
| | * | | iio: adc: rockchip_saradc: Match alignment with open parenthesisShreeya Patel2023-06-041-3/+2
| | * | | iio: adc: rockchip_saradc: Use of_device_get_match_dataShreeya Patel2023-06-041-4/+4
| | * | | iio: adc: rockchip_saradc: Make use of devm_clk_get_enabledShreeya Patel2023-06-041-48/+8
| | * | | iio: adc: rockchip_saradc: Add support for RK3588Simon Xue2023-06-041-0/+70
| | * | | iio: adc: rockchip_saradc: Add callback functionsSimon Xue2023-06-041-12/+52
| | * | | iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-2116-16/+16
| | * | | iio: ad7606: Kconfig: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-201-1/+1
| | * | | iio: adc: qcom-spmi-vadc: Propagate fw node label to userspaceMarijn Suijten2023-05-131-1/+18
| | * | | iio: adc: qcom-spmi-adc5: Remove unnecessary datasheet_name NULL checkMarijn Suijten2023-05-131-2/+1
| | * | | iio: adc: qcom-spmi-adc5: Fall back to datasheet_name instead of fwnode nameMarijn Suijten2023-05-131-1/+1
| | * | | iio: adc: qcom-spmi-adc5: Use driver datasheet_name instead of DT labelMarijn Suijten2023-05-131-5/+5
| | * | | iio: adc: palmas: Remove the unneeded include <linux/i2c.h>Christophe JAILLET2023-05-131-1/+0
| | * | | iio: adc: stm32-adc: add debug info if dt uses legacy channel configSean Nyekjaer2023-05-131-0/+2
| | |/ /
| * | | meson saradc: fix clock divider mask lengthGeorge Stark2023-06-101-1/+1
| * | | iio: adc: ad7192: Fix internal/external clock selectionFabrizio Lamarque2023-06-041-1/+1
| * | | iio: adc: ad7192: Fix null ad7192_state pointer accessFabrizio Lamarque2023-06-041-3/+3
| | |/ | |/|
* | | Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-07-033-0/+206
|\ \ \ | |/ / |/| |
| * | iio: adc: max77541: Add ADI MAX77541 ADC SupportOkan Sahin2023-06-283-0/+206
| |/
* | iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flagMasahiro Honda2023-05-201-0/+4
* | iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer2023-05-131-19/+23
* | iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer2023-05-131-10/+9
* | iio: adc: ad7192: Change "shorted" channels to differentialPaul Cercueil2023-05-131-6/+2
* | iio: adc: palmas: fix off by one bugsDan Carpenter2023-05-131-5/+5
* | iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo2023-05-131-5/+5
* | iio: ad4130: Make sure clock provider gets removedLars-Peter Clausen2023-05-131-1/+11
* | iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID ...ChiaEn Wu2023-05-131-2/+51
* | iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw()Dan Carpenter2023-05-131-4/+3
|/
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-2712-196/+995
|\
| * iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström2023-04-131-14/+2
| * iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström2023-04-131-24/+419
| * iio: adc: palmas: always reset events on unloadPatrik Dahlström2023-04-131-0/+11
| * iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström2023-04-131-10/+9
| * iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström2023-04-131-13/+23
| * iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström2023-04-131-25/+25
| * iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström2023-04-131-44/+6
| * iio: adc: palmas: Take probe fully device managed.Jonathan Cameron2023-04-131-68/+42
| * Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-1211-58/+518
| |\
| | * iio: adc: ti-ads1100: fix error code in probe()Dan Carpenter2023-04-101-1/+1
| | * iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()Cheng Ziqiu2023-03-181-5/+1
| | * iio: adc: qcom-pm8xxx-xoadc: Remove useless condition in pm8xxx_xoadc_parse_c...Kasumov Ruslan2023-03-181-1/+1
| | * iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...Tom Rix2023-03-121-3/+3
| | * iio: adc: Add TI ADS1100 and ADS1000Mike Looijmans2023-03-123-0/+456
| | * iio: adc: rcar-gyroadc: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-111-1/+1
| | * iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-113-3/+3