diff for duplicates of <20120522151048.GD3377@game.jcrosoft.org> diff --git a/a/1.txt b/N1/1.txt index ad276ec..0f148a0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ On 16:48 Tue 22 May , ludovic.desroches wrote: -> 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 +++++++++++++++++++- @@ -35,7 +35,7 @@ On 16:48 Tue 22 May , ludovic.desroches wrote: > >>+ > >>+Example MCI node: > >>+ -> >>+mmc0: mmc@f0008000 { +> >>+mmc0: mmc at f0008000 { > >>+ compatible = "atmel,hsmci"; > >>+ reg =<0xf0008000 0x600>; > >>+ interrupts =<12 4>; @@ -69,7 +69,7 @@ btw for bool property you need to use of_property_read_bool > >>+ > >>+Example slot node: > >>+ -> >>+slot@0 { +> >>+slot at 0 { > >>+ reg =<0>; > >>+ bus-width =<4>; > >>+ cd-gpios =<&pioD 15 0> @@ -77,19 +77,19 @@ btw for bool property you need to use of_property_read_bool > >>+}; > >>+ > >>+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 a77fd84..0dbda84 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,22 +2,18 @@ "ref\01337681352-18521-2-git-send-email-ludovic.desroches@atmel.com\0" "ref\020120522140845.GA3377@game.jcrosoft.org\0" "ref\04FBBA756.8030501@atmel.com\0" - "ref\04FBBA756.8030501-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0" - "From\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\0" - "Subject\0Re: [PATCH v3 1/3] mmc: atmel-mci: add device tree support\0" + "From\0plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD)\0" + "Subject\0[PATCH v3 1/3] mmc: atmel-mci: add device tree support\0" "Date\0Tue, 22 May 2012 17:10:48 +0200\0" - "To\0ludovic.desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@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" "On 16:48 Tue 22 May , ludovic.desroches wrote:\n" - "> 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" @@ -49,7 +45,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" @@ -83,7 +79,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" @@ -91,19 +87,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" @@ -246,4 +242,4 @@ "> Ludovic\n" > -029e241bc6c2dc447048449af1cc51be0071e05879cb510d1ef74f99e5adc97a +8a588c725fea0f32312f2a1de963a213dfb270809bb71e3ab3ba9fb96d50b4fe
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.