All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4FA42631.6060304@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 59ae583..e6ad353 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,7 +19,7 @@ I'd prefer to avoid any references to GPIOs here; not all muxable pins
 are GPIOs and not all GPIOs are muxable pins. Lets keep the two concepts
 independent.
 
->> 	pioD: gpio@fffff800 {
+>> 	pioD: gpio at fffff800 {
 >> 		compatible = "atmel,at91rm9200-gpio";
 >> 		reg = <0xfffff800 0x100>;
 >> 		interrupts = <5 4>;
@@ -28,7 +28,7 @@ independent.
 >> 		interrupt-controller;
 >> 	};
 >>
->> 	pioE: gpio@fffffa00 {
+>> 	pioE: gpio at fffffa00 {
 >> 		compatible = "atmel,at91rm9200-gpio";
 >> 		reg = <0xfffffa00 0x100>;
 >> 		interrupts = <5 4>;
@@ -95,7 +95,7 @@ This data is not needed for SoCs whose pinctrl drivers include it in
 their driver file instead of DT.
 
 / {
-    pinctrl@... {
+    pinctrl at ... {
         pins {
             uart1_rx_pin: uart1_rx {
                 /* register to program the pin if per-pin muxing*/
@@ -152,7 +152,7 @@ This data is needed irrespective of whether a SoC pinctrl driver stores
 the pin/function/group information in DT or in the driver itself.
 
 / {
-    pinctrl@... {
+    pinctrl at ... {
         uart1_uart1 {
             muxing = <&uart1_pg &uart1_func>;
             ... other pinconfig stuff perhaps;
@@ -172,11 +172,11 @@ This data is needed irrespective of whether a SoC pinctrl driver stores
 the pin/function/group information in DT or in the driver itself.
 
 / {
-    uart@... {
+    uart at ... {
         pinctrl-names = "default";
         pinctrl-0 = <&uart1_uart1>;
     };
-    spi@... {
+    spi at ... {
         pinctrl-names = "default";
         pinctrl-0 = <&spi1_uart2>;
     };
diff --git a/a/content_digest b/N1/content_digest
index dabdb7f..07f4a96 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,16 +6,10 @@
  "ref\020120504150342.GI5140@atomide.com\0"
  "ref\020120504153251.GE7788@game.jcrosoft.org\0"
  "ref\020120504163420.GA5613@atomide.com\0"
- "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
- "Subject\0Re: [PATCH] pinctrl: Add generic pinctrl-simple driver that supports omap2+ padconf\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH] pinctrl: Add generic pinctrl-simple driver that supports omap2+ padconf\0"
  "Date\0Fri, 04 May 2012 12:55:45 -0600\0"
- "To\0Tony Lindgren <tony@atomide.com>\0"
- "Cc\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>"
-  Linus Walleij <linus.walleij@linaro.org>
-  linux-omap@vger.kernel.org
-  Stephen Warren <swarren@nvidia.com>
-  linux-kernel@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 05/04/2012 10:34 AM, Tony Lindgren wrote:\n"
@@ -39,7 +33,7 @@
  "are GPIOs and not all GPIOs are muxable pins. Lets keep the two concepts\n"
  "independent.\n"
  "\n"
- ">> \tpioD: gpio@fffff800 {\n"
+ ">> \tpioD: gpio at fffff800 {\n"
  ">> \t\tcompatible = \"atmel,at91rm9200-gpio\";\n"
  ">> \t\treg = <0xfffff800 0x100>;\n"
  ">> \t\tinterrupts = <5 4>;\n"
@@ -48,7 +42,7 @@
  ">> \t\tinterrupt-controller;\n"
  ">> \t};\n"
  ">>\n"
- ">> \tpioE: gpio@fffffa00 {\n"
+ ">> \tpioE: gpio at fffffa00 {\n"
  ">> \t\tcompatible = \"atmel,at91rm9200-gpio\";\n"
  ">> \t\treg = <0xfffffa00 0x100>;\n"
  ">> \t\tinterrupts = <5 4>;\n"
@@ -115,7 +109,7 @@
  "their driver file instead of DT.\n"
  "\n"
  "/ {\n"
- "    pinctrl@... {\n"
+ "    pinctrl at ... {\n"
  "        pins {\n"
  "            uart1_rx_pin: uart1_rx {\n"
  "                /* register to program the pin if per-pin muxing*/\n"
@@ -172,7 +166,7 @@
  "the pin/function/group information in DT or in the driver itself.\n"
  "\n"
  "/ {\n"
- "    pinctrl@... {\n"
+ "    pinctrl at ... {\n"
  "        uart1_uart1 {\n"
  "            muxing = <&uart1_pg &uart1_func>;\n"
  "            ... other pinconfig stuff perhaps;\n"
@@ -192,11 +186,11 @@
  "the pin/function/group information in DT or in the driver itself.\n"
  "\n"
  "/ {\n"
- "    uart@... {\n"
+ "    uart at ... {\n"
  "        pinctrl-names = \"default\";\n"
  "        pinctrl-0 = <&uart1_uart1>;\n"
  "    };\n"
- "    spi@... {\n"
+ "    spi at ... {\n"
  "        pinctrl-names = \"default\";\n"
  "        pinctrl-0 = <&spi1_uart2>;\n"
  "    };\n"
@@ -227,4 +221,4 @@
  "The set of state names should be determined by the client driver, not\n"
  the pinctrl core or driver binding, any pinctrl code.
 
-58d45bac49969c66197f647ad019a49b8c29bed9811e4e130a8e79d837f2a2e8
+f65f293847c00a34c2b7c840aad8c1387439bb0fb44c2b80c275e4b45d74a491

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.