[PATCH] MAINTAINERS: Update max30208 maintainership

Marcelo Schmitt posted 1 patch 1 month, 3 weeks ago
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] MAINTAINERS: Update max30208 maintainership
Posted by Marcelo Schmitt 1 month, 3 weeks ago
Update MAX30208 temperature sensor driver maintainer.
The previous maintainer's email bounces and no longer works.
Also mark the driver as supported.

Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4f03e230f3c5..0308dbfb98eb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14981,9 +14981,9 @@ F:	Documentation/devicetree/bindings/regulator/maxim,max20086.yaml
 F:	drivers/regulator/max20086-regulator.c
 
 MAXIM MAX30208 TEMPERATURE SENSOR DRIVER
-M:	Rajat Khandelwal <rajat.khandelwal@linux.intel.com>
+M:	Marcelo Schmitt <marcelo.schmitt@analog.com>
 L:	linux-iio@vger.kernel.org
-S:	Maintained
+S:	Supported
 F:	drivers/iio/temperature/max30208.c
 
 MAXIM MAX77650 PMIC MFD DRIVER

base-commit: 6408dba154079656d069a6a25fb3a8954959474c
-- 
2.47.2
Re: [PATCH] MAINTAINERS: Update max30208 maintainership
Posted by Andy Shevchenko 1 month, 3 weeks ago
On Fri, Aug 8, 2025 at 9:02 PM Marcelo Schmitt
<marcelo.schmitt@analog.com> wrote:
>
> Update MAX30208 temperature sensor driver maintainer.
> The previous maintainer's email bounces and no longer works.
> Also mark the driver as supported.

Reported-by:
Closes:

?

Otherwise LGTM,
Reviewed-by: Andy Shevchenko <andy@kernel.org>

...

> -S:     Maintained
> +S:     Supported

Just curious, are you really having this as a day job task?

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH] MAINTAINERS: Update max30208 maintainership
Posted by Marcelo Schmitt 1 month, 3 weeks ago
On 08/08, Andy Shevchenko wrote:
> On Fri, Aug 8, 2025 at 9:02 PM Marcelo Schmitt
> <marcelo.schmitt@analog.com> wrote:
> >
> > Update MAX30208 temperature sensor driver maintainer.
> > The previous maintainer's email bounces and no longer works.
> > Also mark the driver as supported.
> 
> Reported-by:
> Closes:
> 
> ?
Reported-by: Dave Hansen <dave.hansen@linux.intel.com>
Closes: https://lore.kernel.org/linux-iio/20250808174901.4556B33A@davehans-spike.ostc.intel.com/
> 
> Otherwise LGTM,
> Reviewed-by: Andy Shevchenko <andy@kernel.org>
> 
> ...
> 
> > -S:     Maintained
> > +S:     Supported
> 
> Just curious, are you really having this as a day job task?

There is a request for MAX30210 support and so this driver may get extended to
also support that part. Though, even if we end up with a separate driver for
MAX30210, it feel unlikely to me that people lost interest in MAX30208 
as that's still in production according to MAX30208's page [1].

[1]: https://www.analog.com/en/products/MAX30208.html

> 
> -- 
> With Best Regards,
> Andy Shevchenko
Re: [PATCH] MAINTAINERS: Update max30208 maintainership
Posted by Andy Shevchenko 1 month, 3 weeks ago
On Sat, Aug 9, 2025 at 3:51 PM Marcelo Schmitt
<marcelo.schmitt1@gmail.com> wrote:
> On 08/08, Andy Shevchenko wrote:
> > On Fri, Aug 8, 2025 at 9:02 PM Marcelo Schmitt
> > <marcelo.schmitt@analog.com> wrote:

...

> > > -S:     Maintained
> > > +S:     Supported
> >
> > Just curious, are you really having this as a day job task?
>
> There is a request for MAX30210 support and so this driver may get extended to
> also support that part. Though, even if we end up with a separate driver for
> MAX30210, it feel unlikely to me that people lost interest in MAX30208
> as that's still in production according to MAX30208's page [1].

Ah, cool, thanks for taking care of this!

> [1]: https://www.analog.com/en/products/MAX30208.html



-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH] MAINTAINERS: Update max30208 maintainership
Posted by Jonathan Cameron 1 month, 3 weeks ago
On Sat, 9 Aug 2025 15:53:42 +0200
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:

> On Sat, Aug 9, 2025 at 3:51 PM Marcelo Schmitt
> <marcelo.schmitt1@gmail.com> wrote:
> > On 08/08, Andy Shevchenko wrote:  
> > > On Fri, Aug 8, 2025 at 9:02 PM Marcelo Schmitt
> > > <marcelo.schmitt@analog.com> wrote:  
> 
> ...
> 
> > > > -S:     Maintained
> > > > +S:     Supported  
> > >
> > > Just curious, are you really having this as a day job task?  
> >
> > There is a request for MAX30210 support and so this driver may get extended to
> > also support that part. Though, even if we end up with a separate driver for
> > MAX30210, it feel unlikely to me that people lost interest in MAX30208
> > as that's still in production according to MAX30208's page [1].  
> 
> Ah, cool, thanks for taking care of this!
> 
> > [1]: https://www.analog.com/en/products/MAX30208.html  

Applied to the testing branch of iio.git.
Thanks,

Jonathan