aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ingenic-adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-31iio/adc: ingenic: add JZ4760B support to the sadc driverChristophe Branchereau1-0/+10
2021-07-31iio/adc: ingenic: add JZ4760 support to the sadc driverChristophe Branchereau1-4/+78
2021-07-31iio/adc: ingenic: rename has_aux2 to has_aux_mdChristophe Branchereau1-5/+5
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+1
2020-11-08iio/adc: ingenic: Fix AUX/VBAT readings when touchscreen is usedPaul Cercueil1-6/+26
2020-11-08iio/adc: ingenic: Fix battery VREF for JZ4770 SoCPaul Cercueil1-1/+1
2020-10-31iio/adc: ingenic: remove unneeded semicolonTom Rix1-1/+1
2020-07-22Merge branch 'ib-5.8-jz47xx-ts' into HEADJonathan Cameron1-40/+351
2020-07-20IIO: Ingenic JZ47xx: Add touchscreen mode.Artur Rojek1-2/+248
2020-07-20iio/adc: ingenic: Retrieve channels list from soc data structPaul Cercueil1-34/+65
2020-07-20IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idxArtur Rojek1-0/+16
2020-07-20IIO: Ingenic JZ47xx: Error check clk_enable calls.Artur Rojek1-6/+24
2020-07-07iio:adc:ingenic: drop of_match_ptr protection and include mod_devicetable.hJonathan Cameron1-3/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-11-09iio: adc: ingenic: Use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-09-08IIO: Ingenic JZ47xx: Add support for JZ4770 SoC ADC.Artur Rojek1-22/+127
2019-07-14IIO: Ingenic JZ47xx: Set clock divider on probeMaarten ter Huurne1-0/+54
2019-04-04iio: adc: ingenic: remove redundant dev_err call in ingenic_adc_probe()Wei Yongjun1-3/+1
2019-02-09IIO: add Ingenic JZ47xx ADC driver.Artur Rojek1-0/+364