aboutsummaryrefslogtreecommitdiff
path: root/drivers/adc
AgeCommit message (Expand)AuthorFilesLines
2019-07-12adc: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-1/+2
2019-07-12adc: stm32-adc: Fix warnings when compiling with W=1Patrick Delaunay1-6/+7
2019-03-11adc: exynos-adc: Fix wrong bit operation used to stop the ADCKrzysztof Kozlowski1-1/+1
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier1-0/+37
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-2/+1
2018-08-03adc: Add driver for STM32 ADCFabrice Gasnier5-0/+534
2018-08-03dm: adc: uclass: get reference regulator onceFabrice Gasnier1-18/+17
2018-06-19adc: meson-saradc: fix regmap_init_mem callNeil Armstrong1-1/+1
2018-05-08adc: add Amlogic Meson SAR ADC driverNeil Armstrong3-0/+734
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-8/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada4-12/+12
2017-10-01dm: adc: Add driver for Rockchip SARADCDavid Wu3-0/+193
2017-06-01dm: adc: Convert uclass to livetreeSimon Glass1-8/+6
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2015-11-02sandbox: add ADC driverPrzemyslaw Marczak3-0/+184
2015-11-02dm: adc: add Exynos54xx compatible ADC driverPrzemyslaw Marczak3-0/+155
2015-11-02dm: adc: add simple ADC uclass implementationPrzemyslaw Marczak3-0/+429