linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update
@ 2019-01-07 11:10 Sakari Ailus
  2019-01-07 11:10 ` [PATCH 1/2] MAINTAINERS: Update reviewers for ipu3-cio2 Sakari Ailus
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sakari Ailus @ 2019-01-07 11:10 UTC (permalink / raw)
  To: linux-media; +Cc: yong.zhi, bingbu.cao

Hi,

This set removes Jian Xu from the driver's reviewers as well as removes
his e-mail address from the module author.

Sakari Ailus (2):
  MAINTAINERS: Update reviewers for ipu3-cio2
  ipu3-cio2, dw9714: Remove Jian Xu's e-mail

 MAINTAINERS                              | 1 -
 drivers/media/i2c/dw9714.c               | 2 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

-- 
2.11.0


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

* [PATCH 1/2] MAINTAINERS: Update reviewers for ipu3-cio2
  2019-01-07 11:10 [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update Sakari Ailus
@ 2019-01-07 11:10 ` Sakari Ailus
  2019-01-07 11:10 ` [PATCH 2/2] ipu3-cio2, dw9714: Remove Jian Xu's e-mail Sakari Ailus
  2019-01-08  4:09 ` [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update Bingbu Cao
  2 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2019-01-07 11:10 UTC (permalink / raw)
  To: linux-media; +Cc: yong.zhi, bingbu.cao

Remove Jian Xu from the driver's reviewers.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e6b8a746b53f..0216fbedae23 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7589,7 +7589,6 @@ M:	Yong Zhi <yong.zhi@intel.com>
 M:	Sakari Ailus <sakari.ailus@linux.intel.com>
 M:	Bingbu Cao <bingbu.cao@intel.com>
 R:	Tian Shu Qiu <tian.shu.qiu@intel.com>
-R:	Jian Xu Zheng <jian.xu.zheng@intel.com>
 L:	linux-media@vger.kernel.org
 S:	Maintained
 F:	drivers/media/pci/intel/ipu3/
-- 
2.11.0


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

* [PATCH 2/2] ipu3-cio2, dw9714: Remove Jian Xu's e-mail
  2019-01-07 11:10 [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update Sakari Ailus
  2019-01-07 11:10 ` [PATCH 1/2] MAINTAINERS: Update reviewers for ipu3-cio2 Sakari Ailus
@ 2019-01-07 11:10 ` Sakari Ailus
  2019-01-08  4:09 ` [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update Bingbu Cao
  2 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2019-01-07 11:10 UTC (permalink / raw)
  To: linux-media; +Cc: yong.zhi, bingbu.cao

Jian Xu has left the company. Remove his e-mail address that no longer
works.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 drivers/media/i2c/dw9714.c               | 2 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/i2c/dw9714.c b/drivers/media/i2c/dw9714.c
index 26d83693a681..3f0b082f863f 100644
--- a/drivers/media/i2c/dw9714.c
+++ b/drivers/media/i2c/dw9714.c
@@ -267,7 +267,7 @@ static struct i2c_driver dw9714_i2c_driver = {
 module_i2c_driver(dw9714_i2c_driver);
 
 MODULE_AUTHOR("Tianshu Qiu <tian.shu.qiu@intel.com>");
-MODULE_AUTHOR("Jian Xu Zheng <jian.xu.zheng@intel.com>");
+MODULE_AUTHOR("Jian Xu Zheng");
 MODULE_AUTHOR("Yuning Pu <yuning.pu@intel.com>");
 MODULE_AUTHOR("Jouni Ukkonen <jouni.ukkonen@intel.com>");
 MODULE_AUTHOR("Tommi Franttila <tommi.franttila@intel.com>");
diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/media/pci/intel/ipu3/ipu3-cio2.c
index 447baaebca44..eaf9661d30e3 100644
--- a/drivers/media/pci/intel/ipu3/ipu3-cio2.c
+++ b/drivers/media/pci/intel/ipu3/ipu3-cio2.c
@@ -2047,7 +2047,7 @@ module_pci_driver(cio2_pci_driver);
 
 MODULE_AUTHOR("Tuukka Toivonen <tuukka.toivonen@intel.com>");
 MODULE_AUTHOR("Tianshu Qiu <tian.shu.qiu@intel.com>");
-MODULE_AUTHOR("Jian Xu Zheng <jian.xu.zheng@intel.com>");
+MODULE_AUTHOR("Jian Xu Zheng");
 MODULE_AUTHOR("Yuning Pu <yuning.pu@intel.com>");
 MODULE_AUTHOR("Yong Zhi <yong.zhi@intel.com>");
 MODULE_LICENSE("GPL v2");
-- 
2.11.0


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

* Re: [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update
  2019-01-07 11:10 [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update Sakari Ailus
  2019-01-07 11:10 ` [PATCH 1/2] MAINTAINERS: Update reviewers for ipu3-cio2 Sakari Ailus
  2019-01-07 11:10 ` [PATCH 2/2] ipu3-cio2, dw9714: Remove Jian Xu's e-mail Sakari Ailus
@ 2019-01-08  4:09 ` Bingbu Cao
  2 siblings, 0 replies; 4+ messages in thread
From: Bingbu Cao @ 2019-01-08  4:09 UTC (permalink / raw)
  To: Sakari Ailus, linux-media; +Cc: yong.zhi, bingbu.cao

I agree this change and wish no more changes like this. :)

On 01/07/2019 07:10 PM, Sakari Ailus wrote:
> Hi,
>
> This set removes Jian Xu from the driver's reviewers as well as removes
> his e-mail address from the module author.
>
> Sakari Ailus (2):
>    MAINTAINERS: Update reviewers for ipu3-cio2
>    ipu3-cio2, dw9714: Remove Jian Xu's e-mail
>
>   MAINTAINERS                              | 1 -
>   drivers/media/i2c/dw9714.c               | 2 +-
>   drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +-
>   3 files changed, 2 insertions(+), 3 deletions(-)
>


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

end of thread, other threads:[~2019-01-08  4:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07 11:10 [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update Sakari Ailus
2019-01-07 11:10 ` [PATCH 1/2] MAINTAINERS: Update reviewers for ipu3-cio2 Sakari Ailus
2019-01-07 11:10 ` [PATCH 2/2] ipu3-cio2, dw9714: Remove Jian Xu's e-mail Sakari Ailus
2019-01-08  4:09 ` [PATCH 0/2] Ipu3-cio2 and dw9714 driver e-mail and reviewer update Bingbu Cao

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