All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5022B242.1050001@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 080d8fe..fcdc700 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,7 +15,8 @@ On 08/07/2012 07:39 PM, Tony Prisk wrote:
 > +{
 > +	void __iomem *gpio_base;
 > +	struct device_node *np;
-> +	const struct of_device_id *of_id > +				of_match_device(vt8500_gpio_dt_ids, &pdev->dev);
+> +	const struct of_device_id *of_id =
+> +				of_match_device(vt8500_gpio_dt_ids, &pdev->dev);
 > +
 > +	if (!of_id) {
 > +		dev_err(&pdev->dev, "Failed to find gpio controller\n");
diff --git a/a/content_digest b/N1/content_digest
index 58036f3..6a48aa6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,8 +2,31 @@
  "ref\01344389967-8465-9-git-send-email-linux@prisktech.co.nz\0"
  "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
  "Subject\0Re: [PATCH 8/8] ARM: vt8500: gpio: Devicetree support for arch-vt8500\0"
- "Date\0Wed, 08 Aug 2012 18:38:58 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Wed, 08 Aug 2012 12:38:58 -0600\0"
+ "To\0Tony Prisk <linux@prisktech.co.nz>\0"
+ "Cc\0vt8500-wm8505-linux-kernel@googlegroups.com"
+  Russell King <linux@arm.linux.org.uk>
+  Arnd Bergmann <arnd@arndb.de>
+  Alessandro Zummo <a.zummo@towertech.it>
+  Grant Likely <grant.likely@secretlab.ca>
+  Rob Herring <rob.herring@calxeda.com>
+  Alan Cox <alan@linux.intel.com>
+  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+  Alan Stern <stern@rowland.harvard.edu>
+  Hauke Mehrtens <hauke@hauke-m.de>
+  Felipe Balbi <balbi@ti.com>
+  Neil Zhang <zhangwm@marvell.com>
+  Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
+  Rob Landley <rob@landley.net>
+  Mark Brown <broonie@opensource.wolfsonmicro.com>
+  Stephen Warren <swarren@nvidia.com>
+  Eric Andersson <eric.andersson@unixphere.com>
+  Linus Walleij <linus.walleij@stericsson.com>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  linux-doc@vger.kernel.org
+  linux-fbdev@vger.kernel.org
+ " linux-usb@vger.kernel.orglinu\0"
  "\00:1\0"
  "b\0"
  "On 08/07/2012 07:39 PM, Tony Prisk wrote:\n"
@@ -23,7 +46,8 @@
  "> +{\n"
  "> +\tvoid __iomem *gpio_base;\n"
  "> +\tstruct device_node *np;\n"
- "> +\tconst struct of_device_id *of_id > +\t\t\t\tof_match_device(vt8500_gpio_dt_ids, &pdev->dev);\n"
+ "> +\tconst struct of_device_id *of_id =\n"
+ "> +\t\t\t\tof_match_device(vt8500_gpio_dt_ids, &pdev->dev);\n"
  "> +\n"
  "> +\tif (!of_id) {\n"
  "> +\t\tdev_err(&pdev->dev, \"Failed to find gpio controller\\n\");\n"
@@ -64,4 +88,4 @@
  "\n"
  "That should be \"GPL v2\" given the license header."
 
-be2b4cfa1d35b5316130014df6352eb00c65c3d79472e23408b46ab8046d766b
+ef6037261edac9ac225b4bf43d741381c8d22b5f4239f37bbdb68a5b07b43bbe

diff --git a/a/1.txt b/N2/1.txt
index 080d8fe..fcdc700 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -15,7 +15,8 @@ On 08/07/2012 07:39 PM, Tony Prisk wrote:
 > +{
 > +	void __iomem *gpio_base;
 > +	struct device_node *np;
-> +	const struct of_device_id *of_id > +				of_match_device(vt8500_gpio_dt_ids, &pdev->dev);
+> +	const struct of_device_id *of_id =
+> +				of_match_device(vt8500_gpio_dt_ids, &pdev->dev);
 > +
 > +	if (!of_id) {
 > +		dev_err(&pdev->dev, "Failed to find gpio controller\n");
diff --git a/a/content_digest b/N2/content_digest
index 58036f3..2732890 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,8 +1,8 @@
  "ref\01344389967-8465-1-git-send-email-linux@prisktech.co.nz\0"
  "ref\01344389967-8465-9-git-send-email-linux@prisktech.co.nz\0"
- "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
- "Subject\0Re: [PATCH 8/8] ARM: vt8500: gpio: Devicetree support for arch-vt8500\0"
- "Date\0Wed, 08 Aug 2012 18:38:58 +0000\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH 8/8] ARM: vt8500: gpio: Devicetree support for arch-vt8500\0"
+ "Date\0Wed, 08 Aug 2012 12:38:58 -0600\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -23,7 +23,8 @@
  "> +{\n"
  "> +\tvoid __iomem *gpio_base;\n"
  "> +\tstruct device_node *np;\n"
- "> +\tconst struct of_device_id *of_id > +\t\t\t\tof_match_device(vt8500_gpio_dt_ids, &pdev->dev);\n"
+ "> +\tconst struct of_device_id *of_id =\n"
+ "> +\t\t\t\tof_match_device(vt8500_gpio_dt_ids, &pdev->dev);\n"
  "> +\n"
  "> +\tif (!of_id) {\n"
  "> +\t\tdev_err(&pdev->dev, \"Failed to find gpio controller\\n\");\n"
@@ -64,4 +65,4 @@
  "\n"
  "That should be \"GPL v2\" given the license header."
 
-be2b4cfa1d35b5316130014df6352eb00c65c3d79472e23408b46ab8046d766b
+f22186cd7e7aec3a13b3b81727bf27d3c7a3ceeef48cc55e617a027edde24d4d

diff --git a/a/1.txt b/N3/1.txt
index 080d8fe..fcdc700 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -15,7 +15,8 @@ On 08/07/2012 07:39 PM, Tony Prisk wrote:
 > +{
 > +	void __iomem *gpio_base;
 > +	struct device_node *np;
-> +	const struct of_device_id *of_id > +				of_match_device(vt8500_gpio_dt_ids, &pdev->dev);
+> +	const struct of_device_id *of_id =
+> +				of_match_device(vt8500_gpio_dt_ids, &pdev->dev);
 > +
 > +	if (!of_id) {
 > +		dev_err(&pdev->dev, "Failed to find gpio controller\n");
diff --git a/a/content_digest b/N3/content_digest
index 58036f3..e0076f7 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,8 +2,34 @@
  "ref\01344389967-8465-9-git-send-email-linux@prisktech.co.nz\0"
  "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
  "Subject\0Re: [PATCH 8/8] ARM: vt8500: gpio: Devicetree support for arch-vt8500\0"
- "Date\0Wed, 08 Aug 2012 18:38:58 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Wed, 08 Aug 2012 12:38:58 -0600\0"
+ "To\0Tony Prisk <linux@prisktech.co.nz>\0"
+ "Cc\0vt8500-wm8505-linux-kernel@googlegroups.com"
+  Russell King <linux@arm.linux.org.uk>
+  Arnd Bergmann <arnd@arndb.de>
+  Alessandro Zummo <a.zummo@towertech.it>
+  Grant Likely <grant.likely@secretlab.ca>
+  Rob Herring <rob.herring@calxeda.com>
+  Alan Cox <alan@linux.intel.com>
+  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+  Alan Stern <stern@rowland.harvard.edu>
+  Hauke Mehrtens <hauke@hauke-m.de>
+  Felipe Balbi <balbi@ti.com>
+  Neil Zhang <zhangwm@marvell.com>
+  Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
+  Rob Landley <rob@landley.net>
+  Mark Brown <broonie@opensource.wolfsonmicro.com>
+  Stephen Warren <swarren@nvidia.com>
+  Eric Andersson <eric.andersson@unixphere.com>
+  Linus Walleij <linus.walleij@stericsson.com>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  linux-doc@vger.kernel.org
+  linux-fbdev@vger.kernel.org
+  linux-usb@vger.kernel.org
+  linux-serial@vger.kernel.org
+  rtc-linux@googlegroups.com
+ " devicetree-discuss@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "On 08/07/2012 07:39 PM, Tony Prisk wrote:\n"
@@ -23,7 +49,8 @@
  "> +{\n"
  "> +\tvoid __iomem *gpio_base;\n"
  "> +\tstruct device_node *np;\n"
- "> +\tconst struct of_device_id *of_id > +\t\t\t\tof_match_device(vt8500_gpio_dt_ids, &pdev->dev);\n"
+ "> +\tconst struct of_device_id *of_id =\n"
+ "> +\t\t\t\tof_match_device(vt8500_gpio_dt_ids, &pdev->dev);\n"
  "> +\n"
  "> +\tif (!of_id) {\n"
  "> +\t\tdev_err(&pdev->dev, \"Failed to find gpio controller\\n\");\n"
@@ -64,4 +91,4 @@
  "\n"
  "That should be \"GPL v2\" given the license header."
 
-be2b4cfa1d35b5316130014df6352eb00c65c3d79472e23408b46ab8046d766b
+d8c7d9e19c9b2fcf392e877d51f843645ce1532246f03aefab56bf17066968c5

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.