linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update max30208 maintainership
@ 2025-08-08 19:02 Marcelo Schmitt
  2025-08-08 21:40 ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Marcelo Schmitt @ 2025-08-08 19:02 UTC (permalink / raw)
  To: linux-iio, linux-kernel
  Cc: dave.hansen, andy, dlechner, jic23, nuno.sa, marcelo.schmitt1

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Update max30208 maintainership
  2025-08-08 19:02 [PATCH] MAINTAINERS: Update max30208 maintainership Marcelo Schmitt
@ 2025-08-08 21:40 ` Andy Shevchenko
  2025-08-09 13:51   ` Marcelo Schmitt
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2025-08-08 21:40 UTC (permalink / raw)
  To: Marcelo Schmitt
  Cc: linux-iio, linux-kernel, dave.hansen, andy, dlechner, jic23,
	nuno.sa, marcelo.schmitt1

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Update max30208 maintainership
  2025-08-08 21:40 ` Andy Shevchenko
@ 2025-08-09 13:51   ` Marcelo Schmitt
  2025-08-09 13:53     ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Marcelo Schmitt @ 2025-08-09 13:51 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Marcelo Schmitt, linux-iio, linux-kernel, dave.hansen, andy,
	dlechner, jic23, nuno.sa

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Update max30208 maintainership
  2025-08-09 13:51   ` Marcelo Schmitt
@ 2025-08-09 13:53     ` Andy Shevchenko
  2025-08-09 17:47       ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2025-08-09 13:53 UTC (permalink / raw)
  To: Marcelo Schmitt
  Cc: Marcelo Schmitt, linux-iio, linux-kernel, dave.hansen, andy,
	dlechner, jic23, nuno.sa

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Update max30208 maintainership
  2025-08-09 13:53     ` Andy Shevchenko
@ 2025-08-09 17:47       ` Jonathan Cameron
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2025-08-09 17:47 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Marcelo Schmitt, Marcelo Schmitt, linux-iio, linux-kernel,
	dave.hansen, andy, dlechner, nuno.sa

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-08-09 17:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-08 19:02 [PATCH] MAINTAINERS: Update max30208 maintainership Marcelo Schmitt
2025-08-08 21:40 ` Andy Shevchenko
2025-08-09 13:51   ` Marcelo Schmitt
2025-08-09 13:53     ` Andy Shevchenko
2025-08-09 17:47       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).