Message ID | 20210210172303.335268-1-krzk@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 36de760a5a90450bc1bd92b6938ce46f502da54d |
Headers | show |
Series | MAINTAINERS: arm: samsung: include S3C headers in platform entry | expand |
From: Arnd Bergmann <arnd@arndb.de> On Wed, 10 Feb 2021 18:23:03 +0100, Krzysztof Kozlowski wrote: > Several S3C24xx/S3C64xx headers in include/linux are not caught by > Samsung S3C/S5P/Exynos maintainer entry and might look like abandoned. > Include them in "ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES" > entry. Applied to arm/soc, thanks! [1/1] MAINTAINERS: arm: samsung: include S3C headers in platform entry commit: 36de760a5a90450bc1bd92b6938ce46f502da54d Arnd
Hello: This patch was applied to soc/soc.git (refs/heads/for-next): On Wed, 10 Feb 2021 18:23:03 +0100 you wrote: > Several S3C24xx/S3C64xx headers in include/linux are not caught by > Samsung S3C/S5P/Exynos maintainer entry and might look like abandoned. > Include them in "ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES" > entry. > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > > [...] Here is the summary with links: - MAINTAINERS: arm: samsung: include S3C headers in platform entry https://git.kernel.org/soc/soc/c/36de760a5a90 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/MAINTAINERS b/MAINTAINERS index 68e2b4cb4788..5f7aa507b812 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2383,6 +2383,8 @@ F: drivers/*/*s5pv210* F: drivers/memory/samsung/ F: drivers/soc/samsung/ F: drivers/tty/serial/samsung* +F: include/linux/platform_data/*s3c* +F: include/linux/serial_s3c.h F: include/linux/soc/samsung/ N: exynos N: s3c2410
Several S3C24xx/S3C64xx headers in include/linux are not caught by Samsung S3C/S5P/Exynos maintainer entry and might look like abandoned. Include them in "ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES" entry. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)