All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1558466055.15388.342.camel@mtksdccf07>

diff --git a/a/1.txt b/N1/1.txt
index dade3d5..32292c4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ I appreciate your comment. It is very helpful for us.
 On Thu, 2019-05-09 at 18:48 +0900, Tomasz Figa wrote:
 > Hi Frederic,
 > 
-> On Wed, Apr 17, 2019 at 7:45 PM Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote:
+> On Wed, Apr 17, 2019 at 7:45 PM Frederic Chen <frederic.chen@mediatek.com> wrote:
 > >
 > > This patch adds the driver of Digital Image Processing (DIP)
 > > unit in Mediatek ISP system, providing image format
@@ -17,7 +17,7 @@ On Thu, 2019-05-09 at 18:48 +0900, Tomasz Figa wrote:
 > > Pass 1 driver(CAM), sensor interface driver, DIP driver and
 > > face detection driver.
 > >
-> > Signed-off-by: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > Signed-off-by: Frederic Chen <frederic.chen@mediatek.com>
 > > ---
 > >  drivers/media/platform/mtk-isp/Makefile       |   18 +
 > >  .../media/platform/mtk-isp/isp_50/Makefile    |   17 +
@@ -168,7 +168,7 @@ I got it.
 > > +// SPDX-License-Identifier: GPL-2.0
 > > +/*
 > > + * Copyright (c) 2018 MediaTek Inc.
-> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > + * Author: Frederic Chen <frederic.chen@mediatek.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or modify
 > > + * it under the terms of the GNU General Public License version 2 as
@@ -311,7 +311,7 @@ the buffer according to the video node it belongs to.
 > > +// SPDX-License-Identifier: GPL-2.0
 > > +/*
 > > + * Copyright (c) 2018 MediaTek Inc.
-> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > + * Author: Frederic Chen <frederic.chen@mediatek.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or modify
 > > + * it under the terms of the GNU General Public License version 2 as
@@ -1790,7 +1790,7 @@ in the next patch.
 > > +/* SPDX-License-Identifier: GPL-2.0 */
 > > +/*
 > > + * Copyright (c) 2018 MediaTek Inc.
-> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > + * Author: Frederic Chen <frederic.chen@mediatek.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or modify
 > > + * it under the terms of the GNU General Public License version 2 as
@@ -2147,7 +2147,7 @@ struct mtk_dip_dev_format {
 > > +/* SPDX-License-Identifier: GPL-2.0 */
 > > +/*
 > > + * Copyright (C) 2018 MediaTek Inc.
-> > + * Author: Holmes Chiou <holmes.chiou-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > + * Author: Holmes Chiou <holmes.chiou@mediatek.com>
 > > + *
 > > + * This program is free software: you can redistribute it and/or modify
 > > + * it under the terms of the GNU General Public License version 2 as
@@ -2320,7 +2320,7 @@ struct mtk_dip_dev_format {
 > > +// SPDX-License-Identifier: GPL-2.0
 > > +/*
 > > + * Copyright (c) 2018 MediaTek Inc.
-> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > + * Author: Frederic Chen <frederic.chen@mediatek.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or modify
 > > + * it under the terms of the GNU General Public License version 2 as
@@ -2635,7 +2635,7 @@ struct mtk_dip_dev_format {
 > > +                      "mediatek,reserve-memory-dip_smem",
 > > +                      mtk_dip_smem_dma_setup);
 > > +
-> > +MODULE_AUTHOR("Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>");
+> > +MODULE_AUTHOR("Frederic Chen <frederic.chen@mediatek.com>");
 > > +MODULE_LICENSE("GPL v2");
 > > +MODULE_DESCRIPTION("Mediatek Camera DIP shared memory alloc device");
 > > +
@@ -2648,7 +2648,7 @@ struct mtk_dip_dev_format {
 > > +/* SPDX-License-Identifier: GPL-2.0 */
 > > +/*
 > > + * Copyright (c) 2018 MediaTek Inc.
-> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > + * Author: Frederic Chen <frederic.chen@mediatek.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or modify
 > > + * it under the terms of the GNU General Public License version 2 as
@@ -2693,7 +2693,7 @@ struct mtk_dip_dev_format {
 > > +// SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
 > > +/*
 > > + * Copyright (c) 2018 MediaTek Inc.
-> > + * Author: Holmes Chiou <holmes.chiou-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > + * Author: Holmes Chiou <holmes.chiou@mediatek.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or modify
 > > + * it under the terms of the GNU General Public License version 2 as
@@ -4785,7 +4785,7 @@ I will fix it.
 > > +// SPDX-License-Identifier: GPL-2.0
 > > +/*
 > > + * Copyright (c) 2018 MediaTek Inc.
-> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+> > + * Author: Frederic Chen <frederic.chen@mediatek.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or modify
 > > + * it under the terms of the GNU General Public License version 2 as
diff --git a/a/content_digest b/N1/content_digest
index 7add429..e8f796e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,31 +1,30 @@
  "ref\020190417104511.21514-1-frederic.chen@mediatek.com\0"
  "ref\020190417104511.21514-7-frederic.chen@mediatek.com\0"
  "ref\020190509094846.GA65444@google.com\0"
- "ref\020190509094846.GA65444-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org\0"
- "From\0Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\0"
+ "From\0Frederic Chen <frederic.chen@mediatek.com>\0"
  "Subject\0Re: [RFC PATCH V1 6/6] platform: mtk-isp: Add Mediatek DIP driver\0"
  "Date\0Wed, 22 May 2019 03:14:15 +0800\0"
- "To\0Tomasz Figa <tfiga-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\0"
- "Cc\0shik-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org"
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Sean.Cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
-  laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org
-  Rynn.Wu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
-  srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
-  holmes.chiou-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
-  suleiman-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  Jerry-ch.Chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
-  jungo.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
-  sj.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
-  yuzhao-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  zwisler-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
-  christie.yu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
-  mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Tomasz Figa <tfiga@chromium.org>\0"
+ "Cc\0<matthias.bgg@gmail.com>"
+  <mchehab@kernel.org>
+  <yuzhao@chromium.org>
+  <zwisler@chromium.org>
+  <linux-mediatek@lists.infradead.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <Sean.Cheng@mediatek.com>
+  <sj.huang@mediatek.com>
+  <christie.yu@mediatek.com>
+  <holmes.chiou@mediatek.com>
+  <Jerry-ch.Chen@mediatek.com>
+  <jungo.lin@mediatek.com>
+  <Rynn.Wu@mediatek.com>
+  <linux-media@vger.kernel.org>
+  <srv_heupstream@mediatek.com>
+  <devicetree@vger.kernel.org>
+  <shik@chromium.org>
+  <suleiman@chromium.org>
+  <laurent.pinchart+renesas@ideasonboard.com>
+ " <hans.verkuil@cisco.com>\0"
  "\00:1\0"
  "b\0"
  "Dear Tomasz,\n"
@@ -36,7 +35,7 @@
  "On Thu, 2019-05-09 at 18:48 +0900, Tomasz Figa wrote:\n"
  "> Hi Frederic,\n"
  "> \n"
- "> On Wed, Apr 17, 2019 at 7:45 PM Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote:\n"
+ "> On Wed, Apr 17, 2019 at 7:45 PM Frederic Chen <frederic.chen@mediatek.com> wrote:\n"
  "> >\n"
  "> > This patch adds the driver of Digital Image Processing (DIP)\n"
  "> > unit in Mediatek ISP system, providing image format\n"
@@ -47,7 +46,7 @@
  "> > Pass 1 driver(CAM), sensor interface driver, DIP driver and\n"
  "> > face detection driver.\n"
  "> >\n"
- "> > Signed-off-by: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > Signed-off-by: Frederic Chen <frederic.chen@mediatek.com>\n"
  "> > ---\n"
  "> >  drivers/media/platform/mtk-isp/Makefile       |   18 +\n"
  "> >  .../media/platform/mtk-isp/isp_50/Makefile    |   17 +\n"
@@ -198,7 +197,7 @@
  "> > +// SPDX-License-Identifier: GPL-2.0\n"
  "> > +/*\n"
  "> > + * Copyright (c) 2018 MediaTek Inc.\n"
- "> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Frederic Chen <frederic.chen@mediatek.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or modify\n"
  "> > + * it under the terms of the GNU General Public License version 2 as\n"
@@ -341,7 +340,7 @@
  "> > +// SPDX-License-Identifier: GPL-2.0\n"
  "> > +/*\n"
  "> > + * Copyright (c) 2018 MediaTek Inc.\n"
- "> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Frederic Chen <frederic.chen@mediatek.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or modify\n"
  "> > + * it under the terms of the GNU General Public License version 2 as\n"
@@ -1820,7 +1819,7 @@
  "> > +/* SPDX-License-Identifier: GPL-2.0 */\n"
  "> > +/*\n"
  "> > + * Copyright (c) 2018 MediaTek Inc.\n"
- "> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Frederic Chen <frederic.chen@mediatek.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or modify\n"
  "> > + * it under the terms of the GNU General Public License version 2 as\n"
@@ -2177,7 +2176,7 @@
  "> > +/* SPDX-License-Identifier: GPL-2.0 */\n"
  "> > +/*\n"
  "> > + * Copyright (C) 2018 MediaTek Inc.\n"
- "> > + * Author: Holmes Chiou <holmes.chiou-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Holmes Chiou <holmes.chiou@mediatek.com>\n"
  "> > + *\n"
  "> > + * This program is free software: you can redistribute it and/or modify\n"
  "> > + * it under the terms of the GNU General Public License version 2 as\n"
@@ -2350,7 +2349,7 @@
  "> > +// SPDX-License-Identifier: GPL-2.0\n"
  "> > +/*\n"
  "> > + * Copyright (c) 2018 MediaTek Inc.\n"
- "> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Frederic Chen <frederic.chen@mediatek.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or modify\n"
  "> > + * it under the terms of the GNU General Public License version 2 as\n"
@@ -2665,7 +2664,7 @@
  "> > +                      \"mediatek,reserve-memory-dip_smem\",\n"
  "> > +                      mtk_dip_smem_dma_setup);\n"
  "> > +\n"
- "> > +MODULE_AUTHOR(\"Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\");\n"
+ "> > +MODULE_AUTHOR(\"Frederic Chen <frederic.chen@mediatek.com>\");\n"
  "> > +MODULE_LICENSE(\"GPL v2\");\n"
  "> > +MODULE_DESCRIPTION(\"Mediatek Camera DIP shared memory alloc device\");\n"
  "> > +\n"
@@ -2678,7 +2677,7 @@
  "> > +/* SPDX-License-Identifier: GPL-2.0 */\n"
  "> > +/*\n"
  "> > + * Copyright (c) 2018 MediaTek Inc.\n"
- "> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Frederic Chen <frederic.chen@mediatek.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or modify\n"
  "> > + * it under the terms of the GNU General Public License version 2 as\n"
@@ -2723,7 +2722,7 @@
  "> > +// SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note\n"
  "> > +/*\n"
  "> > + * Copyright (c) 2018 MediaTek Inc.\n"
- "> > + * Author: Holmes Chiou <holmes.chiou-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Holmes Chiou <holmes.chiou@mediatek.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or modify\n"
  "> > + * it under the terms of the GNU General Public License version 2 as\n"
@@ -4815,7 +4814,7 @@
  "> > +// SPDX-License-Identifier: GPL-2.0\n"
  "> > +/*\n"
  "> > + * Copyright (c) 2018 MediaTek Inc.\n"
- "> > + * Author: Frederic Chen <frederic.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
+ "> > + * Author: Frederic Chen <frederic.chen@mediatek.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or modify\n"
  "> > + * it under the terms of the GNU General Public License version 2 as\n"
@@ -6779,4 +6778,4 @@
  "\n"
  Frederic Chen
 
-70f7ae9b82689e0b38007bfc0f8b0b19ca2962cd9446a0b89bf31a1b552f1cbf
+7861738ab4b4e4c62fbf071067296841a6421bc0b00f030617bcc844dad6f039

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.