diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-24 16:03:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-24 16:03:51 -0400 |
commit | d972604f6f87478212f012af5560c4fd4bb2b01d (patch) | |
tree | 47f043843ccbf0ee609aeb13267a76ed9c26f9fd /MAINTAINERS | |
parent | 57bb8e37d71eac45b6ea9180698a9cc3db945e26 (diff) | |
parent | d7a4303b8d1fa6f60b73ed91317a51764a2a412c (diff) |
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management updates from Zhang Rui:
- Add Daniel Lezcano as the reviewer of thermal framework and SoC
driver changes (Daniel Lezcano).
- Fix a bug in intel_dts_soc_thermal driver, which does not translate
IO-APIC GSI (Global System Interrupt) into Linux irq number (Hans de
Goede).
- For device tree bindings, allow cooling devices sharing same trip
point with same contribution value to share cooling map (Viresh
Kumar).
* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
dt-bindings: thermal: Allow multiple devices to share cooling map
MAINTAINERS: Add Daniel Lezcano as designated reviewer for thermal
Thermal: Intel SoC DTS: Translate IO-APIC GSI number to linux irq number
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index eb27d7ebfa68..b2fcd1c6bdcb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -14410,6 +14410,7 @@ F: drivers/media/radio/radio-raremono.c | |||
14410 | THERMAL | 14410 | THERMAL |
14411 | M: Zhang Rui <rui.zhang@intel.com> | 14411 | M: Zhang Rui <rui.zhang@intel.com> |
14412 | M: Eduardo Valentin <edubezval@gmail.com> | 14412 | M: Eduardo Valentin <edubezval@gmail.com> |
14413 | R: Daniel Lezcano <daniel.lezcano@linaro.org> | ||
14413 | L: linux-pm@vger.kernel.org | 14414 | L: linux-pm@vger.kernel.org |
14414 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git | 14415 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git |
14415 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git | 14416 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git |