| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 4 | -0/+4 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 2 | -0/+2 |
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | adc: stm32: Fix warnings when compiling with W=1 | Patrick Delaunay | 2019-07-12 | 1 | -1/+2 |
* | adc: stm32-adc: Fix warnings when compiling with W=1 | Patrick Delaunay | 2019-07-12 | 1 | -6/+7 |
* | adc: exynos-adc: Fix wrong bit operation used to stop the ADC | Krzysztof Kozlowski | 2019-03-11 | 1 | -1/+1 |
* | dm: adc: add uclass's mask and conversion helpers | Fabrice Gasnier | 2018-11-20 | 1 | -0/+37 |
* | drivers: cosmetic: Convert SPDX license tags to Linux Kernel style | Patrick Delaunay | 2018-10-28 | 1 | -2/+1 |
* | adc: Add driver for STM32 ADC | Fabrice Gasnier | 2018-08-03 | 5 | -0/+534 |
* | dm: adc: uclass: get reference regulator once | Fabrice Gasnier | 2018-08-03 | 1 | -18/+17 |
* | adc: meson-saradc: fix regmap_init_mem call | Neil Armstrong | 2018-06-19 | 1 | -1/+1 |
* | adc: add Amlogic Meson SAR ADC driver | Neil Armstrong | 2018-05-08 | 3 | -0/+734 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 4 | -8/+4 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 4 | -12/+12 |
* | dm: adc: Add driver for Rockchip SARADC | David Wu | 2017-10-01 | 3 | -0/+193 |
* | dm: adc: Convert uclass to livetree | Simon Glass | 2017-06-01 | 1 | -8/+6 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -2/+2 |
* | sandbox: add ADC driver | Przemyslaw Marczak | 2015-11-02 | 3 | -0/+184 |
* | dm: adc: add Exynos54xx compatible ADC driver | Przemyslaw Marczak | 2015-11-02 | 3 | -0/+155 |
* | dm: adc: add simple ADC uclass implementation | Przemyslaw Marczak | 2015-11-02 | 3 | -0/+429 |