diff for duplicates of <20151012214654.GE23801@atomide.com> diff --git a/a/1.txt b/N1/1.txt index bf7cec9..18150d7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -* Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> [151012 14:17]: +* Laurent Pinchart <laurent.pinchart@ideasonboard.com> [151012 14:17]: > Hello, > > While working on regulators, GPIOs and DT I noticed that many of our DT source @@ -25,7 +25,7 @@ > flags = 0; > } > -> match($0, /([a-zA-Z0-9@_-]*) {/, ary) { +> match($0, /([a-zA-Z0-9 at _-]*) {/, ary) { > name = ary[1]; > } > @@ -81,14 +81,10 @@ > acks but that might be more complex. Nice clean-up. For omaps, there's an earlier patch posted by -Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> as "[PATCH] ARM: dts: Use +Javier Martinez Canillas <javier@osg.samsung.com> as "[PATCH] ARM: dts: Use defined GPIO constants in flags cell for OMAP2+ boards". Can you guys do some cross checking and let me know which combination I should appluy for omaps? Regards, Tony --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 3262dfe..2f81835 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,35 +1,11 @@ "ref\01444684386-17094-1-git-send-email-laurent.pinchart@ideasonboard.com\0" - "ref\01444684386-17094-1-git-send-email-laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" - "Subject\0Re: [PATCH 00/37] ARM: dts: Fix fixed regulators enable GPIO polarity\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH 00/37] ARM: dts: Fix fixed regulators enable GPIO polarity\0" "Date\0Mon, 12 Oct 2015 14:46:54 -0700\0" - "To\0Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0" - "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> - Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> - Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> - Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> - Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> - Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Alexandre Courbot <gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - " Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "* Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> [151012 14:17]:\n" + "* Laurent Pinchart <laurent.pinchart@ideasonboard.com> [151012 14:17]:\n" "> Hello,\n" "> \n" "> While working on regulators, GPIOs and DT I noticed that many of our DT source\n" @@ -56,7 +32,7 @@ "> \tflags = 0;\n" "> }\n" "> \n" - "> match($0, /([a-zA-Z0-9@_-]*) {/, ary) {\n" + "> match($0, /([a-zA-Z0-9 at _-]*) {/, ary) {\n" "> \tname = ary[1];\n" "> }\n" "> \n" @@ -112,16 +88,12 @@ "> acks but that might be more complex.\n" "\n" "Nice clean-up. For omaps, there's an earlier patch posted by\n" - "Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> as \"[PATCH] ARM: dts: Use\n" + "Javier Martinez Canillas <javier@osg.samsung.com> as \"[PATCH] ARM: dts: Use\n" "defined GPIO constants in flags cell for OMAP2+ boards\". Can you guys do some\n" "cross checking and let me know which combination I should appluy for omaps?\n" "\n" "Regards,\n" "\n" - "Tony\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Tony -755c61b7a57d608452e8565468d34a0af87165d533cbd4bd3bedb3f8c0498fd4 +4bb9f95ffb5c5bbf419fe52c95a1ebec555416acdd99d247989c2005c286dbe1
diff --git a/a/1.txt b/N2/1.txt index bf7cec9..9a64209 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -* Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> [151012 14:17]: +* Laurent Pinchart <laurent.pinchart@ideasonboard.com> [151012 14:17]: > Hello, > > While working on regulators, GPIOs and DT I noticed that many of our DT source @@ -81,14 +81,10 @@ > acks but that might be more complex. Nice clean-up. For omaps, there's an earlier patch posted by -Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> as "[PATCH] ARM: dts: Use +Javier Martinez Canillas <javier@osg.samsung.com> as "[PATCH] ARM: dts: Use defined GPIO constants in flags cell for OMAP2+ boards". Can you guys do some cross checking and let me know which combination I should appluy for omaps? Regards, Tony --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 3262dfe..e6a9188 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,35 +1,34 @@ "ref\01444684386-17094-1-git-send-email-laurent.pinchart@ideasonboard.com\0" - "ref\01444684386-17094-1-git-send-email-laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Tony Lindgren <tony@atomide.com>\0" "Subject\0Re: [PATCH 00/37] ARM: dts: Fix fixed regulators enable GPIO polarity\0" "Date\0Mon, 12 Oct 2015 14:46:54 -0700\0" - "To\0Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0" - "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> - Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> - Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> - Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> - Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> - Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Alexandre Courbot <gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - " Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>\0" + "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + devicetree@vger.kernel.org + linux-omap@vger.kernel.org + linux-samsung-soc@vger.kernel.org + linux-tegra@vger.kernel.org + linux-gpio@vger.kernel.org + linux-kernel@vger.kernel.org + Benoit Cousson <bcousson@baylibre.com> + Jason Cooper <jason@lakedaemon.net> + Andrew Lunn <andrew@lunn.ch> + Gregory Clement <gregory.clement@free-electrons.com> + Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> + Kukjin Kim <kgene@kernel.org> + Krzysztof Kozlowski <k.kozlowski@samsung.com> + Shawn Guo <shawnguo@kernel.org> + Sascha Hauer <kernel@pengutronix.de> + Stephen Warren <swarren@wwwdotorg.org> + Thierry Reding <thierry.reding@gmail.com> + Alexandre Courbot <gnurou@gmail.com> + Liam Girdwood <lgirdwood@gmail.com> + Mark Brown <broonie@kernel.org> + Linus Walleij <linus.walleij@linaro.org> + " Javier Martinez Canillas <javier@osg.samsung.com>\0" "\00:1\0" "b\0" - "* Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> [151012 14:17]:\n" + "* Laurent Pinchart <laurent.pinchart@ideasonboard.com> [151012 14:17]:\n" "> Hello,\n" "> \n" "> While working on regulators, GPIOs and DT I noticed that many of our DT source\n" @@ -112,16 +111,12 @@ "> acks but that might be more complex.\n" "\n" "Nice clean-up. For omaps, there's an earlier patch posted by\n" - "Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> as \"[PATCH] ARM: dts: Use\n" + "Javier Martinez Canillas <javier@osg.samsung.com> as \"[PATCH] ARM: dts: Use\n" "defined GPIO constants in flags cell for OMAP2+ boards\". Can you guys do some\n" "cross checking and let me know which combination I should appluy for omaps?\n" "\n" "Regards,\n" "\n" - "Tony\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Tony -755c61b7a57d608452e8565468d34a0af87165d533cbd4bd3bedb3f8c0498fd4 +505031d43dfe6bc48b0bc2df8cce07667544fe3ed0192f995df38493fed56cda
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.