public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address
@ 2025-09-22 12:06 Sakari Ailus
  2025-09-22 12:06 ` [PATCH 2/5] gpio: " Sakari Ailus
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Sakari Ailus @ 2025-09-22 12:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Lixu Zhang, Linus Walleij, Bartosz Golaszewski, Andi Shyti,
	Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

Wentong's e-mail address no longer works, remove it.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/usb/misc/usb-ljca.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/misc/usb-ljca.c b/drivers/usb/misc/usb-ljca.c
index c562630d862c..1846156c0800 100644
--- a/drivers/usb/misc/usb-ljca.c
+++ b/drivers/usb/misc/usb-ljca.c
@@ -891,7 +891,7 @@ static struct usb_driver ljca_driver = {
 };
 module_usb_driver(ljca_driver);
 
-MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
+MODULE_AUTHOR("Wentong Wu");
 MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@intel.com>");
 MODULE_AUTHOR("Lixu Zhang <lixu.zhang@intel.com>");
 MODULE_DESCRIPTION("Intel La Jolla Cove Adapter USB driver");
-- 
2.47.3


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

* [PATCH 2/5] gpio: ljca: Remove Wentong's e-mail address
  2025-09-22 12:06 [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address Sakari Ailus
@ 2025-09-22 12:06 ` Sakari Ailus
  2025-09-22 12:06 ` [PATCH 3/5] i2c: " Sakari Ailus
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: Sakari Ailus @ 2025-09-22 12:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Lixu Zhang, Linus Walleij, Bartosz Golaszewski, Andi Shyti,
	Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

Wentong's e-mail address no longer works, remove it.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/gpio/gpio-ljca.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-ljca.c b/drivers/gpio/gpio-ljca.c
index 3b4f8830c741..050278362fe3 100644
--- a/drivers/gpio/gpio-ljca.c
+++ b/drivers/gpio/gpio-ljca.c
@@ -492,7 +492,7 @@ static struct auxiliary_driver ljca_gpio_driver = {
 };
 module_auxiliary_driver(ljca_gpio_driver);
 
-MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
+MODULE_AUTHOR("Wentong Wu");
 MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@intel.com>");
 MODULE_AUTHOR("Lixu Zhang <lixu.zhang@intel.com>");
 MODULE_DESCRIPTION("Intel La Jolla Cove Adapter USB-GPIO driver");
-- 
2.47.3


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

* [PATCH 3/5] i2c: ljca: Remove Wentong's e-mail address
  2025-09-22 12:06 [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address Sakari Ailus
  2025-09-22 12:06 ` [PATCH 2/5] gpio: " Sakari Ailus
@ 2025-09-22 12:06 ` Sakari Ailus
  2025-09-22 12:06 ` [PATCH 4/5] spi: " Sakari Ailus
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: Sakari Ailus @ 2025-09-22 12:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Lixu Zhang, Linus Walleij, Bartosz Golaszewski, Andi Shyti,
	Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

Wentong's e-mail address no longer works, remove it.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/i2c/busses/i2c-ljca.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-ljca.c b/drivers/i2c/busses/i2c-ljca.c
index 93274f0c2d72..f82336cd1ba8 100644
--- a/drivers/i2c/busses/i2c-ljca.c
+++ b/drivers/i2c/busses/i2c-ljca.c
@@ -335,7 +335,7 @@ static struct auxiliary_driver ljca_i2c_driver = {
 };
 module_auxiliary_driver(ljca_i2c_driver);
 
-MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
+MODULE_AUTHOR("Wentong Wu");
 MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@intel.com>");
 MODULE_AUTHOR("Lixu Zhang <lixu.zhang@intel.com>");
 MODULE_DESCRIPTION("Intel La Jolla Cove Adapter USB-I2C driver");
-- 
2.47.3


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

* [PATCH 4/5] spi: ljca: Remove Wentong's e-mail address
  2025-09-22 12:06 [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address Sakari Ailus
  2025-09-22 12:06 ` [PATCH 2/5] gpio: " Sakari Ailus
  2025-09-22 12:06 ` [PATCH 3/5] i2c: " Sakari Ailus
@ 2025-09-22 12:06 ` Sakari Ailus
  2025-09-22 14:26   ` Bartosz Golaszewski
  2025-09-22 12:06 ` [PATCH 5/5] mei: vsc: " Sakari Ailus
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Sakari Ailus @ 2025-09-22 12:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Lixu Zhang, Linus Walleij, Bartosz Golaszewski, Andi Shyti,
	Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

Wentong's e-mail address no longer works, remove it.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/spi/spi-ljca.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-ljca.c b/drivers/spi/spi-ljca.c
index 2cab79ad2b98..3f412cf8f1cd 100644
--- a/drivers/spi/spi-ljca.c
+++ b/drivers/spi/spi-ljca.c
@@ -289,7 +289,7 @@ static struct auxiliary_driver ljca_spi_driver = {
 };
 module_auxiliary_driver(ljca_spi_driver);
 
-MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
+MODULE_AUTHOR("Wentong Wu");
 MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@intel.com>");
 MODULE_AUTHOR("Lixu Zhang <lixu.zhang@intel.com>");
 MODULE_DESCRIPTION("Intel La Jolla Cove Adapter USB-SPI driver");
-- 
2.47.3


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

* [PATCH 5/5] mei: vsc: Remove Wentong's e-mail address
  2025-09-22 12:06 [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address Sakari Ailus
                   ` (2 preceding siblings ...)
  2025-09-22 12:06 ` [PATCH 4/5] spi: " Sakari Ailus
@ 2025-09-22 12:06 ` Sakari Ailus
  2025-09-22 12:18 ` [PATCH 1/5] usb: misc: ljca: " Greg Kroah-Hartman
  2025-09-23  8:20 ` (subset) " Mark Brown
  5 siblings, 0 replies; 12+ messages in thread
From: Sakari Ailus @ 2025-09-22 12:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Lixu Zhang, Linus Walleij, Bartosz Golaszewski, Andi Shyti,
	Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

Wentong's e-mail address no longer works, remove it.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/misc/mei/platform-vsc.c | 2 +-
 drivers/misc/mei/vsc-tp.c       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/misc/mei/platform-vsc.c b/drivers/misc/mei/platform-vsc.c
index b2b5a20ae3fa..ce43668ad9fd 100644
--- a/drivers/misc/mei/platform-vsc.c
+++ b/drivers/misc/mei/platform-vsc.c
@@ -453,7 +453,7 @@ static struct platform_driver mei_vsc_drv = {
 };
 module_platform_driver(mei_vsc_drv);
 
-MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
+MODULE_AUTHOR("Wentong Wu");
 MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@intel.com>");
 MODULE_DESCRIPTION("Intel Visual Sensing Controller Interface");
 MODULE_LICENSE("GPL");
diff --git a/drivers/misc/mei/vsc-tp.c b/drivers/misc/mei/vsc-tp.c
index 5ecf99883996..a75d8307a0f2 100644
--- a/drivers/misc/mei/vsc-tp.c
+++ b/drivers/misc/mei/vsc-tp.c
@@ -571,7 +571,7 @@ static struct spi_driver vsc_tp_driver = {
 };
 module_spi_driver(vsc_tp_driver);
 
-MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
+MODULE_AUTHOR("Wentong Wu");
 MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@intel.com>");
 MODULE_DESCRIPTION("Intel Visual Sensing Controller Transport Layer");
 MODULE_LICENSE("GPL");
-- 
2.47.3


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

* Re: [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address
  2025-09-22 12:06 [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address Sakari Ailus
                   ` (3 preceding siblings ...)
  2025-09-22 12:06 ` [PATCH 5/5] mei: vsc: " Sakari Ailus
@ 2025-09-22 12:18 ` Greg Kroah-Hartman
  2025-09-22 16:29   ` Sakari Ailus
  2025-09-23  8:20 ` (subset) " Mark Brown
  5 siblings, 1 reply; 12+ messages in thread
From: Greg Kroah-Hartman @ 2025-09-22 12:18 UTC (permalink / raw)
  To: Sakari Ailus
  Cc: linux-kernel, Lixu Zhang, Linus Walleij, Bartosz Golaszewski,
	Andi Shyti, Alexander Usyskin, Arnd Bergmann, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

On Mon, Sep 22, 2025 at 03:06:28PM +0300, Sakari Ailus wrote:
> Wentong's e-mail address no longer works, remove it.
> 
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
>  drivers/usb/misc/usb-ljca.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/misc/usb-ljca.c b/drivers/usb/misc/usb-ljca.c
> index c562630d862c..1846156c0800 100644
> --- a/drivers/usb/misc/usb-ljca.c
> +++ b/drivers/usb/misc/usb-ljca.c
> @@ -891,7 +891,7 @@ static struct usb_driver ljca_driver = {
>  };
>  module_usb_driver(ljca_driver);
>  
> -MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
> +MODULE_AUTHOR("Wentong Wu");

Is there a new address where they can be reached?  SHouldn't that be
used instead of just deleting the intel one?

thanks,

greg k-h

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

* Re: [PATCH 4/5] spi: ljca: Remove Wentong's e-mail address
  2025-09-22 12:06 ` [PATCH 4/5] spi: " Sakari Ailus
@ 2025-09-22 14:26   ` Bartosz Golaszewski
  2025-09-22 16:31     ` Sakari Ailus
  0 siblings, 1 reply; 12+ messages in thread
From: Bartosz Golaszewski @ 2025-09-22 14:26 UTC (permalink / raw)
  To: Sakari Ailus
  Cc: linux-kernel, Lixu Zhang, Linus Walleij, Andi Shyti,
	Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

On Mon, Sep 22, 2025 at 2:06 PM Sakari Ailus
<sakari.ailus@linux.intel.com> wrote:
>
> Wentong's e-mail address no longer works, remove it.
>
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
>  drivers/spi/spi-ljca.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/spi/spi-ljca.c b/drivers/spi/spi-ljca.c
> index 2cab79ad2b98..3f412cf8f1cd 100644
> --- a/drivers/spi/spi-ljca.c
> +++ b/drivers/spi/spi-ljca.c
> @@ -289,7 +289,7 @@ static struct auxiliary_driver ljca_spi_driver = {
>  };
>  module_auxiliary_driver(ljca_spi_driver);
>
> -MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
> +MODULE_AUTHOR("Wentong Wu");
>  MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@intel.com>");
>  MODULE_AUTHOR("Lixu Zhang <lixu.zhang@intel.com>");
>  MODULE_DESCRIPTION("Intel La Jolla Cove Adapter USB-SPI driver");
> --
> 2.47.3
>

That makes perfect sense for MAINTAINERS but why would you remove
someone's authorship from a driver's C file?

Bartosz

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

* Re: [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address
  2025-09-22 12:18 ` [PATCH 1/5] usb: misc: ljca: " Greg Kroah-Hartman
@ 2025-09-22 16:29   ` Sakari Ailus
  2025-09-22 16:48     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 12+ messages in thread
From: Sakari Ailus @ 2025-09-22 16:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, Lixu Zhang, Linus Walleij, Bartosz Golaszewski,
	Andi Shyti, Alexander Usyskin, Arnd Bergmann, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

Hi Greg,

On Mon, Sep 22, 2025 at 02:18:00PM +0200, Greg Kroah-Hartman wrote:
> On Mon, Sep 22, 2025 at 03:06:28PM +0300, Sakari Ailus wrote:
> > Wentong's e-mail address no longer works, remove it.
> > 
> > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> > ---
> >  drivers/usb/misc/usb-ljca.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/usb/misc/usb-ljca.c b/drivers/usb/misc/usb-ljca.c
> > index c562630d862c..1846156c0800 100644
> > --- a/drivers/usb/misc/usb-ljca.c
> > +++ b/drivers/usb/misc/usb-ljca.c
> > @@ -891,7 +891,7 @@ static struct usb_driver ljca_driver = {
> >  };
> >  module_usb_driver(ljca_driver);
> >  
> > -MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
> > +MODULE_AUTHOR("Wentong Wu");
> 
> Is there a new address where they can be reached?  SHouldn't that be
> used instead of just deleting the intel one?

I believe Wentong has had plenty of time to update his address. If he still
prefers to do so, he can do that after merging these patches.

-- 
Regards,

Sakari Ailus

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

* Re: [PATCH 4/5] spi: ljca: Remove Wentong's e-mail address
  2025-09-22 14:26   ` Bartosz Golaszewski
@ 2025-09-22 16:31     ` Sakari Ailus
  0 siblings, 0 replies; 12+ messages in thread
From: Sakari Ailus @ 2025-09-22 16:31 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: linux-kernel, Lixu Zhang, Linus Walleij, Andi Shyti,
	Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

Hi Bartosz,

On Mon, Sep 22, 2025 at 04:26:01PM +0200, Bartosz Golaszewski wrote:
> On Mon, Sep 22, 2025 at 2:06 PM Sakari Ailus
> <sakari.ailus@linux.intel.com> wrote:
> >
> > Wentong's e-mail address no longer works, remove it.
> >
> > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> > ---
> >  drivers/spi/spi-ljca.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/spi/spi-ljca.c b/drivers/spi/spi-ljca.c
> > index 2cab79ad2b98..3f412cf8f1cd 100644
> > --- a/drivers/spi/spi-ljca.c
> > +++ b/drivers/spi/spi-ljca.c
> > @@ -289,7 +289,7 @@ static struct auxiliary_driver ljca_spi_driver = {
> >  };
> >  module_auxiliary_driver(ljca_spi_driver);
> >
> > -MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
> > +MODULE_AUTHOR("Wentong Wu");
> >  MODULE_AUTHOR("Zhifeng Wang <zhifeng.wang@intel.com>");
> >  MODULE_AUTHOR("Lixu Zhang <lixu.zhang@intel.com>");
> >  MODULE_DESCRIPTION("Intel La Jolla Cove Adapter USB-SPI driver");
> > --
> > 2.47.3
> >
> 
> That makes perfect sense for MAINTAINERS but why would you remove
> someone's authorship from a driver's C file?

The patch is removing a non-working e-mail address, not anyone's
authorship.

-- 
Regards,

Sakari Ailus

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

* Re: [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address
  2025-09-22 16:29   ` Sakari Ailus
@ 2025-09-22 16:48     ` Greg Kroah-Hartman
  2025-09-24  7:51       ` Sakari Ailus
  0 siblings, 1 reply; 12+ messages in thread
From: Greg Kroah-Hartman @ 2025-09-22 16:48 UTC (permalink / raw)
  To: Sakari Ailus
  Cc: linux-kernel, Lixu Zhang, Linus Walleij, Bartosz Golaszewski,
	Andi Shyti, Alexander Usyskin, Arnd Bergmann, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb

On Mon, Sep 22, 2025 at 07:29:30PM +0300, Sakari Ailus wrote:
> Hi Greg,
> 
> On Mon, Sep 22, 2025 at 02:18:00PM +0200, Greg Kroah-Hartman wrote:
> > On Mon, Sep 22, 2025 at 03:06:28PM +0300, Sakari Ailus wrote:
> > > Wentong's e-mail address no longer works, remove it.
> > > 
> > > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> > > ---
> > >  drivers/usb/misc/usb-ljca.c | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/drivers/usb/misc/usb-ljca.c b/drivers/usb/misc/usb-ljca.c
> > > index c562630d862c..1846156c0800 100644
> > > --- a/drivers/usb/misc/usb-ljca.c
> > > +++ b/drivers/usb/misc/usb-ljca.c
> > > @@ -891,7 +891,7 @@ static struct usb_driver ljca_driver = {
> > >  };
> > >  module_usb_driver(ljca_driver);
> > >  
> > > -MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
> > > +MODULE_AUTHOR("Wentong Wu");
> > 
> > Is there a new address where they can be reached?  SHouldn't that be
> > used instead of just deleting the intel one?
> 
> I believe Wentong has had plenty of time to update his address. If he still
> prefers to do so, he can do that after merging these patches.

I would prefer to get Wentong to send the patches themselves for all of
this if at all possible, thanks!

greg k-h

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

* Re: (subset) [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address
  2025-09-22 12:06 [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address Sakari Ailus
                   ` (4 preceding siblings ...)
  2025-09-22 12:18 ` [PATCH 1/5] usb: misc: ljca: " Greg Kroah-Hartman
@ 2025-09-23  8:20 ` Mark Brown
  5 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2025-09-23  8:20 UTC (permalink / raw)
  To: linux-kernel, Sakari Ailus
  Cc: Lixu Zhang, Linus Walleij, Bartosz Golaszewski, Andi Shyti,
	Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman, linux-gpio,
	linux-i2c, linux-spi, linux-usb

On Mon, 22 Sep 2025 15:06:28 +0300, Sakari Ailus wrote:
> Wentong's e-mail address no longer works, remove it.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[4/5] spi: ljca: Remove Wentong's e-mail address
      commit: 878702702dbbd933a5da601c75b8e58eadeec311

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


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

* Re: [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address
  2025-09-22 16:48     ` Greg Kroah-Hartman
@ 2025-09-24  7:51       ` Sakari Ailus
  0 siblings, 0 replies; 12+ messages in thread
From: Sakari Ailus @ 2025-09-24  7:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, Lixu Zhang, Linus Walleij, Bartosz Golaszewski,
	Andi Shyti, Alexander Usyskin, Arnd Bergmann, Mark Brown,
	linux-gpio, linux-i2c, linux-spi, linux-usb, wentongw

On Mon, Sep 22, 2025 at 06:48:13PM +0200, Greg Kroah-Hartman wrote:
> On Mon, Sep 22, 2025 at 07:29:30PM +0300, Sakari Ailus wrote:
> > Hi Greg,
> > 
> > On Mon, Sep 22, 2025 at 02:18:00PM +0200, Greg Kroah-Hartman wrote:
> > > On Mon, Sep 22, 2025 at 03:06:28PM +0300, Sakari Ailus wrote:
> > > > Wentong's e-mail address no longer works, remove it.
> > > > 
> > > > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> > > > ---
> > > >  drivers/usb/misc/usb-ljca.c | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > 
> > > > diff --git a/drivers/usb/misc/usb-ljca.c b/drivers/usb/misc/usb-ljca.c
> > > > index c562630d862c..1846156c0800 100644
> > > > --- a/drivers/usb/misc/usb-ljca.c
> > > > +++ b/drivers/usb/misc/usb-ljca.c
> > > > @@ -891,7 +891,7 @@ static struct usb_driver ljca_driver = {
> > > >  };
> > > >  module_usb_driver(ljca_driver);
> > > >  
> > > > -MODULE_AUTHOR("Wentong Wu <wentong.wu@intel.com>");
> > > > +MODULE_AUTHOR("Wentong Wu");
> > > 
> > > Is there a new address where they can be reached?  SHouldn't that be
> > > used instead of just deleting the intel one?
> > 
> > I believe Wentong has had plenty of time to update his address. If he still
> > prefers to do so, he can do that after merging these patches.
> 
> I would prefer to get Wentong to send the patches themselves for all of
> this if at all possible, thanks!

Cc Wentong (thanks to Lixu for the address).

-- 
Sakari Ailus

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

end of thread, other threads:[~2025-09-24  7:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-22 12:06 [PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address Sakari Ailus
2025-09-22 12:06 ` [PATCH 2/5] gpio: " Sakari Ailus
2025-09-22 12:06 ` [PATCH 3/5] i2c: " Sakari Ailus
2025-09-22 12:06 ` [PATCH 4/5] spi: " Sakari Ailus
2025-09-22 14:26   ` Bartosz Golaszewski
2025-09-22 16:31     ` Sakari Ailus
2025-09-22 12:06 ` [PATCH 5/5] mei: vsc: " Sakari Ailus
2025-09-22 12:18 ` [PATCH 1/5] usb: misc: ljca: " Greg Kroah-Hartman
2025-09-22 16:29   ` Sakari Ailus
2025-09-22 16:48     ` Greg Kroah-Hartman
2025-09-24  7:51       ` Sakari Ailus
2025-09-23  8:20 ` (subset) " Mark Brown

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