Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: updated Lorenzo's email address
@ 2022-03-24 11:05 Lorenzo Bianconi
  2022-03-27 14:35 ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Lorenzo Bianconi @ 2022-03-24 11:05 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, lorenzo.bianconi

Using my kernel.org email for iio devices.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a1dfb3fab5f8..2c4fa8eb1e9f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8915,7 +8915,7 @@ S:	Maintained
 F:	drivers/input/touchscreen/htcpen.c
 
 HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
-M:	Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
+M:	Lorenzo Bianconi <lorenzo@kernel.org>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
 W:	http://www.st.com/
@@ -18399,7 +18399,7 @@ S:	Maintained
 F:	arch/alpha/kernel/srm_env.c
 
 ST LSM6DSx IMU IIO DRIVER
-M:	Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
+M:	Lorenzo Bianconi <lorenzo@kernel.org>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
 W:	http://www.st.com/
-- 
2.35.1


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

* Re: [PATCH] MAINTAINERS: updated Lorenzo's email address
  2022-03-24 11:05 [PATCH] MAINTAINERS: updated Lorenzo's email address Lorenzo Bianconi
@ 2022-03-27 14:35 ` Jonathan Cameron
  2022-03-27 19:38   ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2022-03-27 14:35 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: linux-iio, lorenzo.bianconi

On Thu, 24 Mar 2022 12:05:43 +0100
Lorenzo Bianconi <lorenzo@kernel.org> wrote:

> Using my kernel.org email for iio devices.
> 
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Applied.

Thanks,

Jonathan

> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a1dfb3fab5f8..2c4fa8eb1e9f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8915,7 +8915,7 @@ S:	Maintained
>  F:	drivers/input/touchscreen/htcpen.c
>  
>  HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
> -M:	Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
> +M:	Lorenzo Bianconi <lorenzo@kernel.org>
>  L:	linux-iio@vger.kernel.org
>  S:	Maintained
>  W:	http://www.st.com/
> @@ -18399,7 +18399,7 @@ S:	Maintained
>  F:	arch/alpha/kernel/srm_env.c
>  
>  ST LSM6DSx IMU IIO DRIVER
> -M:	Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
> +M:	Lorenzo Bianconi <lorenzo@kernel.org>
>  L:	linux-iio@vger.kernel.org
>  S:	Maintained
>  W:	http://www.st.com/


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

* Re: [PATCH] MAINTAINERS: updated Lorenzo's email address
  2022-03-27 14:35 ` Jonathan Cameron
@ 2022-03-27 19:38   ` Andy Shevchenko
  2022-03-30 12:27     ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2022-03-27 19:38 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: Lorenzo Bianconi, linux-iio, Lorenzo Bianconi

On Sun, Mar 27, 2022 at 10:36 PM Jonathan Cameron <jic23@kernel.org> wrote:
> On Thu, 24 Mar 2022 12:05:43 +0100
> Lorenzo Bianconi <lorenzo@kernel.org> wrote:
>
> > Using my kernel.org email for iio devices.

> Applied.

I'm wondering all those email changes in the MAINTAINERS, are they
being accompanied with the .mailcap changes?
It would be good to have this done in order to decrease the amount of
(email) bounces.
OTOH dunno if get_maintainer.pl looks into .mailcap.

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] MAINTAINERS: updated Lorenzo's email address
  2022-03-27 19:38   ` Andy Shevchenko
@ 2022-03-30 12:27     ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2022-03-30 12:27 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Jonathan Cameron, Lorenzo Bianconi, linux-iio, Lorenzo Bianconi

On Sun, 27 Mar 2022 22:38:49 +0300
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:

> On Sun, Mar 27, 2022 at 10:36 PM Jonathan Cameron <jic23@kernel.org> wrote:
> > On Thu, 24 Mar 2022 12:05:43 +0100
> > Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> >  
> > > Using my kernel.org email for iio devices.  
> 
> > Applied.  
> 
> I'm wondering all those email changes in the MAINTAINERS, are they
> being accompanied with the .mailcap changes?
> It would be good to have this done in order to decrease the amount of
> (email) bounces.
> OTOH dunno if get_maintainer.pl looks into .mailcap.
>

I'll guess, but in this case I think Lorenzo only wants to direct
mails about 'some' of the stuff he maintains to his kernel.org
account (as it's the stuff not related to the day job any more).
Hence for this one .mailmap change probably doesn't make sense.

Jonathan



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

end of thread, other threads:[~2022-03-30 12:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 11:05 [PATCH] MAINTAINERS: updated Lorenzo's email address Lorenzo Bianconi
2022-03-27 14:35 ` Jonathan Cameron
2022-03-27 19:38   ` Andy Shevchenko
2022-03-30 12:27     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox