All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4F04AE71.2090203@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 0ba9139..df546e8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ On 01/04/2012 12:39 PM, Stephen Warren wrote:
 > banks. Allow the number of banks to be configured at run-time by the
 > device tree.
 > 
-> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+> Signed-off-by: Stephen Warren <swarren@nvidia.com>
 > ---
 > This patch depends on:
 > http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/linux-2.6-arm.git
@@ -32,7 +32,7 @@ rather than needing an additional property.
 
 Otherwise, for the series:
 
-Acked-by: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
+Acked-by: Rob Herring <rob.herring@calxeda.com>
 
 Rob
 
@@ -40,7 +40,7 @@ Rob
 >  - #gpio-cells : Should be two. The first cell is the pin number and the
 >    second cell is used to specify optional parameters:
 > @@ -24,6 +27,7 @@ Example:
->  gpio: gpio@6000d000 {
+>  gpio: gpio at 6000d000 {
 >  	compatible = "nvidia,tegra20-gpio";
 >  	reg = < 0x6000d000 0x1000 >;
 > +	nvidia,num-banks = <7>;
@@ -52,7 +52,7 @@ Rob
 > --- a/arch/arm/boot/dts/tegra20.dtsi
 > +++ b/arch/arm/boot/dts/tegra20.dtsi
 > @@ -66,6 +66,7 @@
->  	gpio: gpio@6000d000 {
+>  	gpio: gpio at 6000d000 {
 >  		compatible = "nvidia,tegra20-gpio";
 >  		reg = < 0x6000d000 0x1000 >;
 > +		nvidia,num-banks = <7>;
@@ -64,7 +64,7 @@ Rob
 > --- a/arch/arm/boot/dts/tegra30.dtsi
 > +++ b/arch/arm/boot/dts/tegra30.dtsi
 > @@ -55,6 +55,7 @@
->  	gpio: gpio@6000d000 {
+>  	gpio: gpio at 6000d000 {
 >  		compatible = "nvidia,tegra30-gpio", "nvidia,tegra20-gpio";
 >  		reg = < 0x6000d000 0x1000 >;
 > +		nvidia,num-banks = <8>;
diff --git a/a/content_digest b/N1/content_digest
index da048cf..728d4ba 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,9 @@
  "ref\01325702378-20863-1-git-send-email-swarren@nvidia.com\0"
  "ref\01325702378-20863-6-git-send-email-swarren@nvidia.com\0"
- "ref\01325702378-20863-6-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [PATCH 6/6] gpio: tegra: Parameterize the number of banks\0"
+ "From\0robherring2@gmail.com (Rob Herring)\0"
+ "Subject\0[PATCH 6/6] gpio: tegra: Parameterize the number of banks\0"
  "Date\0Wed, 04 Jan 2012 13:54:25 -0600\0"
- "To\0Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>"
-  Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@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 01/04/2012 12:39 PM, Stephen Warren wrote:\n"
@@ -17,7 +11,7 @@
  "> banks. Allow the number of banks to be configured at run-time by the\n"
  "> device tree.\n"
  "> \n"
- "> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "> Signed-off-by: Stephen Warren <swarren@nvidia.com>\n"
  "> ---\n"
  "> This patch depends on:\n"
  "> http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/linux-2.6-arm.git\n"
@@ -46,7 +40,7 @@
  "\n"
  "Otherwise, for the series:\n"
  "\n"
- "Acked-by: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>\n"
+ "Acked-by: Rob Herring <rob.herring@calxeda.com>\n"
  "\n"
  "Rob\n"
  "\n"
@@ -54,7 +48,7 @@
  ">  - #gpio-cells : Should be two. The first cell is the pin number and the\n"
  ">    second cell is used to specify optional parameters:\n"
  "> @@ -24,6 +27,7 @@ Example:\n"
- ">  gpio: gpio@6000d000 {\n"
+ ">  gpio: gpio at 6000d000 {\n"
  ">  \tcompatible = \"nvidia,tegra20-gpio\";\n"
  ">  \treg = < 0x6000d000 0x1000 >;\n"
  "> +\tnvidia,num-banks = <7>;\n"
@@ -66,7 +60,7 @@
  "> --- a/arch/arm/boot/dts/tegra20.dtsi\n"
  "> +++ b/arch/arm/boot/dts/tegra20.dtsi\n"
  "> @@ -66,6 +66,7 @@\n"
- ">  \tgpio: gpio@6000d000 {\n"
+ ">  \tgpio: gpio at 6000d000 {\n"
  ">  \t\tcompatible = \"nvidia,tegra20-gpio\";\n"
  ">  \t\treg = < 0x6000d000 0x1000 >;\n"
  "> +\t\tnvidia,num-banks = <7>;\n"
@@ -78,7 +72,7 @@
  "> --- a/arch/arm/boot/dts/tegra30.dtsi\n"
  "> +++ b/arch/arm/boot/dts/tegra30.dtsi\n"
  "> @@ -55,6 +55,7 @@\n"
- ">  \tgpio: gpio@6000d000 {\n"
+ ">  \tgpio: gpio at 6000d000 {\n"
  ">  \t\tcompatible = \"nvidia,tegra30-gpio\", \"nvidia,tegra20-gpio\";\n"
  ">  \t\treg = < 0x6000d000 0x1000 >;\n"
  "> +\t\tnvidia,num-banks = <8>;\n"
@@ -186,4 +180,4 @@
  ">  \n"
  ">  \t\tirq_set_chained_handler(bank->irq, tegra_gpio_irq_handler);"
 
-a480f549ab46c4e4fbbf9ceb24f5936c022ec21e083f93833cb769cf840da9ab
+e8124b257815350f65485f3c3b3be11be4af832464ac5792438a51cad8f7116a

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.