All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54F9C2FE.8060804@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index aa22182..3efae94 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,13 @@
-Le 26/02/2015 10:34, Jean-Christophe PLAGNIOL-VILLARD a ?crit :
+Le 26/02/2015 10:34, Jean-Christophe PLAGNIOL-VILLARD a écrit :
 > Today if we want to disable a pio bank we may will siliently break pinctrl
 > configuration in the DT. This will be detected only at runtime.
 > 
 > So move the pinctrl configuration to the bank instead of the bus.
 > This allow to detect pinctrl issue at DT compiling time when disable a bank.
 > 
-> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-> Cc: Linus Walleij <linus.walleij@linaro.org>
-> Cc: devicetree at vger.kernel.org
+> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTDQFizaE/u3fw@public.gmane.orgm>
+> Cc: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 > ---
 >  .../bindings/pinctrl/atmel,at91-pinctrl.txt        | 66 ++++++++++++++++++++++
 >  1 file changed, 66 insertions(+)
@@ -16,7 +16,7 @@ Le 26/02/2015 10:34, Jean-Christophe PLAGNIOL-VILLARD a ?crit :
 > index b7a93e8..78355ee 100644
 > --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
 > +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
-> @@ -148,3 +148,69 @@ dbgu: serial at fffff200 {
+> @@ -148,3 +148,69 @@ dbgu: serial@fffff200 {
 >  	pinctrl-0 = <&pinctrl_dbgu>;
 >  	status = "disabled";
 >  };
@@ -63,7 +63,7 @@ current group+function definition scheme (Cf. your last example).
 > +Bits used for CONFIG:
 > +cf atmel,at91-pinctrl
 > +
-> +pioB: gpio at fffff600 {
+> +pioB: gpio@fffff600 {
 > +	compatible = "atmel,at91rm9200-gpio", "atmel,at91rm9200-pio-pinctrl";
 > +	reg = <0xfffff600 0x200>;
 > +	interrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;
@@ -85,7 +85,7 @@ current group+function definition scheme (Cf. your last example).
 > +	};
 > +};
 > +
-> +dbgu: serial at fffff200 {
+> +dbgu: serial@fffff200 {
 > +	compatible = "atmel,at91sam9260-usart";
 > +	reg = <0xfffff200 0x200>;
 > +	interrupts = <1 4 7>;
@@ -101,3 +101,7 @@ current group+function definition scheme (Cf. your last example).
 Best regards,
 -- 
 Nicolas Ferre
+--
+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/N1/content_digest
index 6f96f19..e9d7a38 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,26 @@
  "ref\01424943294-8805-1-git-send-email-plagnioj@jcrosoft.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH] pinctrl: dt: at91: new binding\0"
+ "ref\01424943294-8805-1-git-send-email-plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org\0"
+ "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] pinctrl: dt: at91: new binding\0"
  "Date\0Fri, 6 Mar 2015 16:08:46 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>"
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+ " Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
- "Le 26/02/2015 10:34, Jean-Christophe PLAGNIOL-VILLARD a ?crit :\n"
+ "Le 26/02/2015 10:34, Jean-Christophe PLAGNIOL-VILLARD a \303\251crit :\n"
  "> Today if we want to disable a pio bank we may will siliently break pinctrl\n"
  "> configuration in the DT. This will be detected only at runtime.\n"
  "> \n"
  "> So move the pinctrl configuration to the bank instead of the bus.\n"
  "> This allow to detect pinctrl issue at DT compiling time when disable a bank.\n"
  "> \n"
- "> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>\n"
- "> Cc: Linus Walleij <linus.walleij@linaro.org>\n"
- "> Cc: devicetree at vger.kernel.org\n"
+ "> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTDQFizaE/u3fw@public.gmane.orgm>\n"
+ "> Cc: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
+ "> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
  "> ---\n"
  ">  .../bindings/pinctrl/atmel,at91-pinctrl.txt        | 66 ++++++++++++++++++++++\n"
  ">  1 file changed, 66 insertions(+)\n"
@@ -23,7 +29,7 @@
  "> index b7a93e8..78355ee 100644\n"
  "> --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt\n"
  "> +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt\n"
- "> @@ -148,3 +148,69 @@ dbgu: serial at fffff200 {\n"
+ "> @@ -148,3 +148,69 @@ dbgu: serial@fffff200 {\n"
  ">  \tpinctrl-0 = <&pinctrl_dbgu>;\n"
  ">  \tstatus = \"disabled\";\n"
  ">  };\n"
@@ -70,7 +76,7 @@
  "> +Bits used for CONFIG:\n"
  "> +cf atmel,at91-pinctrl\n"
  "> +\n"
- "> +pioB: gpio at fffff600 {\n"
+ "> +pioB: gpio@fffff600 {\n"
  "> +\tcompatible = \"atmel,at91rm9200-gpio\", \"atmel,at91rm9200-pio-pinctrl\";\n"
  "> +\treg = <0xfffff600 0x200>;\n"
  "> +\tinterrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;\n"
@@ -92,7 +98,7 @@
  "> +\t};\n"
  "> +};\n"
  "> +\n"
- "> +dbgu: serial at fffff200 {\n"
+ "> +dbgu: serial@fffff200 {\n"
  "> +\tcompatible = \"atmel,at91sam9260-usart\";\n"
  "> +\treg = <0xfffff200 0x200>;\n"
  "> +\tinterrupts = <1 4 7>;\n"
@@ -107,6 +113,10 @@
  "\n"
  "Best regards,\n"
  "-- \n"
- Nicolas Ferre
+ "Nicolas Ferre\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
 
-862ff03d7fb6c332740af0e8f322e398f9ebd714698080997f8ce656582b4bf5
+21fa3c5c2323eaee04aba4174cc331b7a436b1f7927610e10443e4a1e6a81bdb

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.