All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140203193108.GC25625@lukather>

diff --git a/a/1.txt b/N1/1.txt
index bbe3c1c..3b6f91a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,7 +5,7 @@ On Mon, Feb 03, 2014 at 11:32:19AM +0800, Chen-Yu Tsai wrote:
 > and interface type of the GMAC ethernet controller. Model this as
 > a single clock for GMAC drivers to use.
 > 
-> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
+> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
 > ---
 >  Documentation/devicetree/bindings/clock/sunxi.txt | 26 +++++++
 >  drivers/clk/sunxi/clk-sunxi.c                     | 83 +++++++++++++++++++++++
@@ -33,26 +33,26 @@ On Mon, Feb 03, 2014 at 11:32:19AM +0800, Chen-Yu Tsai wrote:
 >  Clock consumers should specify the desired clocks they use with a
 >  "clocks" phandle cell. Consumers that are using a gated clock should
 >  provide an additional ID in their clock property. This ID is the
-> @@ -96,3 +100,25 @@ mmc0_clk: clk at 01c20088 {
+> @@ -96,3 +100,25 @@ mmc0_clk: clk@01c20088 {
 >  	clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
 >  	clock-output-names = "mmc0";
 >  };
 > +
-> +mii_phy_tx_clk: clk at 2 {
+> +mii_phy_tx_clk: clk@2 {
 > +	#clock-cells = <0>;
 > +	compatible = "fixed-clock";
 > +	clock-frequency = <25000000>;
 > +	clock-output-names = "mii_phy_tx";
 > +};
 > +
-> +gmac_int_tx_clk: clk at 3 {
+> +gmac_int_tx_clk: clk@3 {
 > +	#clock-cells = <0>;
 > +	compatible = "fixed-clock";
 > +	clock-frequency = <125000000>;
 > +	clock-output-names = "gmac_int_tx";
 > +};
 > +
-> +gmac_clk: clk at 01c20164 {
+> +gmac_clk: clk@01c20164 {
 > +	#clock-cells = <0>;
 > +	compatible = "allwinner,sun7i-a20-gmac-clk";
 > +	reg = <0x01c20164 0x4>;
@@ -181,10 +181,3 @@ Maxime
 Maxime Ripard, Free Electrons
 Embedded Linux, Kernel and Android engineering
 http://free-electrons.com
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: signature.asc
-Type: application/pgp-signature
-Size: 836 bytes
-Desc: Digital signature
-URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140203/1ee9717e/attachment.sig>
diff --git a/N1/2.bin b/N1/2.bin
new file mode 100644
index 0000000..a58391c
--- /dev/null
+++ b/N1/2.bin
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.14 (GNU/Linux)
+
+iQIcBAEBAgAGBQJS7+58AAoJEBx+YmzsjxAg+80QAKm5RHM04LjONq7RT4kXgPXr
+G4CLOWNEFSZOcM/npUnG7TEnbRZFdD/JssOqPrlyrj6vWrTZaxLgbro4VRkoJtEq
+e9uha5cikUzz5tJe+vyTSgQ5o47H5dGDhdPlhqBB4uHtBhwxsKsmiUdYlmGnj1fm
+liIpTsW50O33kKAlf6CRsuhnBpmcrEjby3bahee6Mc5thJWArgjPTNAti5nIMAf3
+SFC1MBKrC2gdRAch2h3/cThtfO+XtQJpBAePK+NMLA3bxdN84G4RPK9sAv1rEGvd
+Xapo7ZJzYu36Aj2sDwXWgkLS9GaOtXpDqwfIzZ5S+kljPwat/H2D1gli5BfhRCPC
+FIWwMy7kpCnqxS4P67nU2jYNT3Va878IujpdWLpXw6aQDWjSSy39CJxTE0a4ahU2
+DlVzGqQ/eXjKBi1jPP0GNlGe2Zx8WhKBzvIV8zPYMCGvWPM0m26x2KH8UPODhI20
+jjQiJK6pzeM16xZwT06xEbgpSm2gU7Zf4xc/YO1vSuiKFNj2fH1xu81EoeriFj4V
+jgwaqmYJFpGuMc0Zf66aU1RiZhYVWvVkNmzY73SNcA/SFrslUL9EfqhfleV5xa8F
+LBad7lJs6qK1/fq63XR7AhL7kZQoM365ejsVpsrq+t5/A2SFg2HsjWWTuRGKCUiT
+1yRPl7Q2fOQHlSwSY8kP
+=a+Wo
+-----END PGP SIGNATURE-----
diff --git a/N1/2.hdr b/N1/2.hdr
new file mode 100644
index 0000000..3237378
--- /dev/null
+++ b/N1/2.hdr
@@ -0,0 +1,2 @@
+Content-Type: application/pgp-signature; name="signature.asc"
+Content-Description: Digital signature
diff --git a/a/content_digest b/N1/content_digest
index b2bcbbd..889a72d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,17 @@
  "ref\01391398346-5094-1-git-send-email-wens@csie.org\0"
  "ref\01391398346-5094-2-git-send-email-wens@csie.org\0"
- "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0"
- "Subject\0[PATCH v3 1/8] clk: sunxi: Add Allwinner A20/A31 GMAC clock unit\0"
+ "ref\01391398346-5094-2-git-send-email-wens-jdAy2FN1RRM@public.gmane.org\0"
+ "From\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v3 1/8] clk: sunxi: Add Allwinner A20/A31 GMAC clock unit\0"
  "Date\0Mon, 3 Feb 2014 20:31:08 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
- "\00:1\0"
+ "To\0Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\0"
+ "Cc\0Emilio Lopez <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>"
+  Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "\01:1\0"
  "b\0"
  "Hi,\n"
  "\n"
@@ -13,7 +20,7 @@
  "> and interface type of the GMAC ethernet controller. Model this as\n"
  "> a single clock for GMAC drivers to use.\n"
  "> \n"
- "> Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n"
+ "> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\n"
  "> ---\n"
  ">  Documentation/devicetree/bindings/clock/sunxi.txt | 26 +++++++\n"
  ">  drivers/clk/sunxi/clk-sunxi.c                     | 83 +++++++++++++++++++++++\n"
@@ -41,26 +48,26 @@
  ">  Clock consumers should specify the desired clocks they use with a\n"
  ">  \"clocks\" phandle cell. Consumers that are using a gated clock should\n"
  ">  provide an additional ID in their clock property. This ID is the\n"
- "> @@ -96,3 +100,25 @@ mmc0_clk: clk at 01c20088 {\n"
+ "> @@ -96,3 +100,25 @@ mmc0_clk: clk@01c20088 {\n"
  ">  \tclocks = <&osc24M>, <&pll6 1>, <&pll5 1>;\n"
  ">  \tclock-output-names = \"mmc0\";\n"
  ">  };\n"
  "> +\n"
- "> +mii_phy_tx_clk: clk at 2 {\n"
+ "> +mii_phy_tx_clk: clk@2 {\n"
  "> +\t#clock-cells = <0>;\n"
  "> +\tcompatible = \"fixed-clock\";\n"
  "> +\tclock-frequency = <25000000>;\n"
  "> +\tclock-output-names = \"mii_phy_tx\";\n"
  "> +};\n"
  "> +\n"
- "> +gmac_int_tx_clk: clk at 3 {\n"
+ "> +gmac_int_tx_clk: clk@3 {\n"
  "> +\t#clock-cells = <0>;\n"
  "> +\tcompatible = \"fixed-clock\";\n"
  "> +\tclock-frequency = <125000000>;\n"
  "> +\tclock-output-names = \"gmac_int_tx\";\n"
  "> +};\n"
  "> +\n"
- "> +gmac_clk: clk at 01c20164 {\n"
+ "> +gmac_clk: clk@01c20164 {\n"
  "> +\t#clock-cells = <0>;\n"
  "> +\tcompatible = \"allwinner,sun7i-a20-gmac-clk\";\n"
  "> +\treg = <0x01c20164 0x4>;\n"
@@ -188,13 +195,27 @@
  "-- \n"
  "Maxime Ripard, Free Electrons\n"
  "Embedded Linux, Kernel and Android engineering\n"
- "http://free-electrons.com\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: signature.asc\n"
- "Type: application/pgp-signature\n"
- "Size: 836 bytes\n"
- "Desc: Digital signature\n"
- URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140203/1ee9717e/attachment.sig>
+ http://free-electrons.com
+ "\01:2\0"
+ "fn\0signature.asc\0"
+ "d\0Digital signature\0"
+ "b\0"
+ "-----BEGIN PGP SIGNATURE-----\n"
+ "Version: GnuPG v1.4.14 (GNU/Linux)\n"
+ "\n"
+ "iQIcBAEBAgAGBQJS7+58AAoJEBx+YmzsjxAg+80QAKm5RHM04LjONq7RT4kXgPXr\n"
+ "G4CLOWNEFSZOcM/npUnG7TEnbRZFdD/JssOqPrlyrj6vWrTZaxLgbro4VRkoJtEq\n"
+ "e9uha5cikUzz5tJe+vyTSgQ5o47H5dGDhdPlhqBB4uHtBhwxsKsmiUdYlmGnj1fm\n"
+ "liIpTsW50O33kKAlf6CRsuhnBpmcrEjby3bahee6Mc5thJWArgjPTNAti5nIMAf3\n"
+ "SFC1MBKrC2gdRAch2h3/cThtfO+XtQJpBAePK+NMLA3bxdN84G4RPK9sAv1rEGvd\n"
+ "Xapo7ZJzYu36Aj2sDwXWgkLS9GaOtXpDqwfIzZ5S+kljPwat/H2D1gli5BfhRCPC\n"
+ "FIWwMy7kpCnqxS4P67nU2jYNT3Va878IujpdWLpXw6aQDWjSSy39CJxTE0a4ahU2\n"
+ "DlVzGqQ/eXjKBi1jPP0GNlGe2Zx8WhKBzvIV8zPYMCGvWPM0m26x2KH8UPODhI20\n"
+ "jjQiJK6pzeM16xZwT06xEbgpSm2gU7Zf4xc/YO1vSuiKFNj2fH1xu81EoeriFj4V\n"
+ "jgwaqmYJFpGuMc0Zf66aU1RiZhYVWvVkNmzY73SNcA/SFrslUL9EfqhfleV5xa8F\n"
+ "LBad7lJs6qK1/fq63XR7AhL7kZQoM365ejsVpsrq+t5/A2SFg2HsjWWTuRGKCUiT\n"
+ "1yRPl7Q2fOQHlSwSY8kP\n"
+ "=a+Wo\n"
+ "-----END PGP SIGNATURE-----\n"
 
-7ce89f4556e03d3f3337aa49ad04b562eab6408f309dc0a78209cc02afd86c49
+8cee8b758c361cf6aebb51904da85f7a7f2077e3284fef7c476dd85823aeaf18

diff --git a/a/1.txt b/N2/1.txt
index bbe3c1c..2295104 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -33,26 +33,26 @@ On Mon, Feb 03, 2014 at 11:32:19AM +0800, Chen-Yu Tsai wrote:
 >  Clock consumers should specify the desired clocks they use with a
 >  "clocks" phandle cell. Consumers that are using a gated clock should
 >  provide an additional ID in their clock property. This ID is the
-> @@ -96,3 +100,25 @@ mmc0_clk: clk at 01c20088 {
+> @@ -96,3 +100,25 @@ mmc0_clk: clk@01c20088 {
 >  	clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
 >  	clock-output-names = "mmc0";
 >  };
 > +
-> +mii_phy_tx_clk: clk at 2 {
+> +mii_phy_tx_clk: clk@2 {
 > +	#clock-cells = <0>;
 > +	compatible = "fixed-clock";
 > +	clock-frequency = <25000000>;
 > +	clock-output-names = "mii_phy_tx";
 > +};
 > +
-> +gmac_int_tx_clk: clk at 3 {
+> +gmac_int_tx_clk: clk@3 {
 > +	#clock-cells = <0>;
 > +	compatible = "fixed-clock";
 > +	clock-frequency = <125000000>;
 > +	clock-output-names = "gmac_int_tx";
 > +};
 > +
-> +gmac_clk: clk at 01c20164 {
+> +gmac_clk: clk@01c20164 {
 > +	#clock-cells = <0>;
 > +	compatible = "allwinner,sun7i-a20-gmac-clk";
 > +	reg = <0x01c20164 0x4>;
@@ -181,10 +181,3 @@ Maxime
 Maxime Ripard, Free Electrons
 Embedded Linux, Kernel and Android engineering
 http://free-electrons.com
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: signature.asc
-Type: application/pgp-signature
-Size: 836 bytes
-Desc: Digital signature
-URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140203/1ee9717e/attachment.sig>
diff --git a/N2/2.bin b/N2/2.bin
new file mode 100644
index 0000000..a58391c
--- /dev/null
+++ b/N2/2.bin
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.14 (GNU/Linux)
+
+iQIcBAEBAgAGBQJS7+58AAoJEBx+YmzsjxAg+80QAKm5RHM04LjONq7RT4kXgPXr
+G4CLOWNEFSZOcM/npUnG7TEnbRZFdD/JssOqPrlyrj6vWrTZaxLgbro4VRkoJtEq
+e9uha5cikUzz5tJe+vyTSgQ5o47H5dGDhdPlhqBB4uHtBhwxsKsmiUdYlmGnj1fm
+liIpTsW50O33kKAlf6CRsuhnBpmcrEjby3bahee6Mc5thJWArgjPTNAti5nIMAf3
+SFC1MBKrC2gdRAch2h3/cThtfO+XtQJpBAePK+NMLA3bxdN84G4RPK9sAv1rEGvd
+Xapo7ZJzYu36Aj2sDwXWgkLS9GaOtXpDqwfIzZ5S+kljPwat/H2D1gli5BfhRCPC
+FIWwMy7kpCnqxS4P67nU2jYNT3Va878IujpdWLpXw6aQDWjSSy39CJxTE0a4ahU2
+DlVzGqQ/eXjKBi1jPP0GNlGe2Zx8WhKBzvIV8zPYMCGvWPM0m26x2KH8UPODhI20
+jjQiJK6pzeM16xZwT06xEbgpSm2gU7Zf4xc/YO1vSuiKFNj2fH1xu81EoeriFj4V
+jgwaqmYJFpGuMc0Zf66aU1RiZhYVWvVkNmzY73SNcA/SFrslUL9EfqhfleV5xa8F
+LBad7lJs6qK1/fq63XR7AhL7kZQoM365ejsVpsrq+t5/A2SFg2HsjWWTuRGKCUiT
+1yRPl7Q2fOQHlSwSY8kP
+=a+Wo
+-----END PGP SIGNATURE-----
diff --git a/N2/2.hdr b/N2/2.hdr
new file mode 100644
index 0000000..3237378
--- /dev/null
+++ b/N2/2.hdr
@@ -0,0 +1,2 @@
+Content-Type: application/pgp-signature; name="signature.asc"
+Content-Description: Digital signature
diff --git a/a/content_digest b/N2/content_digest
index b2bcbbd..3bfb39c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,16 @@
  "ref\01391398346-5094-1-git-send-email-wens@csie.org\0"
  "ref\01391398346-5094-2-git-send-email-wens@csie.org\0"
- "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0"
- "Subject\0[PATCH v3 1/8] clk: sunxi: Add Allwinner A20/A31 GMAC clock unit\0"
+ "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0"
+ "Subject\0Re: [PATCH v3 1/8] clk: sunxi: Add Allwinner A20/A31 GMAC clock unit\0"
  "Date\0Mon, 3 Feb 2014 20:31:08 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
- "\00:1\0"
+ "To\0Chen-Yu Tsai <wens@csie.org>\0"
+ "Cc\0Emilio Lopez <emilio@elopez.com.ar>"
+  Mike Turquette <mturquette@linaro.org>
+  linux-arm-kernel@lists.infradead.org
+  linux-sunxi@googlegroups.com
+  devicetree@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
+ "\01:1\0"
  "b\0"
  "Hi,\n"
  "\n"
@@ -41,26 +47,26 @@
  ">  Clock consumers should specify the desired clocks they use with a\n"
  ">  \"clocks\" phandle cell. Consumers that are using a gated clock should\n"
  ">  provide an additional ID in their clock property. This ID is the\n"
- "> @@ -96,3 +100,25 @@ mmc0_clk: clk at 01c20088 {\n"
+ "> @@ -96,3 +100,25 @@ mmc0_clk: clk@01c20088 {\n"
  ">  \tclocks = <&osc24M>, <&pll6 1>, <&pll5 1>;\n"
  ">  \tclock-output-names = \"mmc0\";\n"
  ">  };\n"
  "> +\n"
- "> +mii_phy_tx_clk: clk at 2 {\n"
+ "> +mii_phy_tx_clk: clk@2 {\n"
  "> +\t#clock-cells = <0>;\n"
  "> +\tcompatible = \"fixed-clock\";\n"
  "> +\tclock-frequency = <25000000>;\n"
  "> +\tclock-output-names = \"mii_phy_tx\";\n"
  "> +};\n"
  "> +\n"
- "> +gmac_int_tx_clk: clk at 3 {\n"
+ "> +gmac_int_tx_clk: clk@3 {\n"
  "> +\t#clock-cells = <0>;\n"
  "> +\tcompatible = \"fixed-clock\";\n"
  "> +\tclock-frequency = <125000000>;\n"
  "> +\tclock-output-names = \"gmac_int_tx\";\n"
  "> +};\n"
  "> +\n"
- "> +gmac_clk: clk at 01c20164 {\n"
+ "> +gmac_clk: clk@01c20164 {\n"
  "> +\t#clock-cells = <0>;\n"
  "> +\tcompatible = \"allwinner,sun7i-a20-gmac-clk\";\n"
  "> +\treg = <0x01c20164 0x4>;\n"
@@ -188,13 +194,27 @@
  "-- \n"
  "Maxime Ripard, Free Electrons\n"
  "Embedded Linux, Kernel and Android engineering\n"
- "http://free-electrons.com\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: signature.asc\n"
- "Type: application/pgp-signature\n"
- "Size: 836 bytes\n"
- "Desc: Digital signature\n"
- URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140203/1ee9717e/attachment.sig>
+ http://free-electrons.com
+ "\01:2\0"
+ "fn\0signature.asc\0"
+ "d\0Digital signature\0"
+ "b\0"
+ "-----BEGIN PGP SIGNATURE-----\n"
+ "Version: GnuPG v1.4.14 (GNU/Linux)\n"
+ "\n"
+ "iQIcBAEBAgAGBQJS7+58AAoJEBx+YmzsjxAg+80QAKm5RHM04LjONq7RT4kXgPXr\n"
+ "G4CLOWNEFSZOcM/npUnG7TEnbRZFdD/JssOqPrlyrj6vWrTZaxLgbro4VRkoJtEq\n"
+ "e9uha5cikUzz5tJe+vyTSgQ5o47H5dGDhdPlhqBB4uHtBhwxsKsmiUdYlmGnj1fm\n"
+ "liIpTsW50O33kKAlf6CRsuhnBpmcrEjby3bahee6Mc5thJWArgjPTNAti5nIMAf3\n"
+ "SFC1MBKrC2gdRAch2h3/cThtfO+XtQJpBAePK+NMLA3bxdN84G4RPK9sAv1rEGvd\n"
+ "Xapo7ZJzYu36Aj2sDwXWgkLS9GaOtXpDqwfIzZ5S+kljPwat/H2D1gli5BfhRCPC\n"
+ "FIWwMy7kpCnqxS4P67nU2jYNT3Va878IujpdWLpXw6aQDWjSSy39CJxTE0a4ahU2\n"
+ "DlVzGqQ/eXjKBi1jPP0GNlGe2Zx8WhKBzvIV8zPYMCGvWPM0m26x2KH8UPODhI20\n"
+ "jjQiJK6pzeM16xZwT06xEbgpSm2gU7Zf4xc/YO1vSuiKFNj2fH1xu81EoeriFj4V\n"
+ "jgwaqmYJFpGuMc0Zf66aU1RiZhYVWvVkNmzY73SNcA/SFrslUL9EfqhfleV5xa8F\n"
+ "LBad7lJs6qK1/fq63XR7AhL7kZQoM365ejsVpsrq+t5/A2SFg2HsjWWTuRGKCUiT\n"
+ "1yRPl7Q2fOQHlSwSY8kP\n"
+ "=a+Wo\n"
+ "-----END PGP SIGNATURE-----\n"
 
-7ce89f4556e03d3f3337aa49ad04b562eab6408f309dc0a78209cc02afd86c49
+89b889b83f29aa5a1701e873a95692c1d9e417de90b4d806359fbef8bb0ac70f

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.