aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Protsenko <[email protected]>2024-01-29 14:47:17 -0600
committerKrzysztof Kozlowski <[email protected]>2024-08-04 16:58:40 +0200
commit265e472e12da17af754f584b6a2f11cedb94fe49 (patch)
tree88068ea9050ecb2be0aba64c9c0f1d484bceddae
parentc652cfd1d31ebcb54fba1fc19dcd8691c5ba9474 (diff)
MAINTAINERS: Add entry for Samsung Exynos850 SoC
Add maintainers entry for the Samsung Exynos850 SoC based platforms. Signed-off-by: Sam Protsenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 42decde38320..171dd4c22809 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20109,6 +20109,16 @@ B: mailto:[email protected]
F: Documentation/devicetree/bindings/sound/samsung*
F: sound/soc/samsung/
+SAMSUNG EXYNOS850 SoC SUPPORT
+M: Sam Protsenko <[email protected]>
+L: [email protected] (moderated for non-subscribers)
+S: Maintained
+F: Documentation/devicetree/bindings/clock/samsung,exynos850-clock.yaml
+F: arch/arm64/boot/dts/exynos/exynos850*
+F: drivers/clk/samsung/clk-exynos850.c
+F: include/dt-bindings/clock/exynos850.h
+
SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
M: Krzysztof Kozlowski <[email protected]>