[PATCH v2 2/4] MAINTAINERS: Add tids driver as maintained

Thomas Marangoni posted 4 patches 1 week, 5 days ago
[PATCH v2 2/4] MAINTAINERS: Add tids driver as maintained
Posted by Thomas Marangoni 1 week, 5 days ago
I've added myself as maintainer for the tids driver.

Signed-off-by: Thomas Marangoni <Thomas.Marangoni@becom-group.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 59b145dde215..7b74461b9fa8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28042,6 +28042,13 @@ F:	include/linux/workqueue.h
 F:	kernel/workqueue.c
 F:	kernel/workqueue_internal.h
 
+WSEN TIDS DRIVER
+M:	Thomas Marangoni <Thomas.Marangoni@becom-group.com>
+L:	linux-hwmon@vger.kernel.org
+S:	Maintained
+F:	Documentation/hwmon/tids.rst
+F:	drivers/hwmon/tids.c
+
 WWAN DRIVERS
 M:	Loic Poulain <loic.poulain@oss.qualcomm.com>
 M:	Sergey Ryazanov <ryazanov.s.a@gmail.com>
-- 
2.51.1
Re: [PATCH v2 2/4] MAINTAINERS: Add tids driver as maintained
Posted by Krzysztof Kozlowski 1 week, 5 days ago
On 19/11/2025 13:51, Thomas Marangoni wrote:
> I've added myself as maintainer for the tids driver.

Please use imperative. See submitting patches.

> 
> Signed-off-by: Thomas Marangoni <Thomas.Marangoni@becom-group.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 59b145dde215..7b74461b9fa8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -28042,6 +28042,13 @@ F:	include/linux/workqueue.h
>  F:	kernel/workqueue.c
>  F:	kernel/workqueue_internal.h
>  
> +WSEN TIDS DRIVER
> +M:	Thomas Marangoni <Thomas.Marangoni@becom-group.com>
> +L:	linux-hwmon@vger.kernel.org
> +S:	Maintained
> +F:	Documentation/hwmon/tids.rst
> +F:	drivers/hwmon/tids.c

There is no such file at this point, which leads to get_maintainers
warning. You need to properly order the pachset (see git log) to
maintain full bisectability.

Best regards,
Krzysztof