aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/imx93_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-25iio: adc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-08-25iio: adc: Remove dev_err_probe() if error is -ENOMEMXichao Zhao1-2/+1
2025-08-16iio: adc: imx93_adc: load calibrated values even calibration failedHaibo Chen1-3/+15
2025-08-16iio: adc: imx93_adc: keep one style of the hex valuesHaibo Chen1-2/+2
2025-04-22iio: normalize array sentinel styleDavid Lechner1-1/+1
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-12-04iio: adc: imx93: add four channels for imx93 adcHaibo Chen1-0/+4
2023-09-23iio: adc: imx93: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-13iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw()Dan Carpenter1-4/+3
2023-01-28iio: adc: imx93: Fix spelling mistake "geting" -> "getting"Colin Ian King1-1/+1
2023-01-22iio: adc: add imx93 adc supportHaibo Chen1-0/+484