All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <527C0DB6.5060303@broadcom.com>

diff --git a/a/1.txt b/N1/1.txt
index 2b10a32..d988039 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,7 +5,7 @@ On 13-11-06 09:00 AM, Stephen Warren wrote:
 > properties can reference just that single parent node, instead of many
 > small nodes. In other words:
 >
-> pinctrl at ... {
+> pinctrl@... {
 > 	...
 > 	sx: state_xxx {
 > 		xxx1 { ... };
@@ -18,13 +18,13 @@ On 13-11-06 09:00 AM, Stephen Warren wrote:
 > 	};
 > }
 >
-> some_client at ... {
+> some_client@... {
 > 	...
 > 	pinctrl-names = "default";
 > 	pinctrl-0 = <&sx>;
 > };
 >
-> other_client at ... {
+> other_client@... {
 > 	...
 > 	pinctrl-names = "default";
 > 	pinctrl-0 = <&sy>;
@@ -32,7 +32,7 @@ On 13-11-06 09:00 AM, Stephen Warren wrote:
 >
 > rather than:
 >
-> pinctrl at ... {
+> pinctrl@... {
 > 	...
 > 	sx1: xxx1 { ... };
 > 	sx2: xxx2 { ... };
@@ -41,13 +41,13 @@ On 13-11-06 09:00 AM, Stephen Warren wrote:
 > 	sy2: yyy2 { ... };
 > }
 >
-> some_client at ... {
+> some_client@... {
 > 	...
 > 	pinctrl-names = "default";
 > 	pinctrl-0 = <&sx1 &sx2 &sx3>;
 > };
 >
-> other_client at ... {
+> other_client@... {
 > 	...
 > 	pinctrl-names = "default";
 > 	pinctrl-0 = <&sy1 &sy2>;
diff --git a/a/content_digest b/N1/content_digest
index 04ae1cf..03bcd91 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,10 +5,27 @@
  "ref\0527835FE.2030102@wwwdotorg.org\0"
  "ref\05279A319.5060701@broadcom.com\0"
  "ref\0527A75A6.5010904@wwwdotorg.org\0"
- "From\0syin@broadcom.com (Sherman Yin)\0"
- "Subject\0[PATCH 3/4] ARM: pinctrl: Add Broadcom Capri pinctrl driver\0"
+ "From\0Sherman Yin <syin@broadcom.com>\0"
+ "Subject\0Re: [PATCH 3/4] ARM: pinctrl: Add Broadcom Capri pinctrl driver\0"
  "Date\0Thu, 7 Nov 2013 14:01:26 -0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Stephen Warren <swarren@wwwdotorg.org>"
+ " Heiko St\303\274bner <heiko@sntech.de>"
+ " Linus Walleij <linus.walleij@linaro.org>\0"
+ "Cc\0Laxman Dewangan <ldewangan@nvidia.com>"
+  Mark Rutland <mark.rutland@arm.com>
+  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
+  Christian Daudt <bcm@fixthebug.org>
+  Russell King <linux@arm.linux.org.uk>
+  Pawel Moll <pawel.moll@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  linux-doc@vger.kernel.org <linux-doc@vger.kernel.org>
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  Rob Herring <rob.herring@calxeda.com>
+  bcm-kernel-feedback-list <bcm-kernel-feedback-list@broadcom.com>
+  Rob Landley <rob@landley.net>
+  Grant Likely <grant.likely@linaro.org>
+  Matt Porter <matt.porter@linaro.org>
+ " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "On 13-11-06 09:00 AM, Stephen Warren wrote:\n"
@@ -18,7 +35,7 @@
  "> properties can reference just that single parent node, instead of many\n"
  "> small nodes. In other words:\n"
  ">\n"
- "> pinctrl at ... {\n"
+ "> pinctrl@... {\n"
  "> \t...\n"
  "> \tsx: state_xxx {\n"
  "> \t\txxx1 { ... };\n"
@@ -31,13 +48,13 @@
  "> \t};\n"
  "> }\n"
  ">\n"
- "> some_client at ... {\n"
+ "> some_client@... {\n"
  "> \t...\n"
  "> \tpinctrl-names = \"default\";\n"
  "> \tpinctrl-0 = <&sx>;\n"
  "> };\n"
  ">\n"
- "> other_client at ... {\n"
+ "> other_client@... {\n"
  "> \t...\n"
  "> \tpinctrl-names = \"default\";\n"
  "> \tpinctrl-0 = <&sy>;\n"
@@ -45,7 +62,7 @@
  ">\n"
  "> rather than:\n"
  ">\n"
- "> pinctrl at ... {\n"
+ "> pinctrl@... {\n"
  "> \t...\n"
  "> \tsx1: xxx1 { ... };\n"
  "> \tsx2: xxx2 { ... };\n"
@@ -54,13 +71,13 @@
  "> \tsy2: yyy2 { ... };\n"
  "> }\n"
  ">\n"
- "> some_client at ... {\n"
+ "> some_client@... {\n"
  "> \t...\n"
  "> \tpinctrl-names = \"default\";\n"
  "> \tpinctrl-0 = <&sx1 &sx2 &sx3>;\n"
  "> };\n"
  ">\n"
- "> other_client at ... {\n"
+ "> other_client@... {\n"
  "> \t...\n"
  "> \tpinctrl-names = \"default\";\n"
  "> \tpinctrl-0 = <&sy1 &sy2>;\n"
@@ -97,4 +114,4 @@
  "Regards,\n"
  Sherman
 
-71f7a0c103e0483eace317f798f5ade3af42fa6a7b682b5917d595027c6c208e
+06665c35dd312309c343175e5b772662cee3732f9d0a1326487ba11a2e1a4911

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.