All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170703203640.697b8286@bbrezillon>

diff --git a/a/1.txt b/N1/1.txt
index a3c9ee4..91a2e50 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On Thu, 29 Jun 2017 20:27:49 +0800
-David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org> wrote:
+David Wu <david.wu@rock-chips.com> wrote:
 
 > It is usually possible to configure the polarity, cycle and duty all at once,
 > so that the polarity and cycle and duty should be binding together. Move it
@@ -9,7 +9,7 @@ David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org> wrote:
 > As the rk2928-pwm is different from rk3288-pwm, the rk2928-pwm doesn't support
 > the polarity, use the pwm_config_v1 and pwm_config_v2 to distinguish them.
 > 
-> Signed-off-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
+> Signed-off-by: David Wu <david.wu@rock-chips.com>
 > ---
 >  drivers/pwm/pwm-rockchip.c | 77 ++++++++++++++++++++++++++++++++++------------
 >  1 file changed, 57 insertions(+), 20 deletions(-)
@@ -199,8 +199,3 @@ pwm_apply_v1 and pwm_apply_v2 instead.
 >  };
 >  
 >  static const struct of_device_id rockchip_pwm_dt_ids[] = {
-
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index b2ab50c..2ee7fde 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,27 +1,13 @@
  "ref\01498739271-27431-1-git-send-email-david.wu@rock-chips.com\0"
  "ref\01498739271-27431-4-git-send-email-david.wu@rock-chips.com\0"
- "ref\01498739271-27431-4-git-send-email-david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0"
- "From\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
- "Subject\0Re: [PATCH 3/5] pwm: rockchip: Move the configuration of polarity from rockchip_pwm_set_enable() to rockchip_pwm_config()\0"
+ "From\0boris.brezillon@free-electrons.com (Boris Brezillon)\0"
+ "Subject\0[PATCH 3/5] pwm: rockchip: Move the configuration of polarity from rockchip_pwm_set_enable() to rockchip_pwm_config()\0"
  "Date\0Mon, 3 Jul 2017 20:36:40 +0200\0"
- "To\0David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
- "Cc\0thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
-  heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  catalin.marinas-5wv7dgnIgG8@public.gmane.org
-  briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org
-  linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, 29 Jun 2017 20:27:49 +0800\n"
- "David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org> wrote:\n"
+ "David Wu <david.wu@rock-chips.com> wrote:\n"
  "\n"
  "> It is usually possible to configure the polarity, cycle and duty all at once,\n"
  "> so that the polarity and cycle and duty should be binding together. Move it\n"
@@ -31,7 +17,7 @@
  "> As the rk2928-pwm is different from rk3288-pwm, the rk2928-pwm doesn't support\n"
  "> the polarity, use the pwm_config_v1 and pwm_config_v2 to distinguish them.\n"
  "> \n"
- "> Signed-off-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\n"
+ "> Signed-off-by: David Wu <david.wu@rock-chips.com>\n"
  "> ---\n"
  ">  drivers/pwm/pwm-rockchip.c | 77 ++++++++++++++++++++++++++++++++++------------\n"
  ">  1 file changed, 57 insertions(+), 20 deletions(-)\n"
@@ -220,11 +206,6 @@
  "> +\t.pwm_config = rockchip_pwm_config_v2,\n"
  ">  };\n"
  ">  \n"
- ">  static const struct of_device_id rockchip_pwm_dt_ids[] = {\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ >  static const struct of_device_id rockchip_pwm_dt_ids[] = {
 
-d411201d633c8dddaa8478cd7206128121c2348b9c1af6fb9c3e2b213b64cc34
+85c9b01ff175f8433955da1777ccab593141f1cc83c8d901795f280069aca8d3

diff --git a/a/1.txt b/N2/1.txt
index a3c9ee4..91a2e50 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,5 +1,5 @@
 On Thu, 29 Jun 2017 20:27:49 +0800
-David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org> wrote:
+David Wu <david.wu@rock-chips.com> wrote:
 
 > It is usually possible to configure the polarity, cycle and duty all at once,
 > so that the polarity and cycle and duty should be binding together. Move it
@@ -9,7 +9,7 @@ David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org> wrote:
 > As the rk2928-pwm is different from rk3288-pwm, the rk2928-pwm doesn't support
 > the polarity, use the pwm_config_v1 and pwm_config_v2 to distinguish them.
 > 
-> Signed-off-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
+> Signed-off-by: David Wu <david.wu@rock-chips.com>
 > ---
 >  drivers/pwm/pwm-rockchip.c | 77 ++++++++++++++++++++++++++++++++++------------
 >  1 file changed, 57 insertions(+), 20 deletions(-)
@@ -199,8 +199,3 @@ pwm_apply_v1 and pwm_apply_v2 instead.
 >  };
 >  
 >  static const struct of_device_id rockchip_pwm_dt_ids[] = {
-
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index b2ab50c..5ddafeb 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,27 +1,26 @@
  "ref\01498739271-27431-1-git-send-email-david.wu@rock-chips.com\0"
  "ref\01498739271-27431-4-git-send-email-david.wu@rock-chips.com\0"
- "ref\01498739271-27431-4-git-send-email-david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0"
- "From\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0"
  "Subject\0Re: [PATCH 3/5] pwm: rockchip: Move the configuration of polarity from rockchip_pwm_set_enable() to rockchip_pwm_config()\0"
  "Date\0Mon, 3 Jul 2017 20:36:40 +0200\0"
- "To\0David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
- "Cc\0thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
-  heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  catalin.marinas-5wv7dgnIgG8@public.gmane.org
-  briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org
-  linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0David Wu <david.wu@rock-chips.com>\0"
+ "Cc\0thierry.reding@gmail.com"
+  heiko@sntech.de
+  robh+dt@kernel.org
+  catalin.marinas@arm.com
+  briannorris@chromium.org
+  dianders@chromium.org
+  mark.rutland@arm.com
+  huangtao@rock-chips.com
+  linux-pwm@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-rockchip@lists.infradead.org
+  devicetree@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, 29 Jun 2017 20:27:49 +0800\n"
- "David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org> wrote:\n"
+ "David Wu <david.wu@rock-chips.com> wrote:\n"
  "\n"
  "> It is usually possible to configure the polarity, cycle and duty all at once,\n"
  "> so that the polarity and cycle and duty should be binding together. Move it\n"
@@ -31,7 +30,7 @@
  "> As the rk2928-pwm is different from rk3288-pwm, the rk2928-pwm doesn't support\n"
  "> the polarity, use the pwm_config_v1 and pwm_config_v2 to distinguish them.\n"
  "> \n"
- "> Signed-off-by: David Wu <david.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\n"
+ "> Signed-off-by: David Wu <david.wu@rock-chips.com>\n"
  "> ---\n"
  ">  drivers/pwm/pwm-rockchip.c | 77 ++++++++++++++++++++++++++++++++++------------\n"
  ">  1 file changed, 57 insertions(+), 20 deletions(-)\n"
@@ -220,11 +219,6 @@
  "> +\t.pwm_config = rockchip_pwm_config_v2,\n"
  ">  };\n"
  ">  \n"
- ">  static const struct of_device_id rockchip_pwm_dt_ids[] = {\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ >  static const struct of_device_id rockchip_pwm_dt_ids[] = {
 
-d411201d633c8dddaa8478cd7206128121c2348b9c1af6fb9c3e2b213b64cc34
+582e415103837fca3acad7c800573c8a552ebeb70bf4afed20c6540146d05547

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.