diff options
author | Krzysztof Kozlowski <[email protected]> | 2016-06-22 14:16:45 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2016-06-23 08:12:08 +0200 |
commit | 1c03274d68f4744afe582fcff1c2e5b1c5c34b5b (patch) | |
tree | f2b532a581444ee6998ac1988cae837c004aeefd | |
parent | d3221cc6358cf9178bf4178e29241ebaa4485318 (diff) |
MAINTAINERS: Extend Samsung SoC entry with S3C/S5P drivers
Some of the drivers for S3C and S5P families of Samsung SoCs go in
through Samsung SoC tree. Extend the entry so proper maintainers would
be displayed in such cases, most notably the cpufreq drivers. This does
not change the work-flow for other drivers which have sub-maintainers
(like Samsung clocks).
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Cc: Kukjin Kim <[email protected]>
Cc: Viresh Kumar <[email protected]>
Cc: "Rafael J. Wysocki" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Acked-by: Viresh Kumar <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7304d2e37a98..61df2e2cb35a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1598,8 +1598,10 @@ F: arch/arm/mach-s3c24*/ F: arch/arm/mach-s3c64xx/ F: arch/arm/mach-s5p*/ F: arch/arm/mach-exynos*/ -F: drivers/*/*s3c2410* -F: drivers/*/*/*s3c2410* +F: drivers/*/*s3c24* +F: drivers/*/*/*s3c24* +F: drivers/*/*s3c64xx* +F: drivers/*/*s5pv210* F: drivers/memory/samsung/* F: drivers/soc/samsung/* F: drivers/spi/spi-s3c* |