All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56D97E51.5050602@ti.com>

diff --git a/a/content_digest b/N1/content_digest
index fbeb050..f71fdd4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -11,14 +11,14 @@
  "Date\0Fri, 4 Mar 2016 06:23:45 -0600\0"
  "To\0Paul Walmsley <paul@pwsan.com>\0"
  "Cc\0Tony Lindgren <tony@atomide.com>"
-  <t-kristo@ti.com>
-  <vigneshr@ti.com>
-  <linux-pwm@vger.kernel.org>
-  <devicetree@vger.kernel.org>
-  <linux-kernel@vger.kernel.org>
-  <linux-omap@vger.kernel.org>
-  <linux-arm-kernel@lists.infradead.org>
- " <linux-clk@vger.kernel.org>\0"
+  t-kristo@ti.com
+  vigneshr@ti.com
+  linux-pwm@vger.kernel.org
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-omap@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-clk@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi Paul,\n"
@@ -140,4 +140,4 @@
  ">\n"
  > - Paul
 
-967a693fec0cfe91c1d2b4ab8253d0d28dc3c46798d28e74fb03f779b32fab2b
+e8abafd58364c355581b4d322867eb649ae01a31b235c15a14975591c93906c5

diff --git a/a/1.txt b/N2/1.txt
index 812dfa6..2ecac11 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -59,7 +59,7 @@ minor change I plan on making.
 >> that they share is a single clock from their parent. So it
 >> doesn't seem like the right approach. I'm basing this on the
 >> info in this thread
->> https://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg27979.html
+>> https://www.mail-archive.com/linuxppc-dev at lists.ozlabs.org/msg27979.html
 >> that talks about the usage of simple-bus. So if its outdated
 >> or I"m misinterpreting it incorrectly please let me know.
 > What I meant is that the ECAP*, EQEP*, EHRPWM* devices don't need to be 
@@ -70,7 +70,7 @@ minor change I plan on making.
 > Looking at the DT data from Vignesh, it looks like he's already got 
 > ehrpwm1 as a child node of the epwmss1:
 >
-> +               epwmss1: epwmss@48440000 {
+> +               epwmss1: epwmss at 48440000 {
 > +                       compatible = "ti,dra7xx-pwmss", "ti,am33xx-pwmss";
 > +                       reg = <0x48440000 0x30>;
 > +                       ti,hwmods = "epwmss1";
@@ -81,7 +81,7 @@ minor change I plan on making.
 > +                                 0x48440180  0x48440180  0x80   /* EQEP */
 > +                                 0x48440200  0x48440200  0x80>; /* EHRPWM */
 > +
-> +                       ehrpwm1: ehrpwm@48440200 {
+> +                       ehrpwm1: ehrpwm at 48440200 {
 > +                               compatible = "ti,dra7xx-ehrpwm",
 > +                                            "ti,am33xx-ehrpwm";
 > +                               #pwm-cells = <3>;
diff --git a/a/content_digest b/N2/content_digest
index fbeb050..f3fc475 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -6,19 +6,10 @@
  "ref\056D71331.5020702@ti.com\0"
  "ref\056D8EDF4.9070904@ti.com\0"
  "ref\0alpine.DEB.2.02.1603040553010.3980@utopia.booyaka.com\0"
- "From\0Franklin S Cooper Jr. <fcooper@ti.com>\0"
- "Subject\0Re: [PATCH v3 2/5] ARM: OMAP2+: DRA7: Add hwmod entries for PWMSS\0"
+ "From\0fcooper@ti.com (Franklin S Cooper Jr.)\0"
+ "Subject\0[PATCH v3 2/5] ARM: OMAP2+: DRA7: Add hwmod entries for PWMSS\0"
  "Date\0Fri, 4 Mar 2016 06:23:45 -0600\0"
- "To\0Paul Walmsley <paul@pwsan.com>\0"
- "Cc\0Tony Lindgren <tony@atomide.com>"
-  <t-kristo@ti.com>
-  <vigneshr@ti.com>
-  <linux-pwm@vger.kernel.org>
-  <devicetree@vger.kernel.org>
-  <linux-kernel@vger.kernel.org>
-  <linux-omap@vger.kernel.org>
-  <linux-arm-kernel@lists.infradead.org>
- " <linux-clk@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Paul,\n"
@@ -82,7 +73,7 @@
  ">> that they share is a single clock from their parent. So it\n"
  ">> doesn't seem like the right approach. I'm basing this on the\n"
  ">> info in this thread\n"
- ">> https://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg27979.html\n"
+ ">> https://www.mail-archive.com/linuxppc-dev at lists.ozlabs.org/msg27979.html\n"
  ">> that talks about the usage of simple-bus. So if its outdated\n"
  ">> or I\"m misinterpreting it incorrectly please let me know.\n"
  "> What I meant is that the ECAP*, EQEP*, EHRPWM* devices don't need to be \n"
@@ -93,7 +84,7 @@
  "> Looking at the DT data from Vignesh, it looks like he's already got \n"
  "> ehrpwm1 as a child node of the epwmss1:\n"
  ">\n"
- "> +               epwmss1: epwmss@48440000 {\n"
+ "> +               epwmss1: epwmss at 48440000 {\n"
  "> +                       compatible = \"ti,dra7xx-pwmss\", \"ti,am33xx-pwmss\";\n"
  "> +                       reg = <0x48440000 0x30>;\n"
  "> +                       ti,hwmods = \"epwmss1\";\n"
@@ -104,7 +95,7 @@
  "> +                                 0x48440180  0x48440180  0x80   /* EQEP */\n"
  "> +                                 0x48440200  0x48440200  0x80>; /* EHRPWM */\n"
  "> +\n"
- "> +                       ehrpwm1: ehrpwm@48440200 {\n"
+ "> +                       ehrpwm1: ehrpwm at 48440200 {\n"
  "> +                               compatible = \"ti,dra7xx-ehrpwm\",\n"
  "> +                                            \"ti,am33xx-ehrpwm\";\n"
  "> +                               #pwm-cells = <3>;\n"
@@ -140,4 +131,4 @@
  ">\n"
  > - Paul
 
-967a693fec0cfe91c1d2b4ab8253d0d28dc3c46798d28e74fb03f779b32fab2b
+f9cdce1ef031a792dbd34914856339c5e048e1551b3705f0c4a2eeaa3f7e9fb9

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.