diff options
author | 2024-01-29 14:47:17 -0600 | |
---|---|---|
committer | 2024-08-04 16:58:40 +0200 | |
commit | 265e472e12da17af754f584b6a2f11cedb94fe49 (patch) | |
tree | 88068ea9050ecb2be0aba64c9c0f1d484bceddae | |
parent | ARM: s3c: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (diff) | |
download | wireguard-linux-265e472e12da17af754f584b6a2f11cedb94fe49.tar.xz wireguard-linux-265e472e12da17af754f584b6a2f11cedb94fe49.zip |
MAINTAINERS: Add entry for Samsung Exynos850 SoC
Add maintainers entry for the Samsung Exynos850 SoC based platforms.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20240129204717.9091-1-semen.protsenko@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r-- | MAINTAINERS | 10 |
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:linux-samsung-soc@vger.kernel.org F: Documentation/devicetree/bindings/sound/samsung* F: sound/soc/samsung/ +SAMSUNG EXYNOS850 SoC SUPPORT +M: Sam Protsenko <semen.protsenko@linaro.org> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org +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 <krzk@kernel.org> L: linux-crypto@vger.kernel.org |