All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4FBBA756.8030501@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index 6740f20..ecfca32 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,8 @@
-Le 05/22/2012 04:08 PM, Jean-Christophe PLAGNIOL-VILLARD a écrit :
-> On 12:09 Tue 22 May     , ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org wrote:
->> From: Ludovic Desroches<ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
+Le 05/22/2012 04:08 PM, Jean-Christophe PLAGNIOL-VILLARD a ?crit :
+> On 12:09 Tue 22 May     , ludovic.desroches at atmel.com wrote:
+>> From: Ludovic Desroches<ludovic.desroches@atmel.com>
 >>
->> Signed-off-by: Ludovic Desroches<ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
+>> Signed-off-by: Ludovic Desroches<ludovic.desroches@atmel.com>
 >> ---
 >>   .../devicetree/bindings/mmc/atmel-hsmci.txt        |   67 +++++++++++++++
 >>   drivers/mmc/host/atmel-mci.c                       |   89 +++++++++++++++++++-
@@ -34,7 +34,7 @@ Le 05/22/2012 04:08 PM, Jean-Christophe PLAGNIOL-VILLARD a écrit :
 >> +
 >> +Example MCI node:
 >> +
->> +mmc0: mmc@f0008000 {
+>> +mmc0: mmc at f0008000 {
 >> +	compatible = "atmel,hsmci";
 >> +	reg =<0xf0008000 0x600>;
 >> +	interrupts =<12 4>;
@@ -65,7 +65,7 @@ It's a property from the common mmc binding so why not using it?
 >> +
 >> +Example slot node:
 >> +
->> +slot@0 {
+>> +slot at 0 {
 >> +	reg =<0>;
 >> +	bus-width =<4>;
 >> +	cd-gpios =<&pioD 15 0>
@@ -73,19 +73,19 @@ It's a property from the common mmc binding so why not using it?
 >> +};
 >> +
 >> +Example full MCI node:
->> +mmc0: mmc@f0008000 {
+>> +mmc0: mmc at f0008000 {
 >> +	compatible = "atmel,hsmci";
 >> +	reg =<0xf0008000 0x600>;
 >> +	interrupts =<12 4>;
 >> +	#address-cells =<1>;
 >> +	#size-cells =<0>;
->> +	slot@0 {
+>> +	slot at 0 {
 >> +		reg =<0>;
 >> +		bus-width =<4>;
 >> +		cd-gpios =<&pioD 15 0>
 >> +		cd-inverted;
 >> +	};
->> +	slot@1 {
+>> +	slot at 1 {
 >> +		reg =<1>;
 >> +		bus-width =<4>;
 >> +	};
diff --git a/a/content_digest b/N1/content_digest
index 8db7353..2930005 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,17 @@
  "ref\01337681352-18521-1-git-send-email-ludovic.desroches@atmel.com\0"
  "ref\01337681352-18521-2-git-send-email-ludovic.desroches@atmel.com\0"
  "ref\020120522140845.GA3377@game.jcrosoft.org\0"
- "ref\020120522140845.GA3377-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org\0"
- "From\0ludovic.desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [PATCH v3 1/3] mmc: atmel-mci: add device tree support\0"
+ "From\0ludovic.desroches@atmel.com (ludovic.desroches)\0"
+ "Subject\0[PATCH v3 1/3] mmc: atmel-mci: add device tree support\0"
  "Date\0Tue, 22 May 2012 16:48:54 +0200\0"
- "To\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\0"
- "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
-  linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "Le 05/22/2012 04:08 PM, Jean-Christophe PLAGNIOL-VILLARD a \303\251crit :\n"
- "> On 12:09 Tue 22 May     , ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org wrote:\n"
- ">> From: Ludovic Desroches<ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
+ "Le 05/22/2012 04:08 PM, Jean-Christophe PLAGNIOL-VILLARD a ?crit :\n"
+ "> On 12:09 Tue 22 May     , ludovic.desroches at atmel.com wrote:\n"
+ ">> From: Ludovic Desroches<ludovic.desroches@atmel.com>\n"
  ">>\n"
- ">> Signed-off-by: Ludovic Desroches<ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
+ ">> Signed-off-by: Ludovic Desroches<ludovic.desroches@atmel.com>\n"
  ">> ---\n"
  ">>   .../devicetree/bindings/mmc/atmel-hsmci.txt        |   67 +++++++++++++++\n"
  ">>   drivers/mmc/host/atmel-mci.c                       |   89 +++++++++++++++++++-\n"
@@ -47,7 +43,7 @@
  ">> +\n"
  ">> +Example MCI node:\n"
  ">> +\n"
- ">> +mmc0: mmc@f0008000 {\n"
+ ">> +mmc0: mmc at f0008000 {\n"
  ">> +\tcompatible = \"atmel,hsmci\";\n"
  ">> +\treg =<0xf0008000 0x600>;\n"
  ">> +\tinterrupts =<12 4>;\n"
@@ -78,7 +74,7 @@
  ">> +\n"
  ">> +Example slot node:\n"
  ">> +\n"
- ">> +slot@0 {\n"
+ ">> +slot at 0 {\n"
  ">> +\treg =<0>;\n"
  ">> +\tbus-width =<4>;\n"
  ">> +\tcd-gpios =<&pioD 15 0>\n"
@@ -86,19 +82,19 @@
  ">> +};\n"
  ">> +\n"
  ">> +Example full MCI node:\n"
- ">> +mmc0: mmc@f0008000 {\n"
+ ">> +mmc0: mmc at f0008000 {\n"
  ">> +\tcompatible = \"atmel,hsmci\";\n"
  ">> +\treg =<0xf0008000 0x600>;\n"
  ">> +\tinterrupts =<12 4>;\n"
  ">> +\t#address-cells =<1>;\n"
  ">> +\t#size-cells =<0>;\n"
- ">> +\tslot@0 {\n"
+ ">> +\tslot at 0 {\n"
  ">> +\t\treg =<0>;\n"
  ">> +\t\tbus-width =<4>;\n"
  ">> +\t\tcd-gpios =<&pioD 15 0>\n"
  ">> +\t\tcd-inverted;\n"
  ">> +\t};\n"
- ">> +\tslot@1 {\n"
+ ">> +\tslot at 1 {\n"
  ">> +\t\treg =<1>;\n"
  ">> +\t\tbus-width =<4>;\n"
  ">> +\t};\n"
@@ -235,4 +231,4 @@
  "\n"
  Ludovic
 
-696277dd2af109557e72d5c7109d45145b4825394fe95c0ec7ce7000d6363042
+c5d94b5b2d7e13d3fed5b4757951bd7bb706352258561a3e875655fe167348bc

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.