summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/mt6577_auxadc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-11iio: adc: mt6577_auxadc: Fix kernel panic on suspendAngeloGioacchino Del Regno1-0/+1
2023-09-11iio: adc: mt6577_auxadc: Simplify with device managed functionJinjie Ruan1-25/+15
2023-09-11iio: adc: mt6577_auxadc: Simplify with dev_err_probe()Jinjie Ruan1-12/+8
2023-09-11iio: adc: mt6577_auxadc: Use devm_clk_get_enabled() helper functionJinjie Ruan1-14/+3
2022-07-18iio: adc: mt6577_auxadc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-6/+6
2022-01-23iio: adc: mt8186: Add compatible node for mt8186Guodong Liu1-0/+6
2022-01-23iio:adc:mt6577_auxadc: Tidy up white space around {} in id tablesJonathan Cameron1-5/+5
2021-09-26iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSEDHui Liu1-0/+8
2020-11-01iio: adc: mediatek: fix unset fieldFabien Parent1-2/+4
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-11-09iio: adc: mt6577_auxdac: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-19iio: adc: mediatek: mt6577-auxadc, add mt6765 supportChun-Hung Wu1-13/+41
2017-09-24iio: adc: mt2712: Add compatible node for mt2712.Zhiyong Tao1-0/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-01iio: adc: mt7622: Add compatible node for mt7622.Zhiyong Tao1-0/+1
2017-07-01iio: adc: mt7622: add support for suspend/resume.Zhiyong Tao1-0/+36
2016-08-21iio: adc: mt2701: Add Mediatek auxadc driver for mt2701.Zhiyong Tao1-0/+291