[PATCH] MAINTAINERS: Add section for overall sensors

Philippe Mathieu-Daudé posted 1 patch 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230220110235.24472-1-philmd@linaro.org
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] MAINTAINERS: Add section for overall sensors
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
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>
---
Hi, would you like to help co-maintaining?

Cc: Titus Rwantare <titusr@google.com>
Cc: Hao Wu <wuhaotsh@google.com>
Cc: Havard Skinnemoen <hskinnemoen@google.com>
Cc: Corey Minyard <cminyard@mvista.com>
Cc: Joel Stanley <joel@jms.id.au>
Cc: Kevin Townsend <kevin.townsend@linaro.org>
Cc: Klaus Jensen <k.jensen@samsung.com>
Cc: Maheswara Kurapati <quic_mkurapat@quicinc.com>
Cc: Peter Delevoryas <peter@pjd.dev>
Cc: Cédric Le Goater <clg@kaod.org>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fd54c1f140..657fadbd6d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3255,6 +3255,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
-- 
2.38.1


Re: [PATCH] MAINTAINERS: Add section for overall sensors
Posted by Thomas Huth 6 months, 4 weeks ago
On 20/02/2023 12.02, Philippe Mathieu-Daudé wrote:
> 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>
> ---
> Hi, would you like to help co-maintaining?
> 
> Cc: Titus Rwantare <titusr@google.com>
> Cc: Hao Wu <wuhaotsh@google.com>
> Cc: Havard Skinnemoen <hskinnemoen@google.com>
> Cc: Corey Minyard <cminyard@mvista.com>
> Cc: Joel Stanley <joel@jms.id.au>
> Cc: Kevin Townsend <kevin.townsend@linaro.org>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Maheswara Kurapati <quic_mkurapat@quicinc.com>
> Cc: Peter Delevoryas <peter@pjd.dev>
> Cc: Cédric Le Goater <clg@kaod.org>
> ---
>   MAINTAINERS | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fd54c1f140..657fadbd6d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3255,6 +3255,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

Reviewed-by: Thomas Huth <thuth@redhat.com>


Re: [PATCH] MAINTAINERS: Add section for overall sensors
Posted by Michael Tokarev 6 months, 4 weeks ago
02.10.2023 21:26, Thomas Huth :
> On 20/02/2023 12.02, Philippe Mathieu-Daudé wrote:
>> 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.

Heck. That's a blast from the past.  Applied to trivial-patches :)

/mjt