diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-02-20 12:02:35 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-10-12 00:37:39 +0300 |
commit | 39131a4e530afb6d926cab871d8bcc99a2df1288 (patch) | |
tree | 46d60f0cd67574da716dc467856f3b04462b582e /MAINTAINERS | |
parent | e05ea75f75c023c0520cd9ea2f6e93b008822347 (diff) | |
download | qemu-39131a4e530afb6d926cab871d8bcc99a2df1288.zip qemu-39131a4e530afb6d926cab871d8bcc99a2df1288.tar.gz qemu-39131a4e530afb6d926cab871d8bcc99a2df1288.tar.bz2 |
MAINTAINERS: Add section for overall sensors
Sensor devices depend on some bus, not a particular board.
While merged for a particular board, sensor devices don't
depend on it. They depend on a bus technology, and can be
used by any board exposing such bus.
In order to help merging sensor patches, when they fall out
of a particular board tree, add a section covering overall
sensors, to help out with patch review and merge queue
handling.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6f947ff..b217080f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3418,6 +3418,12 @@ M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> S: Maintained F: contrib/elf2dmp/ +Overall sensors +M: Philippe Mathieu-Daudé <philmd@linaro.org> +S: Odd Fixes +F: hw/sensor +F: include/hw/sensor + I2C and SMBus M: Corey Minyard <cminyard@mvista.com> S: Maintained |