linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: virtio: update the maintainer to Conghui
@ 2021-11-01  5:24 Jie Deng
  2021-11-01  8:08 ` Michael S. Tsirkin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jie Deng @ 2021-11-01  5:24 UTC (permalink / raw)
  To: linux-i2c, virtualization, linux-kernel
  Cc: wsa, viresh.kumar, conghui.chen, mst, jiedeng,
	vincent.whitchurch, Jie Deng

Due to changes in my work, I'm passing the virtio-i2c driver
maintenance to Conghui.

Signed-off-by: Jie Deng <jie.deng@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3b79fd4..8c9a677 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19944,7 +19944,7 @@ F:	include/uapi/linux/virtio_snd.h
 F:	sound/virtio/*
 
 VIRTIO I2C DRIVER
-M:	Jie Deng <jie.deng@intel.com>
+M:	Conghui Chen <conghui.chen@intel.com>
 M:	Viresh Kumar <viresh.kumar@linaro.org>
 L:	linux-i2c@vger.kernel.org
 L:	virtualization@lists.linux-foundation.org
-- 
2.7.4


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

* Re: [PATCH] i2c: virtio: update the maintainer to Conghui
  2021-11-01  5:24 [PATCH] i2c: virtio: update the maintainer to Conghui Jie Deng
@ 2021-11-01  8:08 ` Michael S. Tsirkin
  2021-11-03  6:15   ` Chen, Conghui
  2021-11-02  3:33 ` Viresh Kumar
  2021-11-05 21:54 ` Wolfram Sang
  2 siblings, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2021-11-01  8:08 UTC (permalink / raw)
  To: Jie Deng
  Cc: linux-i2c, virtualization, linux-kernel, wsa, viresh.kumar,
	conghui.chen, jiedeng, vincent.whitchurch

On Mon, Nov 01, 2021 at 01:24:50PM +0800, Jie Deng wrote:
> Due to changes in my work, I'm passing the virtio-i2c driver
> maintenance to Conghui.
> 
> Signed-off-by: Jie Deng <jie.deng@intel.com>

Seeing as Conghui co-developed the driver, seems reasonable.

Acked-by: Michael S. Tsirkin <mst@redhat.com>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b79fd4..8c9a677 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19944,7 +19944,7 @@ F:	include/uapi/linux/virtio_snd.h
>  F:	sound/virtio/*
>  
>  VIRTIO I2C DRIVER
> -M:	Jie Deng <jie.deng@intel.com>
> +M:	Conghui Chen <conghui.chen@intel.com>
>  M:	Viresh Kumar <viresh.kumar@linaro.org>
>  L:	linux-i2c@vger.kernel.org
>  L:	virtualization@lists.linux-foundation.org
> -- 
> 2.7.4


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

* Re: [PATCH] i2c: virtio: update the maintainer to Conghui
  2021-11-01  5:24 [PATCH] i2c: virtio: update the maintainer to Conghui Jie Deng
  2021-11-01  8:08 ` Michael S. Tsirkin
@ 2021-11-02  3:33 ` Viresh Kumar
  2021-11-05 21:54 ` Wolfram Sang
  2 siblings, 0 replies; 5+ messages in thread
From: Viresh Kumar @ 2021-11-02  3:33 UTC (permalink / raw)
  To: Jie Deng
  Cc: linux-i2c, virtualization, linux-kernel, wsa, conghui.chen, mst,
	jiedeng, vincent.whitchurch

On 01-11-21, 13:24, Jie Deng wrote:
> Due to changes in my work, I'm passing the virtio-i2c driver
> maintenance to Conghui.
> 
> Signed-off-by: Jie Deng <jie.deng@intel.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b79fd4..8c9a677 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19944,7 +19944,7 @@ F:	include/uapi/linux/virtio_snd.h
>  F:	sound/virtio/*
>  
>  VIRTIO I2C DRIVER
> -M:	Jie Deng <jie.deng@intel.com>
> +M:	Conghui Chen <conghui.chen@intel.com>
>  M:	Viresh Kumar <viresh.kumar@linaro.org>
>  L:	linux-i2c@vger.kernel.org
>  L:	virtualization@lists.linux-foundation.org

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* RE: [PATCH] i2c: virtio: update the maintainer to Conghui
  2021-11-01  8:08 ` Michael S. Tsirkin
@ 2021-11-03  6:15   ` Chen, Conghui
  0 siblings, 0 replies; 5+ messages in thread
From: Chen, Conghui @ 2021-11-03  6:15 UTC (permalink / raw)
  To: Michael S. Tsirkin, Deng, Jie
  Cc: linux-i2c, virtualization, linux-kernel, wsa, viresh.kumar,
	jiedeng, vincent.whitchurch

Thanks for Jie's introduction, I'm very happy to have such chance to take the responsibility.

>On Mon, Nov 01, 2021 at 01:24:50PM +0800, Jie Deng wrote:
>> Due to changes in my work, I'm passing the virtio-i2c driver
>> maintenance to Conghui.
>>
>> Signed-off-by: Jie Deng <jie.deng@intel.com>
>
>Seeing as Conghui co-developed the driver, seems reasonable.
>
>Acked-by: Michael S. Tsirkin <mst@redhat.com>
>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 3b79fd4..8c9a677 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -19944,7 +19944,7 @@ F:	include/uapi/linux/virtio_snd.h
>>  F:	sound/virtio/*
>>
>>  VIRTIO I2C DRIVER
>> -M:	Jie Deng <jie.deng@intel.com>
>> +M:	Conghui Chen <conghui.chen@intel.com>
>>  M:	Viresh Kumar <viresh.kumar@linaro.org>
>>  L:	linux-i2c@vger.kernel.org
>>  L:	virtualization@lists.linux-foundation.org
>> --
>> 2.7.4


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

* Re: [PATCH] i2c: virtio: update the maintainer to Conghui
  2021-11-01  5:24 [PATCH] i2c: virtio: update the maintainer to Conghui Jie Deng
  2021-11-01  8:08 ` Michael S. Tsirkin
  2021-11-02  3:33 ` Viresh Kumar
@ 2021-11-05 21:54 ` Wolfram Sang
  2 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2021-11-05 21:54 UTC (permalink / raw)
  To: Jie Deng
  Cc: linux-i2c, virtualization, linux-kernel, viresh.kumar,
	conghui.chen, mst, jiedeng, vincent.whitchurch

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

On Mon, Nov 01, 2021 at 01:24:50PM +0800, Jie Deng wrote:
> Due to changes in my work, I'm passing the virtio-i2c driver
> maintenance to Conghui.
> 
> Signed-off-by: Jie Deng <jie.deng@intel.com>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-11-05 21:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01  5:24 [PATCH] i2c: virtio: update the maintainer to Conghui Jie Deng
2021-11-01  8:08 ` Michael S. Tsirkin
2021-11-03  6:15   ` Chen, Conghui
2021-11-02  3:33 ` Viresh Kumar
2021-11-05 21:54 ` Wolfram Sang

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).