summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/aspeed_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_dataMiaoqian Lin2022-06-191-0/+1
* iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.Billy Tsai2022-03-021-1/+3
* Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-191-102/+496
|\
| * iio: adc: aspeed: Fix spelling mistake "battey" -> "battery"Colin Ian King2021-10-191-1/+1
| * iio: adc: aspeed: Get and set trimming data.Billy Tsai2021-10-191-0/+71
| * iio: adc: aspeed: Support battery sensing.Billy Tsai2021-10-191-3/+78
| * iio: adc: aspeed: Add compensation phase.Billy Tsai2021-10-191-1/+53
| * iio: adc: aspeed: Add func to set sampling rate.Billy Tsai2021-10-191-19/+39
| * iio: adc: aspeed: Fix the calculate error of clock.Billy Tsai2021-10-191-0/+27
| * iio: adc: aspeed: Support ast2600 adc.Billy Tsai2021-10-191-5/+96
| * iio: adc: aspeed: Use devm_add_action_or_reset.Billy Tsai2021-10-191-58/+55
| * iio: adc: aspeed: Use model_data to set clk scaler.Billy Tsai2021-10-191-16/+27
| * iio: adc: aspeed: Add vref config functionBilly Tsai2021-10-191-1/+17
| * iio: adc: aspeed: Restructure the model dataBilly Tsai2021-10-191-5/+15
| * iio: adc: aspeed: Keep model data to driver data.Billy Tsai2021-10-191-13/+7
| * iio: adc: aspeed: completes the bitfield declare.Billy Tsai2021-09-141-17/+47
* | iio: adc: aspeed: set driver data when adc probe.Billy Tsai2021-09-141-0/+1
|/
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: aspeed: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-5/+1
* iio: adc: aspeed: Fix error handling pathChristophe JAILLET2018-01-141-3/+4
* iio: adc: aspeed: Deassert reset in probeJoel Stanley2017-12-021-6/+19
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-231-0/+26
|\
| * iio: aspeed-adc: wait for initial sequence.Mykola Kostenok2017-07-231-0/+26
* | iio: Aspeed ADC - Handle return value of clk_prepare_enableArvind Yadav2017-06-111-1/+5
|/
* iio: Aspeed ADCRick Altherr2017-04-011-0/+295