diff options
author | Olof Johansson <olof@lixom.net> | 2019-10-21 23:50:43 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-10-21 23:50:45 +0200 |
commit | 2051818b346f0a3edc14520b9ebec3893700cb75 (patch) | |
tree | 0b9bb5bfcb58a5ace5a5bd5069b598ad749b95e1 /MAINTAINERS | |
parent | Merge tag 'renesas-drivers-for-v5.5-tag1' of git://git.kernel.org/pub/scm/lin... (diff) | |
parent | memory: samsung: exynos5422-dmc: Add support for interrupt from performance c... (diff) | |
download | linux-2051818b346f0a3edc14520b9ebec3893700cb75.tar.xz linux-2051818b346f0a3edc14520b9ebec3893700cb75.zip |
Merge tag 'samsung-drivers-dmc-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/drivers
Samsung DMC driver for v5.5
Add Samsung Dynamic Memory Controller for Exynos5422 which provides
scaling of frequency and voltage of memory controller and DRAM. The
driver allows to reduce energy usage without performance impact.
* tag 'samsung-drivers-dmc-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
memory: samsung: exynos5422-dmc: Add support for interrupt from performance counters
memory: samsung: exynos5422-dmc: Fix kfree() of devm-allocated memory and missing static
memory: samsung: exynos5422-dmc: Fix spelling mistake "counld" -> "could"
memory: Add DMC driver for Exynos5422
memory: Extend of_memory with LPDDR3 support
Link: https://lore.kernel.org/r/20191021180453.29455-3-krzk@kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 55199ef7fa74..bc771ce6290c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4969,6 +4969,14 @@ F: include/linux/dma-direct.h F: include/linux/dma-mapping.h F: include/linux/dma-noncoherent.h +DMC FREQUENCY DRIVER FOR SAMSUNG EXYNOS5422 +M: Lukasz Luba <l.luba@partner.samsung.com> +L: linux-pm@vger.kernel.org +L: linux-samsung-soc@vger.kernel.org +S: Maintained +F: drivers/memory/samsung/exynos5422-dmc.c +F: Documentation/devicetree/bindings/memory-controllers/exynos5422-dmc.txt + DME1737 HARDWARE MONITOR DRIVER M: Juerg Haefliger <juergh@gmail.com> L: linux-hwmon@vger.kernel.org |