diff options
author | Heiko Stübner <heiko@sntech.de> | 2014-08-26 18:05:50 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-08-27 18:03:20 -0400 |
commit | 541555e95cc9ca321606b72dc0c670a764713669 (patch) | |
tree | 2835fd4027b9a34b65ba03afc4dbdbae5933d42a /MAINTAINERS | |
parent | fc3e825fa91636a5d1b992e769b2d8279877bfad (diff) |
MAINTAINERS: catch special Rockchip code locations
Add some more locations that aren't catched by the general wildcard.
This includes the devicetree files, clock directory, rk3x i2c driver,
everything in a third layer under drivers like iio/adc/rockchip_saradc.c
and the i2s driver.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1ff06dee651d..93e9f730f406 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1279,8 +1279,13 @@ M: Heiko Stuebner <heiko@sntech.de> | |||
1279 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1279 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1280 | L: linux-rockchip@lists.infradead.org | 1280 | L: linux-rockchip@lists.infradead.org |
1281 | S: Maintained | 1281 | S: Maintained |
1282 | F: arch/arm/boot/dts/rk3* | ||
1282 | F: arch/arm/mach-rockchip/ | 1283 | F: arch/arm/mach-rockchip/ |
1284 | F: drivers/clk/rockchip/ | ||
1285 | F: drivers/i2c/busses/i2c-rk3x.c | ||
1283 | F: drivers/*/*rockchip* | 1286 | F: drivers/*/*rockchip* |
1287 | F: drivers/*/*/*rockchip* | ||
1288 | F: sound/soc/rockchip/ | ||
1284 | 1289 | ||
1285 | ARM/SAMSUNG ARM ARCHITECTURES | 1290 | ARM/SAMSUNG ARM ARCHITECTURES |
1286 | M: Ben Dooks <ben-linux@fluff.org> | 1291 | M: Ben Dooks <ben-linux@fluff.org> |