diff for duplicates of <20120510234100.7F5463E04A6@localhost> diff --git a/a/1.txt b/N1/1.txt index 55378b6..0d7ccec 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -On Thu, 10 May 2012 21:57:18 +0200, Roland Stigge <stigge@antcom.de> wrote: +On Thu, 10 May 2012 21:57:18 +0200, Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org> wrote: > This patch adds device tree support for gpio-lpc32xx.c. > > The various GPIO groups correspond to the different irregular GPIO banks of the @@ -8,8 +8,8 @@ On Thu, 10 May 2012 21:57:18 +0200, Roland Stigge <stigge@antcom.de> wrote: > which requires an individual gpio bank subnode in the device tree for each > call. > -> Signed-off-by: Roland Stigge <stigge@antcom.de> -> Reviewed-by: Arnd Bergmann <arnd@arndb.de> +> Signed-off-by: Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org> +> Reviewed-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> > > --- > @@ -54,44 +54,44 @@ On Thu, 10 May 2012 21:57:18 +0200, Roland Stigge <stigge@antcom.de> wrote: > + > +Example: > + -> + gpio: gpio at 40028000 { +> + gpio: gpio@40028000 { > + compatible = "nxp,lpc3220-gpio"; > + reg = <0x40028000 0x1000>; > + /* create a private address space for enumeration */ > + #address-cells = <1>; > + #size-cells = <0>; > + -> + gpio_p0: gpio-bank at 0 { +> + gpio_p0: gpio-bank@0 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <0>; > + }; > + -> + gpio_p1: gpio-bank at 1 { +> + gpio_p1: gpio-bank@1 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <1>; > + }; > + -> + gpio_p2: gpio-bank at 2 { +> + gpio_p2: gpio-bank@2 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <2>; > + }; > + -> + gpio_p3: gpio-bank at 3 { +> + gpio_p3: gpio-bank@3 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <3>; > + }; > + -> + gpi_p3: gpio-bank at 4 { +> + gpi_p3: gpio-bank@4 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <4>; > + }; > + -> + gpo_p3: gpio-bank at 5 { +> + gpo_p3: gpio-bank@5 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <5>; @@ -110,7 +110,7 @@ be so. How about the following instead (very rough, there should be a cleaner way to update the gc pointer in of_xlate): - gpio: gpio at 40028000 { + gpio: gpio@40028000 { compatible = "nxp,lpc3220-gpio"; reg = <0x40028000 0x1000>; gpio-controller; diff --git a/a/content_digest b/N1/content_digest index 04810f8..8139330 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,11 +1,20 @@ "ref\01336679838-30738-1-git-send-email-stigge@antcom.de\0" - "From\0grant.likely@secretlab.ca (Grant Likely)\0" - "Subject\0[PATCH RESEND v8] gpio: Device tree support for LPC32xx\0" + "ref\01336679838-30738-1-git-send-email-stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org\0" + "From\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "Subject\0Re: [PATCH RESEND v8] gpio: Device tree support for LPC32xx\0" "Date\0Thu, 10 May 2012 17:41:00 -0600\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org + kevin.wells-3arQi8VN3Tc@public.gmane.org + srinivas.bakki-3arQi8VN3Tc@public.gmane.org + devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org + " rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org\0" + "Cc\0Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org>\0" "\00:1\0" "b\0" - "On Thu, 10 May 2012 21:57:18 +0200, Roland Stigge <stigge@antcom.de> wrote:\n" + "On Thu, 10 May 2012 21:57:18 +0200, Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org> wrote:\n" "> This patch adds device tree support for gpio-lpc32xx.c.\n" "> \n" "> The various GPIO groups correspond to the different irregular GPIO banks of the\n" @@ -15,8 +24,8 @@ "> which requires an individual gpio bank subnode in the device tree for each\n" "> call.\n" "> \n" - "> Signed-off-by: Roland Stigge <stigge@antcom.de>\n" - "> Reviewed-by: Arnd Bergmann <arnd@arndb.de>\n" + "> Signed-off-by: Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org>\n" + "> Reviewed-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" "> \n" "> ---\n" "> \n" @@ -61,44 +70,44 @@ "> +\n" "> +Example:\n" "> +\n" - "> +\tgpio: gpio at 40028000 {\n" + "> +\tgpio: gpio@40028000 {\n" "> +\t\tcompatible = \"nxp,lpc3220-gpio\";\n" "> +\t\treg = <0x40028000 0x1000>;\n" "> +\t\t/* create a private address space for enumeration */\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tgpio_p0: gpio-bank at 0 {\n" + "> +\t\tgpio_p0: gpio-bank@0 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <0>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio_p1: gpio-bank at 1 {\n" + "> +\t\tgpio_p1: gpio-bank@1 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio_p2: gpio-bank at 2 {\n" + "> +\t\tgpio_p2: gpio-bank@2 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio_p3: gpio-bank at 3 {\n" + "> +\t\tgpio_p3: gpio-bank@3 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <3>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpi_p3: gpio-bank at 4 {\n" + "> +\t\tgpi_p3: gpio-bank@4 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <4>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpo_p3: gpio-bank at 5 {\n" + "> +\t\tgpo_p3: gpio-bank@5 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <5>;\n" @@ -117,7 +126,7 @@ "How about the following instead (very rough, there should be a cleaner\n" "way to update the gc pointer in of_xlate):\n" "\n" - "\tgpio: gpio at 40028000 {\n" + "\tgpio: gpio@40028000 {\n" "\t\tcompatible = \"nxp,lpc3220-gpio\";\n" "\t\treg = <0x40028000 0x1000>;\n" "\t\tgpio-controller;\n" @@ -152,4 +161,4 @@ "\n" g. -ce17680045deb3f652e8879948829abd95fd0bd3bf39f0f61307e338d7d3ab7e +5a8a9aac1a898f2da2948288ac44f5a31a0007190d3de0c4447a3ede0505653e
diff --git a/a/1.txt b/N2/1.txt index 55378b6..41847ae 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -54,44 +54,44 @@ On Thu, 10 May 2012 21:57:18 +0200, Roland Stigge <stigge@antcom.de> wrote: > + > +Example: > + -> + gpio: gpio at 40028000 { +> + gpio: gpio@40028000 { > + compatible = "nxp,lpc3220-gpio"; > + reg = <0x40028000 0x1000>; > + /* create a private address space for enumeration */ > + #address-cells = <1>; > + #size-cells = <0>; > + -> + gpio_p0: gpio-bank at 0 { +> + gpio_p0: gpio-bank@0 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <0>; > + }; > + -> + gpio_p1: gpio-bank at 1 { +> + gpio_p1: gpio-bank@1 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <1>; > + }; > + -> + gpio_p2: gpio-bank at 2 { +> + gpio_p2: gpio-bank@2 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <2>; > + }; > + -> + gpio_p3: gpio-bank at 3 { +> + gpio_p3: gpio-bank@3 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <3>; > + }; > + -> + gpi_p3: gpio-bank at 4 { +> + gpi_p3: gpio-bank@4 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <4>; > + }; > + -> + gpo_p3: gpio-bank at 5 { +> + gpo_p3: gpio-bank@5 { > + gpio-controller; > + #gpio-cells = <2>; > + reg = <5>; @@ -110,7 +110,7 @@ be so. How about the following instead (very rough, there should be a cleaner way to update the gc pointer in of_xlate): - gpio: gpio at 40028000 { + gpio: gpio@40028000 { compatible = "nxp,lpc3220-gpio"; reg = <0x40028000 0x1000>; gpio-controller; diff --git a/a/content_digest b/N2/content_digest index 04810f8..49ecd2e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,17 @@ "ref\01336679838-30738-1-git-send-email-stigge@antcom.de\0" - "From\0grant.likely@secretlab.ca (Grant Likely)\0" - "Subject\0[PATCH RESEND v8] gpio: Device tree support for LPC32xx\0" + "From\0Grant Likely <grant.likely@secretlab.ca>\0" + "Subject\0Re: [PATCH RESEND v8] gpio: Device tree support for LPC32xx\0" "Date\0Thu, 10 May 2012 17:41:00 -0600\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Roland Stigge <stigge@antcom.de>" + arm@kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linus.walleij@stericsson.com + kevin.wells@nxp.com + srinivas.bakki@nxp.com + devicetree-discuss@lists.ozlabs.org + " rob.herring@calxeda.com\0" + "Cc\0Roland Stigge <stigge@antcom.de>\0" "\00:1\0" "b\0" "On Thu, 10 May 2012 21:57:18 +0200, Roland Stigge <stigge@antcom.de> wrote:\n" @@ -61,44 +70,44 @@ "> +\n" "> +Example:\n" "> +\n" - "> +\tgpio: gpio at 40028000 {\n" + "> +\tgpio: gpio@40028000 {\n" "> +\t\tcompatible = \"nxp,lpc3220-gpio\";\n" "> +\t\treg = <0x40028000 0x1000>;\n" "> +\t\t/* create a private address space for enumeration */\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tgpio_p0: gpio-bank at 0 {\n" + "> +\t\tgpio_p0: gpio-bank@0 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <0>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio_p1: gpio-bank at 1 {\n" + "> +\t\tgpio_p1: gpio-bank@1 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio_p2: gpio-bank at 2 {\n" + "> +\t\tgpio_p2: gpio-bank@2 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <2>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpio_p3: gpio-bank at 3 {\n" + "> +\t\tgpio_p3: gpio-bank@3 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <3>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpi_p3: gpio-bank at 4 {\n" + "> +\t\tgpi_p3: gpio-bank@4 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <4>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tgpo_p3: gpio-bank at 5 {\n" + "> +\t\tgpo_p3: gpio-bank@5 {\n" "> +\t\t\tgpio-controller;\n" "> +\t\t\t#gpio-cells = <2>;\n" "> +\t\t\treg = <5>;\n" @@ -117,7 +126,7 @@ "How about the following instead (very rough, there should be a cleaner\n" "way to update the gc pointer in of_xlate):\n" "\n" - "\tgpio: gpio at 40028000 {\n" + "\tgpio: gpio@40028000 {\n" "\t\tcompatible = \"nxp,lpc3220-gpio\";\n" "\t\treg = <0x40028000 0x1000>;\n" "\t\tgpio-controller;\n" @@ -152,4 +161,4 @@ "\n" g. -ce17680045deb3f652e8879948829abd95fd0bd3bf39f0f61307e338d7d3ab7e +95ec8188e602cebd79d77ffa7ed1d91d844831040f44a8dbae611ea26857daac
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.