All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <017401d3edb0$0e3d6d10$2ab84730$@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index c5fb086..aee6d04 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,15 +12,18 @@
 > <david.brown@linaro.org>; catalin.marinas@arm.com;
 > will.deacon@arm.com; Rafael J. Wysocki <rjw@rjwysocki.net>; linux-
 > clk@vger.kernel.org; devicetree@vger.kernel.org; LKML <linux-
-> kernel@vger.kernel.org>; Linux PM list <linux-pm@vger.kernel.org>; linux-
+> kernel@vger.kernel.org>; Linux PM list <linux-pm@vger.kernel.org>; =
+linux-
 > arm-msm@vger.kernel.org; linux-soc@vger.kernel.org; lakml <linux-arm-
 > kernel@lists.infradead.org>; Rajendra Nayak <rnayak@codeaurora.org>;
 > nicolas.dechesne@linaro.org; celster@codeaurora.org;
 > tfinkel@codeaurora.org
-> Subject: Re: [PATCH v7 10/14] dt-bindings: qcom_spmi: Add support for SAW
+> Subject: Re: [PATCH v7 10/14] dt-bindings: qcom_spmi: Add support for =
+SAW
 > documentation
-> 
-> On Tue, May 15, 2018 at 12:13 PM, Ilia Lin <ilialin@codeaurora.org> wrote:
+>=20
+> On Tue, May 15, 2018 at 12:13 PM, Ilia Lin <ilialin@codeaurora.org> =
+wrote:
 > > Add support for SAW controlled regulators.
 > > The regulators defined as SAW controlled in the device tree will be
 > > controlled through special CPU registers instead of direct SPMI
@@ -28,21 +31,24 @@
 > > This is required especially for CPU supply regulators to synchronize
 > > with clock scaling and for Automatic Voltage Switching.
 > > Document it.
-> 
-> Replace this boiler plate with what this patch actual does. Besides changing
+>=20
+> Replace this boiler plate with what this patch actual does. Besides =
+changing
 > the subject, it could be, for example,
-> 
+>=20
 > "Document the DT bindings for the SAW regulators.
-> 
-> The saw-slave property allows ganging (grouping) of several regulators so
+>=20
+> The saw-slave property allows ganging (grouping) of several regulators =
+so
 > that their outputs can be combined... blah blah.
-> 
+>=20
 > The saw-leader is the only one that then is configurable in DT"
 
-Actually, I invested some fantasy to write this explanation. But I'll try to revise it.
+Actually, I invested some fantasy to write this explanation. But I'll =
+try to revise it.
 
-> 
-> 
+>=20
+>=20
 > > Signed-off-by: Ilia Lin <ilialin@codeaurora.org>
 > > Reviewed-by: Rob Herring <robh@kernel.org>
 > > ---
@@ -51,40 +57,48 @@ Actually, I invested some fantasy to write this explanation. But I'll try to rev
 > >  1 file changed, 45 insertions(+)
 > >
 > > diff --git
-> > a/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt
-> > b/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt
+> > =
+a/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt
+> > =
+b/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt
 > > index 57d2c65..406f2e5 100644
 > > ---
-> > a/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt
+> > =
+a/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt
 > > +++ b/Documentation/devicetree/bindings/regulator/qcom,spmi-
 > regulator.
 > > +++ txt
 > > @@ -110,6 +110,11 @@ Qualcomm SPMI Regulators
-> >         Definition: Reference to regulator supplying the input pin, as
+> >         Definition: Reference to regulator supplying the input pin, =
+as
 > >                     described in the data sheet.
 > >
 > > +- qcom,saw-reg:
 > > +       Usage: optional
 > > +       Value type: <phandle>
-> > +       Description: Reference to syscon node defining the SAW registers.
+> > +       Description: Reference to syscon node defining the SAW =
+registers.
 > > +
 > >
 > >  The regulator node houses sub-nodes for each regulator within the
-> > device. Each  sub-node is identified using the node's name, with valid
+> > device. Each  sub-node is identified using the node's name, with =
+valid
 > > values listed for each @@ -201,6 +206,17 @@ see regulator.txt - with
 > additional custom properties described below:
-> >                         2 = 0.55 uA
-> >                         3 = 0.75 uA
+> >                         2 =3D 0.55 uA
+> >                         3 =3D 0.75 uA
 > >
 > > +- qcom,saw-slave:
 > > +       Usage: optional
 > > +       Value type: <boo>
-> > +       Description: SAW controlled gang slave. Will not be configured.
+> > +       Description: SAW controlled gang slave. Will not be =
+configured.
 > > +
 > > +- qcom,saw-leader:
 > > +       Usage: optional
 > > +       Value type: <boo>
-> > +       Description: SAW controlled gang leader. Will be configured as
+> > +       Description: SAW controlled gang leader. Will be configured =
+as
 > > +                    SAW regulator.
 > > +
 > >  Example:
@@ -98,15 +112,15 @@ Actually, I invested some fantasy to write this explanation. But I'll try to rev
 > > +Example 2:
 > > +
 > > +       saw3: syscon@9A10000 {
-> > +               compatible = "syscon";
-> > +               reg = <0x9A10000 0x1000>;
+> > +               compatible =3D "syscon";
+> > +               reg =3D <0x9A10000 0x1000>;
 > > +       };
 > > +
 > > +       ...
 > > +
 > > +       spm-regulators {
-> > +               compatible = "qcom,pm8994-regulators";
-> > +               qcom,saw-reg = <&saw3>;
+> > +               compatible =3D "qcom,pm8994-regulators";
+> > +               qcom,saw-reg =3D <&saw3>;
 > > +               s8 {
 > > +                       qcom,saw-slave;
 > > +               };
@@ -119,8 +133,8 @@ Actually, I invested some fantasy to write this explanation. But I'll try to rev
 > > +               pm8994_s11_saw: s11 {
 > > +                       qcom,saw-leader;
 > > +                       regulator-always-on;
-> > +                       regulator-min-microvolt = <900000>;
-> > +                       regulator-max-microvolt = <1140000>;
+> > +                       regulator-min-microvolt =3D <900000>;
+> > +                       regulator-max-microvolt =3D <1140000>;
 > > +               };
 > > +       };
 > > --
diff --git a/a/content_digest b/N1/content_digest
index 1d213b5..ee70e3f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,28 +6,29 @@
  "Date\0Thu, 17 May 2018 10:24:05 +0300\0"
  "To\0'Amit Kucheria' <amit.kucheria@linaro.org>\0"
  "Cc\0'Michael Turquette' <mturquette@baylibre.com>"
-  sboyd@kernel.org
+  <sboyd@kernel.org>
   'Rob Herring' <robh@kernel.org>
   'Mark Rutland' <mark.rutland@arm.com>
   'Viresh Kumar' <viresh.kumar@linaro.org>
-  nm@ti.com
-  lgirdwood@gmail.com
-  broonie@kernel.org
+  <nm@ti.com>
+  <lgirdwood@gmail.com>
+  <broonie@kernel.org>
   'Andy Gross' <andy.gross@linaro.org>
   'David Brown' <david.brown@linaro.org>
-  catalin.marinas@arm.com
-  will.deacon@arm.com
+  <catalin.marinas@arm.com>
+  <will.deacon@arm.com>
   'Rafael J. Wysocki' <rjw@rjwysocki.net>
-  linux-clk@vger.kernel.org
-  devicetree@vger.kernel.org
+  <linux-clk@vger.kernel.org>
+  <devicetree@vger.kernel.org>
   'LKML' <linux-kernel@vger.kernel.org>
   'Linux PM list' <linux-pm@vger.kernel.org>
-  linux-arm-msm@vger.kernel.org
-  linux-soc@vger.kernel.org
+  <linux-arm-msm@vger.kernel.org>
+  <linux-soc@vger.kernel.org>
   'lakml' <linux-arm-kernel@lists.infradead.org>
   'Rajendra Nayak' <rnayak@codeaurora.org>
-  nicolas.dechesne@linaro.org
- " celster@codeaurora.o\0"
+  <nicolas.dechesne@linaro.org>
+  <celster@codeaurora.org>
+ " <tfinkel@codeaurora.org>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -44,15 +45,18 @@
  "> <david.brown@linaro.org>; catalin.marinas@arm.com;\n"
  "> will.deacon@arm.com; Rafael J. Wysocki <rjw@rjwysocki.net>; linux-\n"
  "> clk@vger.kernel.org; devicetree@vger.kernel.org; LKML <linux-\n"
- "> kernel@vger.kernel.org>; Linux PM list <linux-pm@vger.kernel.org>; linux-\n"
+ "> kernel@vger.kernel.org>; Linux PM list <linux-pm@vger.kernel.org>; =\n"
+ "linux-\n"
  "> arm-msm@vger.kernel.org; linux-soc@vger.kernel.org; lakml <linux-arm-\n"
  "> kernel@lists.infradead.org>; Rajendra Nayak <rnayak@codeaurora.org>;\n"
  "> nicolas.dechesne@linaro.org; celster@codeaurora.org;\n"
  "> tfinkel@codeaurora.org\n"
- "> Subject: Re: [PATCH v7 10/14] dt-bindings: qcom_spmi: Add support for SAW\n"
+ "> Subject: Re: [PATCH v7 10/14] dt-bindings: qcom_spmi: Add support for =\n"
+ "SAW\n"
  "> documentation\n"
- "> \n"
- "> On Tue, May 15, 2018 at 12:13 PM, Ilia Lin <ilialin@codeaurora.org> wrote:\n"
+ ">=20\n"
+ "> On Tue, May 15, 2018 at 12:13 PM, Ilia Lin <ilialin@codeaurora.org> =\n"
+ "wrote:\n"
  "> > Add support for SAW controlled regulators.\n"
  "> > The regulators defined as SAW controlled in the device tree will be\n"
  "> > controlled through special CPU registers instead of direct SPMI\n"
@@ -60,21 +64,24 @@
  "> > This is required especially for CPU supply regulators to synchronize\n"
  "> > with clock scaling and for Automatic Voltage Switching.\n"
  "> > Document it.\n"
- "> \n"
- "> Replace this boiler plate with what this patch actual does. Besides changing\n"
+ ">=20\n"
+ "> Replace this boiler plate with what this patch actual does. Besides =\n"
+ "changing\n"
  "> the subject, it could be, for example,\n"
- "> \n"
+ ">=20\n"
  "> \"Document the DT bindings for the SAW regulators.\n"
- "> \n"
- "> The saw-slave property allows ganging (grouping) of several regulators so\n"
+ ">=20\n"
+ "> The saw-slave property allows ganging (grouping) of several regulators =\n"
+ "so\n"
  "> that their outputs can be combined... blah blah.\n"
- "> \n"
+ ">=20\n"
  "> The saw-leader is the only one that then is configurable in DT\"\n"
  "\n"
- "Actually, I invested some fantasy to write this explanation. But I'll try to revise it.\n"
+ "Actually, I invested some fantasy to write this explanation. But I'll =\n"
+ "try to revise it.\n"
  "\n"
- "> \n"
- "> \n"
+ ">=20\n"
+ ">=20\n"
  "> > Signed-off-by: Ilia Lin <ilialin@codeaurora.org>\n"
  "> > Reviewed-by: Rob Herring <robh@kernel.org>\n"
  "> > ---\n"
@@ -83,40 +90,48 @@
  "> >  1 file changed, 45 insertions(+)\n"
  "> >\n"
  "> > diff --git\n"
- "> > a/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt\n"
- "> > b/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt\n"
+ "> > =\n"
+ "a/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt\n"
+ "> > =\n"
+ "b/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt\n"
  "> > index 57d2c65..406f2e5 100644\n"
  "> > ---\n"
- "> > a/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt\n"
+ "> > =\n"
+ "a/Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt\n"
  "> > +++ b/Documentation/devicetree/bindings/regulator/qcom,spmi-\n"
  "> regulator.\n"
  "> > +++ txt\n"
  "> > @@ -110,6 +110,11 @@ Qualcomm SPMI Regulators\n"
- "> >         Definition: Reference to regulator supplying the input pin, as\n"
+ "> >         Definition: Reference to regulator supplying the input pin, =\n"
+ "as\n"
  "> >                     described in the data sheet.\n"
  "> >\n"
  "> > +- qcom,saw-reg:\n"
  "> > +       Usage: optional\n"
  "> > +       Value type: <phandle>\n"
- "> > +       Description: Reference to syscon node defining the SAW registers.\n"
+ "> > +       Description: Reference to syscon node defining the SAW =\n"
+ "registers.\n"
  "> > +\n"
  "> >\n"
  "> >  The regulator node houses sub-nodes for each regulator within the\n"
- "> > device. Each  sub-node is identified using the node's name, with valid\n"
+ "> > device. Each  sub-node is identified using the node's name, with =\n"
+ "valid\n"
  "> > values listed for each @@ -201,6 +206,17 @@ see regulator.txt - with\n"
  "> additional custom properties described below:\n"
- "> >                         2 = 0.55 uA\n"
- "> >                         3 = 0.75 uA\n"
+ "> >                         2 =3D 0.55 uA\n"
+ "> >                         3 =3D 0.75 uA\n"
  "> >\n"
  "> > +- qcom,saw-slave:\n"
  "> > +       Usage: optional\n"
  "> > +       Value type: <boo>\n"
- "> > +       Description: SAW controlled gang slave. Will not be configured.\n"
+ "> > +       Description: SAW controlled gang slave. Will not be =\n"
+ "configured.\n"
  "> > +\n"
  "> > +- qcom,saw-leader:\n"
  "> > +       Usage: optional\n"
  "> > +       Value type: <boo>\n"
- "> > +       Description: SAW controlled gang leader. Will be configured as\n"
+ "> > +       Description: SAW controlled gang leader. Will be configured =\n"
+ "as\n"
  "> > +                    SAW regulator.\n"
  "> > +\n"
  "> >  Example:\n"
@@ -130,15 +145,15 @@
  "> > +Example 2:\n"
  "> > +\n"
  "> > +       saw3: syscon@9A10000 {\n"
- "> > +               compatible = \"syscon\";\n"
- "> > +               reg = <0x9A10000 0x1000>;\n"
+ "> > +               compatible =3D \"syscon\";\n"
+ "> > +               reg =3D <0x9A10000 0x1000>;\n"
  "> > +       };\n"
  "> > +\n"
  "> > +       ...\n"
  "> > +\n"
  "> > +       spm-regulators {\n"
- "> > +               compatible = \"qcom,pm8994-regulators\";\n"
- "> > +               qcom,saw-reg = <&saw3>;\n"
+ "> > +               compatible =3D \"qcom,pm8994-regulators\";\n"
+ "> > +               qcom,saw-reg =3D <&saw3>;\n"
  "> > +               s8 {\n"
  "> > +                       qcom,saw-slave;\n"
  "> > +               };\n"
@@ -151,12 +166,12 @@
  "> > +               pm8994_s11_saw: s11 {\n"
  "> > +                       qcom,saw-leader;\n"
  "> > +                       regulator-always-on;\n"
- "> > +                       regulator-min-microvolt = <900000>;\n"
- "> > +                       regulator-max-microvolt = <1140000>;\n"
+ "> > +                       regulator-min-microvolt =3D <900000>;\n"
+ "> > +                       regulator-max-microvolt =3D <1140000>;\n"
  "> > +               };\n"
  "> > +       };\n"
  "> > --\n"
  "> > 1.9.1\n"
  > >
 
-e0c2ab1b17b90adc1575f1e34d5d0d1f0998f9a78fc53168d3141e1213d921f0
+6624e36e7f4e0e996d1c422a9edda83a5165d847e268ac60494d0537a4169e93

diff --git a/a/1.txt b/N2/1.txt
index c5fb086..d82a5aa 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,22 +1,22 @@
 
 
 > -----Original Message-----
-> From: amit.kucheria@verdurent.com <amit.kucheria@verdurent.com> On
+> From: amit.kucheria at verdurent.com <amit.kucheria@verdurent.com> On
 > Behalf Of Amit Kucheria
 > Sent: Wednesday, May 16, 2018 16:13
 > To: Ilia Lin <ilialin@codeaurora.org>
-> Cc: Michael Turquette <mturquette@baylibre.com>; sboyd@kernel.org; Rob
+> Cc: Michael Turquette <mturquette@baylibre.com>; sboyd at kernel.org; Rob
 > Herring <robh@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Viresh
-> Kumar <viresh.kumar@linaro.org>; nm@ti.com; lgirdwood@gmail.com;
-> broonie@kernel.org; Andy Gross <andy.gross@linaro.org>; David Brown
-> <david.brown@linaro.org>; catalin.marinas@arm.com;
-> will.deacon@arm.com; Rafael J. Wysocki <rjw@rjwysocki.net>; linux-
-> clk@vger.kernel.org; devicetree@vger.kernel.org; LKML <linux-
-> kernel@vger.kernel.org>; Linux PM list <linux-pm@vger.kernel.org>; linux-
-> arm-msm@vger.kernel.org; linux-soc@vger.kernel.org; lakml <linux-arm-
-> kernel@lists.infradead.org>; Rajendra Nayak <rnayak@codeaurora.org>;
-> nicolas.dechesne@linaro.org; celster@codeaurora.org;
-> tfinkel@codeaurora.org
+> Kumar <viresh.kumar@linaro.org>; nm at ti.com; lgirdwood at gmail.com;
+> broonie at kernel.org; Andy Gross <andy.gross@linaro.org>; David Brown
+> <david.brown@linaro.org>; catalin.marinas at arm.com;
+> will.deacon at arm.com; Rafael J. Wysocki <rjw@rjwysocki.net>; linux-
+> clk at vger.kernel.org; devicetree at vger.kernel.org; LKML <linux-
+> kernel at vger.kernel.org>; Linux PM list <linux-pm@vger.kernel.org>; linux-
+> arm-msm at vger.kernel.org; linux-soc at vger.kernel.org; lakml <linux-arm-
+> kernel at lists.infradead.org>; Rajendra Nayak <rnayak@codeaurora.org>;
+> nicolas.dechesne at linaro.org; celster at codeaurora.org;
+> tfinkel at codeaurora.org
 > Subject: Re: [PATCH v7 10/14] dt-bindings: qcom_spmi: Add support for SAW
 > documentation
 > 
@@ -97,7 +97,7 @@ Actually, I invested some fantasy to write this explanation. But I'll try to rev
 > > +
 > > +Example 2:
 > > +
-> > +       saw3: syscon@9A10000 {
+> > +       saw3: syscon at 9A10000 {
 > > +               compatible = "syscon";
 > > +               reg = <0x9A10000 0x1000>;
 > > +       };
diff --git a/a/content_digest b/N2/content_digest
index 1d213b5..5e35508 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,54 +1,31 @@
  "ref\01526375616-16904-1-git-send-email-ilialin@codeaurora.org\0"
  "ref\01526375616-16904-11-git-send-email-ilialin@codeaurora.org\0"
  "ref\0CAHLCerOxcUMTztT75rdkS-rrQWqEEgoVQr45Ueh_JRPE7CCm7Q@mail.gmail.com\0"
- "From\0<ilialin@codeaurora.org>\0"
- "Subject\0RE: [PATCH v7 10/14] dt-bindings: qcom_spmi: Add support for SAW documentation\0"
+ "From\0ilialin@codeaurora.org (ilialin at codeaurora.org)\0"
+ "Subject\0[PATCH v7 10/14] dt-bindings: qcom_spmi: Add support for SAW documentation\0"
  "Date\0Thu, 17 May 2018 10:24:05 +0300\0"
- "To\0'Amit Kucheria' <amit.kucheria@linaro.org>\0"
- "Cc\0'Michael Turquette' <mturquette@baylibre.com>"
-  sboyd@kernel.org
-  'Rob Herring' <robh@kernel.org>
-  'Mark Rutland' <mark.rutland@arm.com>
-  'Viresh Kumar' <viresh.kumar@linaro.org>
-  nm@ti.com
-  lgirdwood@gmail.com
-  broonie@kernel.org
-  'Andy Gross' <andy.gross@linaro.org>
-  'David Brown' <david.brown@linaro.org>
-  catalin.marinas@arm.com
-  will.deacon@arm.com
-  'Rafael J. Wysocki' <rjw@rjwysocki.net>
-  linux-clk@vger.kernel.org
-  devicetree@vger.kernel.org
-  'LKML' <linux-kernel@vger.kernel.org>
-  'Linux PM list' <linux-pm@vger.kernel.org>
-  linux-arm-msm@vger.kernel.org
-  linux-soc@vger.kernel.org
-  'lakml' <linux-arm-kernel@lists.infradead.org>
-  'Rajendra Nayak' <rnayak@codeaurora.org>
-  nicolas.dechesne@linaro.org
- " celster@codeaurora.o\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "\n"
  "\n"
  "> -----Original Message-----\n"
- "> From: amit.kucheria@verdurent.com <amit.kucheria@verdurent.com> On\n"
+ "> From: amit.kucheria at verdurent.com <amit.kucheria@verdurent.com> On\n"
  "> Behalf Of Amit Kucheria\n"
  "> Sent: Wednesday, May 16, 2018 16:13\n"
  "> To: Ilia Lin <ilialin@codeaurora.org>\n"
- "> Cc: Michael Turquette <mturquette@baylibre.com>; sboyd@kernel.org; Rob\n"
+ "> Cc: Michael Turquette <mturquette@baylibre.com>; sboyd at kernel.org; Rob\n"
  "> Herring <robh@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Viresh\n"
- "> Kumar <viresh.kumar@linaro.org>; nm@ti.com; lgirdwood@gmail.com;\n"
- "> broonie@kernel.org; Andy Gross <andy.gross@linaro.org>; David Brown\n"
- "> <david.brown@linaro.org>; catalin.marinas@arm.com;\n"
- "> will.deacon@arm.com; Rafael J. Wysocki <rjw@rjwysocki.net>; linux-\n"
- "> clk@vger.kernel.org; devicetree@vger.kernel.org; LKML <linux-\n"
- "> kernel@vger.kernel.org>; Linux PM list <linux-pm@vger.kernel.org>; linux-\n"
- "> arm-msm@vger.kernel.org; linux-soc@vger.kernel.org; lakml <linux-arm-\n"
- "> kernel@lists.infradead.org>; Rajendra Nayak <rnayak@codeaurora.org>;\n"
- "> nicolas.dechesne@linaro.org; celster@codeaurora.org;\n"
- "> tfinkel@codeaurora.org\n"
+ "> Kumar <viresh.kumar@linaro.org>; nm at ti.com; lgirdwood at gmail.com;\n"
+ "> broonie at kernel.org; Andy Gross <andy.gross@linaro.org>; David Brown\n"
+ "> <david.brown@linaro.org>; catalin.marinas at arm.com;\n"
+ "> will.deacon at arm.com; Rafael J. Wysocki <rjw@rjwysocki.net>; linux-\n"
+ "> clk at vger.kernel.org; devicetree at vger.kernel.org; LKML <linux-\n"
+ "> kernel at vger.kernel.org>; Linux PM list <linux-pm@vger.kernel.org>; linux-\n"
+ "> arm-msm at vger.kernel.org; linux-soc at vger.kernel.org; lakml <linux-arm-\n"
+ "> kernel at lists.infradead.org>; Rajendra Nayak <rnayak@codeaurora.org>;\n"
+ "> nicolas.dechesne at linaro.org; celster at codeaurora.org;\n"
+ "> tfinkel at codeaurora.org\n"
  "> Subject: Re: [PATCH v7 10/14] dt-bindings: qcom_spmi: Add support for SAW\n"
  "> documentation\n"
  "> \n"
@@ -129,7 +106,7 @@
  "> > +\n"
  "> > +Example 2:\n"
  "> > +\n"
- "> > +       saw3: syscon@9A10000 {\n"
+ "> > +       saw3: syscon at 9A10000 {\n"
  "> > +               compatible = \"syscon\";\n"
  "> > +               reg = <0x9A10000 0x1000>;\n"
  "> > +       };\n"
@@ -159,4 +136,4 @@
  "> > 1.9.1\n"
  > >
 
-e0c2ab1b17b90adc1575f1e34d5d0d1f0998f9a78fc53168d3141e1213d921f0
+2860cf1aff4e414f030a94535bdea8568aa96735d28b50c12a538b1c022c1cf0

diff --git a/a/content_digest b/N3/content_digest
index 1d213b5..a11e7f1 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -6,28 +6,29 @@
  "Date\0Thu, 17 May 2018 10:24:05 +0300\0"
  "To\0'Amit Kucheria' <amit.kucheria@linaro.org>\0"
  "Cc\0'Michael Turquette' <mturquette@baylibre.com>"
-  sboyd@kernel.org
+  <sboyd@kernel.org>
   'Rob Herring' <robh@kernel.org>
   'Mark Rutland' <mark.rutland@arm.com>
   'Viresh Kumar' <viresh.kumar@linaro.org>
-  nm@ti.com
-  lgirdwood@gmail.com
-  broonie@kernel.org
+  <nm@ti.com>
+  <lgirdwood@gmail.com>
+  <broonie@kernel.org>
   'Andy Gross' <andy.gross@linaro.org>
   'David Brown' <david.brown@linaro.org>
-  catalin.marinas@arm.com
-  will.deacon@arm.com
+  <catalin.marinas@arm.com>
+  <will.deacon@arm.com>
   'Rafael J. Wysocki' <rjw@rjwysocki.net>
-  linux-clk@vger.kernel.org
-  devicetree@vger.kernel.org
+  <linux-clk@vger.kernel.org>
+  <devicetree@vger.kernel.org>
   'LKML' <linux-kernel@vger.kernel.org>
   'Linux PM list' <linux-pm@vger.kernel.org>
-  linux-arm-msm@vger.kernel.org
-  linux-soc@vger.kernel.org
+  <linux-arm-msm@vger.kernel.org>
+  <linux-soc@vger.kernel.org>
   'lakml' <linux-arm-kernel@lists.infradead.org>
   'Rajendra Nayak' <rnayak@codeaurora.org>
-  nicolas.dechesne@linaro.org
- " celster@codeaurora.o\0"
+  <nicolas.dechesne@linaro.org>
+  <celster@codeaurora.org>
+ " <tfinkel@codeaurora.org>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -159,4 +160,4 @@
  "> > 1.9.1\n"
  > >
 
-e0c2ab1b17b90adc1575f1e34d5d0d1f0998f9a78fc53168d3141e1213d921f0
+2112fce873ebb9ca3328743726855bac1556d408f4c008f03b47eb3277237a76

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.