All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1483674.dsLuiHpOf9@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 0ce2cab..6d342cb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,7 +19,7 @@ On Thursday 16 May 2013 09:57:20 Guennadi Liakhovetski wrote:
 > >  		};
 > >  	};
 > > 
-> > +	gpio0: gpio@ffc40000 {
+> > +	gpio0: gpio at ffc40000 {
 > > +		compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
 > > +		reg = <0xffc40000 0x2c>;
 > > +		interrupt-parent = <&gic>;
@@ -37,7 +37,7 @@ On Thursday 16 May 2013 09:57:20 Guennadi Liakhovetski wrote:
 > And this is easy to trace back: sh_pfc_probe() calls
 > sh_pfc_register_gpiochip(), where a check
 > 
-> 	if (pfc->info->data_regs = NULL)
+> 	if (pfc->info->data_regs == NULL)
 > 		return 0;
 > 
 > successfully fails GPIO initialisation :) Is this known and there are
diff --git a/a/content_digest b/N1/content_digest
index da7f6d4..a40c17e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,9 @@
  "ref\01368577100-3530-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com\0"
  "ref\01368577100-3530-10-git-send-email-laurent.pinchart+renesas@ideasonboard.com\0"
  "ref\0Pine.LNX.4.64.1305160951040.21125@axis700.grange\0"
- "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
- "Subject\0Re: [PATCH v3 09/20] ARM: shmobile: r8a7790: Add GPIO controller devices to device tree\0"
- "Date\0Thu, 16 May 2013 10:55:00 +0000\0"
+ "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
+ "Subject\0[PATCH v3 09/20] ARM: shmobile: r8a7790: Add GPIO controller devices to device tree\0"
+ "Date\0Thu, 16 May 2013 12:55 +0200\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -28,7 +28,7 @@
  "> >  \t\t};\n"
  "> >  \t};\n"
  "> > \n"
- "> > +\tgpio0: gpio@ffc40000 {\n"
+ "> > +\tgpio0: gpio at ffc40000 {\n"
  "> > +\t\tcompatible = \"renesas,gpio-r8a7790\", \"renesas,gpio-rcar\";\n"
  "> > +\t\treg = <0xffc40000 0x2c>;\n"
  "> > +\t\tinterrupt-parent = <&gic>;\n"
@@ -46,7 +46,7 @@
  "> And this is easy to trace back: sh_pfc_probe() calls\n"
  "> sh_pfc_register_gpiochip(), where a check\n"
  "> \n"
- "> \tif (pfc->info->data_regs = NULL)\n"
+ "> \tif (pfc->info->data_regs == NULL)\n"
  "> \t\treturn 0;\n"
  "> \n"
  "> successfully fails GPIO initialisation :) Is this known and there are\n"
@@ -60,4 +60,4 @@
  "\n"
  Laurent Pinchart
 
-bb7c23774e3ce02e6b37ed2d30832f1013e7b2812ac95ed3074c172ca370f0d4
+d55c3325dda3e312a55f8388dbac01937e2c8a9aa1b611f50078c5b7f07f131b

diff --git a/a/1.txt b/N2/1.txt
index 0ce2cab..8c9bebf 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -37,7 +37,7 @@ On Thursday 16 May 2013 09:57:20 Guennadi Liakhovetski wrote:
 > And this is easy to trace back: sh_pfc_probe() calls
 > sh_pfc_register_gpiochip(), where a check
 > 
-> 	if (pfc->info->data_regs = NULL)
+> 	if (pfc->info->data_regs == NULL)
 > 		return 0;
 > 
 > successfully fails GPIO initialisation :) Is this known and there are
diff --git a/a/content_digest b/N2/content_digest
index da7f6d4..7d550bf 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,8 +3,14 @@
  "ref\0Pine.LNX.4.64.1305160951040.21125@axis700.grange\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [PATCH v3 09/20] ARM: shmobile: r8a7790: Add GPIO controller devices to device tree\0"
- "Date\0Thu, 16 May 2013 10:55:00 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Thu, 16 May 2013 12:55 +0200\0"
+ "To\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>\0"
+ "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>"
+  linux-sh@vger.kernel.org
+  devicetree-discuss@lists.ozlabs.org
+  linux-arm-kernel@lists.infradead.org
+  Linus Walleij <linus.walleij@linaro.org>
+ " Magnus Damm <magnus.damm@gmail.com>\0"
  "\00:1\0"
  "b\0"
  "Hi Guennadi,\n"
@@ -46,7 +52,7 @@
  "> And this is easy to trace back: sh_pfc_probe() calls\n"
  "> sh_pfc_register_gpiochip(), where a check\n"
  "> \n"
- "> \tif (pfc->info->data_regs = NULL)\n"
+ "> \tif (pfc->info->data_regs == NULL)\n"
  "> \t\treturn 0;\n"
  "> \n"
  "> successfully fails GPIO initialisation :) Is this known and there are\n"
@@ -60,4 +66,4 @@
  "\n"
  Laurent Pinchart
 
-bb7c23774e3ce02e6b37ed2d30832f1013e7b2812ac95ed3074c172ca370f0d4
+24987c7d681471cd284672eecba98b7fa2f637401ded55112e7e1ef68a897a0d

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.