diff for duplicates of <1344389967-8465-9-git-send-email-linux@prisktech.co.nz> diff --git a/a/1.txt b/N1/1.txt index 4df0f66..a4163c6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -308,7 +308,8 @@ index 0000000..3306634 +{ + 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 f85b4bd..7eb4393 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,32 @@ "ref\01344389967-8465-1-git-send-email-linux@prisktech.co.nz\0" "From\0Tony Prisk <linux@prisktech.co.nz>\0" "Subject\0[PATCH 8/8] ARM: vt8500: gpio: Devicetree support for arch-vt8500\0" - "Date\0Wed, 08 Aug 2012 01:39:26 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Wed, 8 Aug 2012 13:39:26 +1200\0" + "To\0vt8500-wm8505-linux-kernel@googlegroups.com\0" + "Cc\0Tony Prisk <linux@prisktech.co.nz>" + 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@\0" "\00:1\0" "b\0" "Converted the existing arch-vt8500 gpio to a platform_device.\n" @@ -315,7 +339,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" @@ -371,4 +396,4 @@ "-- \n" 1.7.9.5 -342f0ab6eebc4c725ca085217e7f143bc57c9ba3fd12b27943f388553f607dfe +1bfe9b9842e64950df7083b18327b0e7e8e128e8d6b5cc95ddd5532b9e9040df
diff --git a/a/1.txt b/N2/1.txt index 4df0f66..a4163c6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -308,7 +308,8 @@ index 0000000..3306634 +{ + 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 f85b4bd..16ba08b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\01344389967-8465-1-git-send-email-linux@prisktech.co.nz\0" - "From\0Tony Prisk <linux@prisktech.co.nz>\0" + "From\0linux@prisktech.co.nz (Tony Prisk)\0" "Subject\0[PATCH 8/8] ARM: vt8500: gpio: Devicetree support for arch-vt8500\0" - "Date\0Wed, 08 Aug 2012 01:39:26 +0000\0" + "Date\0Wed, 8 Aug 2012 13:39:26 +1200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -315,7 +315,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" @@ -371,4 +372,4 @@ "-- \n" 1.7.9.5 -342f0ab6eebc4c725ca085217e7f143bc57c9ba3fd12b27943f388553f607dfe +8b7e069b84e48eaa7e2470e32cd8cd3aa75a414eaa268d1c9993284e66bb861d
diff --git a/a/1.txt b/N3/1.txt index 4df0f66..a4163c6 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -308,7 +308,8 @@ index 0000000..3306634 +{ + 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 f85b4bd..576b1ed 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,8 +1,34 @@ "ref\01344389967-8465-1-git-send-email-linux@prisktech.co.nz\0" "From\0Tony Prisk <linux@prisktech.co.nz>\0" "Subject\0[PATCH 8/8] ARM: vt8500: gpio: Devicetree support for arch-vt8500\0" - "Date\0Wed, 08 Aug 2012 01:39:26 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Wed, 8 Aug 2012 13:39:26 +1200\0" + "To\0vt8500-wm8505-linux-kernel@googlegroups.com\0" + "Cc\0Tony Prisk <linux@prisktech.co.nz>" + 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" "Converted the existing arch-vt8500 gpio to a platform_device.\n" @@ -315,7 +341,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" @@ -371,4 +398,4 @@ "-- \n" 1.7.9.5 -342f0ab6eebc4c725ca085217e7f143bc57c9ba3fd12b27943f388553f607dfe +23e1973dcf0963261f3bc5f1e7e26374d818dc50a4db2e3c0622a4caa08add46
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.