diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-08-27 07:32:11 +0530 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-13 20:05:53 -0700 |
commit | 64e05d8bcc837bc66cb2c6e71796c8883aa45939 (patch) | |
tree | 9392cee0081d0f15eabd509c1b347e546047ec41 | |
parent | ec2feb475f4880246166a47e066e7a601a6103af (diff) | |
download | blackbird-obmc-linux-64e05d8bcc837bc66cb2c6e71796c8883aa45939.tar.gz blackbird-obmc-linux-64e05d8bcc837bc66cb2c6e71796c8883aa45939.zip |
thermal: cpu_cooling: Add MAINTAINERS entry
None of the patches are reaching Viresh or Daniel directly as
get_maintainers doesn't report us as maintainers. Looks like file header
or history of commits isn't able to do that properly.
Add a separate entry for cpu_cooling driver in MAINTAINERS.
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Acked-by: Amit Daniel Kachhap <amit.kachhap@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7ba7ab749c85..6cc919abf246 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10338,6 +10338,16 @@ F: include/uapi/linux/thermal.h F: include/linux/cpu_cooling.h F: Documentation/devicetree/bindings/thermal/ +THERMAL/CPU_COOLING +M: Amit Daniel Kachhap <amit.kachhap@gmail.com> +M: Viresh Kumar <viresh.kumar@linaro.org> +M: Javi Merino <javi.merino@arm.com> +L: linux-pm@vger.kernel.org +S: Supported +F: Documentation/thermal/cpu-cooling-api.txt +F: drivers/thermal/cpu_cooling.c +F: include/linux/cpu_cooling.h + THINGM BLINK(1) USB RGB LED DRIVER M: Vivien Didelot <vivien.didelot@savoirfairelinux.com> S: Maintained |