All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20151021093039.20687.88701@quantum>

diff --git a/a/1.txt b/N1/1.txt
index fde1e02..25c7ca8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,7 @@
 Quoting Jisheng Zhang (2015-10-20 04:16:46)
 > Since we have added the necessary two clks' properties in dts, we can
 > remove the "sdio" clk's CLK_IGNORE_UNUSED flag now.
-> =
-
+> 
 > Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
 
 Applied to clk-next.
@@ -13,14 +12,12 @@ Mike
 > ---
 >  drivers/clk/berlin/bg2q.c | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)
-> =
-
+> 
 > diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c
 > index 221f40c..243f421 100644
 > --- a/drivers/clk/berlin/bg2q.c
 > +++ b/drivers/clk/berlin/bg2q.c
-> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __=
-initconst =3D {
+> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = {
 >         { "usb2",       "perif",        13 },
 >         { "usb3",       "perif",        14 },
 >         { "pbridge",    "perif",        15, CLK_IGNORE_UNUSED },
@@ -29,7 +26,6 @@ initconst =3D {
 >         { "nfc",        "perif",        18 },
 >         { "pcie",       "perif",        22 },
 >  };
-> -- =
-
+> -- 
 > 2.6.1
->=20
+>
diff --git a/a/content_digest b/N1/content_digest
index 485733d..b425231 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,28 +1,15 @@
  "ref\01445339807-2351-1-git-send-email-jszhang@marvell.com\0"
  "ref\01445339807-2351-4-git-send-email-jszhang@marvell.com\0"
- "From\0Michael Turquette <mturquette@baylibre.com>\0"
- "Subject\0Re: [PATCH v2 3/4] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk\0"
+ "From\0mturquette@baylibre.com (Michael Turquette)\0"
+ "Subject\0[PATCH v2 3/4] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk\0"
  "Date\0Wed, 21 Oct 2015 02:30:39 -0700\0"
- "To\0Jisheng Zhang <jszhang@marvell.com>"
-  sebastian.hesselbarth@gmail.com
-  robh+dt@kernel.org
-  pawel.moll@arm.com
-  mark.rutland@arm.com
-  ijc+devicetree@hellion.org.uk
-  galak@codeaurora.org
- " sboyd@codeaurora.org\0"
- "Cc\0linux-clk@vger.kernel.org"
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
- " Jisheng Zhang <jszhang@marvell.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Quoting Jisheng Zhang (2015-10-20 04:16:46)\n"
  "> Since we have added the necessary two clks' properties in dts, we can\n"
  "> remove the \"sdio\" clk's CLK_IGNORE_UNUSED flag now.\n"
- "> =\n"
- "\n"
+ "> \n"
  "> Signed-off-by: Jisheng Zhang <jszhang@marvell.com>\n"
  "\n"
  "Applied to clk-next.\n"
@@ -33,14 +20,12 @@
  "> ---\n"
  ">  drivers/clk/berlin/bg2q.c | 2 +-\n"
  ">  1 file changed, 1 insertion(+), 1 deletion(-)\n"
- "> =\n"
- "\n"
+ "> \n"
  "> diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c\n"
  "> index 221f40c..243f421 100644\n"
  "> --- a/drivers/clk/berlin/bg2q.c\n"
  "> +++ b/drivers/clk/berlin/bg2q.c\n"
- "> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __=\n"
- "initconst =3D {\n"
+ "> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = {\n"
  ">         { \"usb2\",       \"perif\",        13 },\n"
  ">         { \"usb3\",       \"perif\",        14 },\n"
  ">         { \"pbridge\",    \"perif\",        15, CLK_IGNORE_UNUSED },\n"
@@ -49,9 +34,8 @@
  ">         { \"nfc\",        \"perif\",        18 },\n"
  ">         { \"pcie\",       \"perif\",        22 },\n"
  ">  };\n"
- "> -- =\n"
- "\n"
+ "> -- \n"
  "> 2.6.1\n"
- >=20
+ >
 
-f7508225289ff2f1c3c4d2c6b8fa1be546fc17c8fc58d7475c304b6c1c513d36
+2d5eb0011d7a3d5b6816c5834b60bffd15e780e2f66952caaf3d5d9c9bd72b1a

diff --git a/a/1.txt b/N2/1.txt
index fde1e02..50bc9da 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,9 +1,8 @@
 Quoting Jisheng Zhang (2015-10-20 04:16:46)
 > Since we have added the necessary two clks' properties in dts, we can
 > remove the "sdio" clk's CLK_IGNORE_UNUSED flag now.
-> =
-
-> Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
+> 
+> Signed-off-by: Jisheng Zhang <jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
 
 Applied to clk-next.
 
@@ -13,14 +12,12 @@ Mike
 > ---
 >  drivers/clk/berlin/bg2q.c | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)
-> =
-
+> 
 > diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c
 > index 221f40c..243f421 100644
 > --- a/drivers/clk/berlin/bg2q.c
 > +++ b/drivers/clk/berlin/bg2q.c
-> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __=
-initconst =3D {
+> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = {
 >         { "usb2",       "perif",        13 },
 >         { "usb3",       "perif",        14 },
 >         { "pbridge",    "perif",        15, CLK_IGNORE_UNUSED },
@@ -29,7 +26,10 @@ initconst =3D {
 >         { "nfc",        "perif",        18 },
 >         { "pcie",       "perif",        22 },
 >  };
-> -- =
-
+> -- 
 > 2.6.1
->=20
+> 
+--
+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 485733d..5ff4f99 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,29 +1,28 @@
  "ref\01445339807-2351-1-git-send-email-jszhang@marvell.com\0"
  "ref\01445339807-2351-4-git-send-email-jszhang@marvell.com\0"
- "From\0Michael Turquette <mturquette@baylibre.com>\0"
+ "ref\01445339807-2351-4-git-send-email-jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org\0"
+ "From\0Michael Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
  "Subject\0Re: [PATCH v2 3/4] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk\0"
  "Date\0Wed, 21 Oct 2015 02:30:39 -0700\0"
- "To\0Jisheng Zhang <jszhang@marvell.com>"
-  sebastian.hesselbarth@gmail.com
-  robh+dt@kernel.org
-  pawel.moll@arm.com
-  mark.rutland@arm.com
-  ijc+devicetree@hellion.org.uk
-  galak@codeaurora.org
- " sboyd@codeaurora.org\0"
- "Cc\0linux-clk@vger.kernel.org"
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
- " Jisheng Zhang <jszhang@marvell.com>\0"
+ "To\0sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  pawel.moll-5wv7dgnIgG8@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
+  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
+ " sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0"
+ "Cc\0linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Jisheng Zhang <jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Quoting Jisheng Zhang (2015-10-20 04:16:46)\n"
  "> Since we have added the necessary two clks' properties in dts, we can\n"
  "> remove the \"sdio\" clk's CLK_IGNORE_UNUSED flag now.\n"
- "> =\n"
- "\n"
- "> Signed-off-by: Jisheng Zhang <jszhang@marvell.com>\n"
+ "> \n"
+ "> Signed-off-by: Jisheng Zhang <jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>\n"
  "\n"
  "Applied to clk-next.\n"
  "\n"
@@ -33,14 +32,12 @@
  "> ---\n"
  ">  drivers/clk/berlin/bg2q.c | 2 +-\n"
  ">  1 file changed, 1 insertion(+), 1 deletion(-)\n"
- "> =\n"
- "\n"
+ "> \n"
  "> diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c\n"
  "> index 221f40c..243f421 100644\n"
  "> --- a/drivers/clk/berlin/bg2q.c\n"
  "> +++ b/drivers/clk/berlin/bg2q.c\n"
- "> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __=\n"
- "initconst =3D {\n"
+ "> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = {\n"
  ">         { \"usb2\",       \"perif\",        13 },\n"
  ">         { \"usb3\",       \"perif\",        14 },\n"
  ">         { \"pbridge\",    \"perif\",        15, CLK_IGNORE_UNUSED },\n"
@@ -49,9 +46,12 @@
  ">         { \"nfc\",        \"perif\",        18 },\n"
  ">         { \"pcie\",       \"perif\",        22 },\n"
  ">  };\n"
- "> -- =\n"
- "\n"
+ "> -- \n"
  "> 2.6.1\n"
- >=20
+ "> \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
 
-f7508225289ff2f1c3c4d2c6b8fa1be546fc17c8fc58d7475c304b6c1c513d36
+f3aceca91d0c989ab224705bab51b62f47216e6ac6706391b05c8e102839a34a

diff --git a/a/1.txt b/N3/1.txt
index fde1e02..25c7ca8 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -1,8 +1,7 @@
 Quoting Jisheng Zhang (2015-10-20 04:16:46)
 > Since we have added the necessary two clks' properties in dts, we can
 > remove the "sdio" clk's CLK_IGNORE_UNUSED flag now.
-> =
-
+> 
 > Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
 
 Applied to clk-next.
@@ -13,14 +12,12 @@ Mike
 > ---
 >  drivers/clk/berlin/bg2q.c | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)
-> =
-
+> 
 > diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c
 > index 221f40c..243f421 100644
 > --- a/drivers/clk/berlin/bg2q.c
 > +++ b/drivers/clk/berlin/bg2q.c
-> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __=
-initconst =3D {
+> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = {
 >         { "usb2",       "perif",        13 },
 >         { "usb3",       "perif",        14 },
 >         { "pbridge",    "perif",        15, CLK_IGNORE_UNUSED },
@@ -29,7 +26,6 @@ initconst =3D {
 >         { "nfc",        "perif",        18 },
 >         { "pcie",       "perif",        22 },
 >  };
-> -- =
-
+> -- 
 > 2.6.1
->=20
+>
diff --git a/a/content_digest b/N3/content_digest
index 485733d..a0735e8 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -21,8 +21,7 @@
  "Quoting Jisheng Zhang (2015-10-20 04:16:46)\n"
  "> Since we have added the necessary two clks' properties in dts, we can\n"
  "> remove the \"sdio\" clk's CLK_IGNORE_UNUSED flag now.\n"
- "> =\n"
- "\n"
+ "> \n"
  "> Signed-off-by: Jisheng Zhang <jszhang@marvell.com>\n"
  "\n"
  "Applied to clk-next.\n"
@@ -33,14 +32,12 @@
  "> ---\n"
  ">  drivers/clk/berlin/bg2q.c | 2 +-\n"
  ">  1 file changed, 1 insertion(+), 1 deletion(-)\n"
- "> =\n"
- "\n"
+ "> \n"
  "> diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c\n"
  "> index 221f40c..243f421 100644\n"
  "> --- a/drivers/clk/berlin/bg2q.c\n"
  "> +++ b/drivers/clk/berlin/bg2q.c\n"
- "> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __=\n"
- "initconst =3D {\n"
+ "> @@ -283,7 +283,7 @@ static const struct berlin2_gate_data bg2q_gates[] __initconst = {\n"
  ">         { \"usb2\",       \"perif\",        13 },\n"
  ">         { \"usb3\",       \"perif\",        14 },\n"
  ">         { \"pbridge\",    \"perif\",        15, CLK_IGNORE_UNUSED },\n"
@@ -49,9 +46,8 @@
  ">         { \"nfc\",        \"perif\",        18 },\n"
  ">         { \"pcie\",       \"perif\",        22 },\n"
  ">  };\n"
- "> -- =\n"
- "\n"
+ "> -- \n"
  "> 2.6.1\n"
- >=20
+ >
 
-f7508225289ff2f1c3c4d2c6b8fa1be546fc17c8fc58d7475c304b6c1c513d36
+5dc7488e960d032e7cb9f2d6f962dcc1714cbc2f75df6db0ba3529f5c0f24e22

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.