diff for duplicates of <20120730113323.GA7303@avionic-0098.adnet.avionic-design.de> diff --git a/N1/1.1.hdr b/N1/1.1.hdr new file mode 100644 index 0000000..5a32186 --- /dev/null +++ b/N1/1.1.hdr @@ -0,0 +1,3 @@ +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +Content-Transfer-Encoding: quoted-printable diff --git a/a/1.txt b/N1/1.1.txt similarity index 98% rename from a/1.txt rename to N1/1.1.txt index 7f96a44..80c1496 100644 --- a/a/1.txt +++ b/N1/1.1.txt @@ -12,7 +12,7 @@ On Fri, Jul 27, 2012 at 09:05:48PM +0900, Alexandre Courbot wrote: > introduces a simple interpreter that can execute such power sequences > encoded either as platform data or within the device tree. > -> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> +> Signed-off-by: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > --- > Documentation/power/power_seq.txt | 120 +++++++++++++++ > drivers/base/Kconfig | 4 + @@ -217,7 +217,7 @@ seems redundant to add -gpio to the ID. > + * power_seq.c - A simple power sequence interpreter for platform devices > + * and device tree. > + * -> + * Author: Alexandre Courbot <acourbot@nvidia.com> +> + * Author: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > + * > + * Copyright (c) 2012 NVIDIA Corporation. > + * @@ -556,7 +556,7 @@ The brace needs to go on a line by itself. > +} > +EXPORT_SYMBOL_GPL(power_seq_free_resources); > + -> +MODULE_AUTHOR("Alexandre Courbot <acourbot@nvidia.com>"); +> +MODULE_AUTHOR("Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>"); > +MODULE_DESCRIPTION("Runtime Interpreted Power Sequences"); > +MODULE_LICENSE("GPL"); > diff --git a/include/linux/power_seq.h b/include/linux/power_seq.h @@ -579,7 +579,7 @@ The brace needs to go on a line by itself. > + * instead of arbitrarily executed, it is possible to describe these in the > + * device tree and thus remove board-specific code from the kernel. > + * -> + * Author: Alexandre Courbot <acourbot@nvidia.com> +> + * Author: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > + * > + * Copyright (c) 2012 NVIDIA Corporation. > + * diff --git a/a/2.bin b/N1/1.2.bin similarity index 100% rename from a/2.bin rename to N1/1.2.bin diff --git a/N1/1.2.hdr b/N1/1.2.hdr new file mode 100644 index 0000000..a09cc95 --- /dev/null +++ b/N1/1.2.hdr @@ -0,0 +1 @@ +Content-Type: application/pgp-signature diff --git a/a/2.hdr b/N1/2.hdr index a09cc95..4b86001 100644 --- a/a/2.hdr +++ b/N1/2.hdr @@ -1 +1,4 @@ -Content-Type: application/pgp-signature +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline diff --git a/N1/2.txt b/N1/2.txt new file mode 100644 index 0000000..0fd860f --- /dev/null +++ b/N1/2.txt @@ -0,0 +1,4 @@ +_______________________________________________ +devicetree-discuss mailing list +devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org +https://lists.ozlabs.org/listinfo/devicetree-discuss diff --git a/a/content_digest b/N1/content_digest index a007078..8317b4e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\01343390750-3642-1-git-send-email-acourbot@nvidia.com\0" "ref\01343390750-3642-2-git-send-email-acourbot@nvidia.com\0" "ref\01343390750-3642-2-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" - "From\0Thierry Reding <thierry.reding@avionic-design.de>\0" + "From\0Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>\0" "Subject\0Re: [RFC][PATCH v3 1/3] runtime interpreted power sequences\0" - "Date\0Mon, 30 Jul 2012 11:33:23 +0000\0" + "Date\0Mon, 30 Jul 2012 13:33:23 +0200\0" "To\0Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" "Cc\0linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> @@ -13,7 +13,7 @@ Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org " devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\0" - "\01:1\0" + "\02:1.1\0" "b\0" "On Fri, Jul 27, 2012 at 09:05:48PM +0900, Alexandre Courbot wrote:\n" "> Some device drivers (panel backlights especially) need to follow precise\n" @@ -29,7 +29,7 @@ "> introduces a simple interpreter that can execute such power sequences\n" "> encoded either as platform data or within the device tree.\n" "> \n" - "> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>\n" + "> Signed-off-by: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" "> ---\n" "> Documentation/power/power_seq.txt | 120 +++++++++++++++\n" "> drivers/base/Kconfig | 4 +\n" @@ -234,7 +234,7 @@ "> + * power_seq.c - A simple power sequence interpreter for platform devices\n" "> + * and device tree.\n" "> + *\n" - "> + * Author: Alexandre Courbot <acourbot@nvidia.com>\n" + "> + * Author: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" "> + *\n" "> + * Copyright (c) 2012 NVIDIA Corporation.\n" "> + *\n" @@ -573,7 +573,7 @@ "> +}\n" "> +EXPORT_SYMBOL_GPL(power_seq_free_resources);\n" "> +\n" - "> +MODULE_AUTHOR(\"Alexandre Courbot <acourbot@nvidia.com>\");\n" + "> +MODULE_AUTHOR(\"Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"Runtime Interpreted Power Sequences\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/include/linux/power_seq.h b/include/linux/power_seq.h\n" @@ -596,7 +596,7 @@ "> + * instead of arbitrarily executed, it is possible to describe these in the\n" "> + * device tree and thus remove board-specific code from the kernel.\n" "> + *\n" - "> + * Author: Alexandre Courbot <acourbot@nvidia.com>\n" + "> + * Author: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" "> + *\n" "> + * Copyright (c) 2012 NVIDIA Corporation.\n" "> + *\n" @@ -772,7 +772,7 @@ "Generally I really like where this is going.\n" "\n" Thierry - "\01:2\0" + "\02:1.2\0" "b\0" "-----BEGIN PGP SIGNATURE-----\n" "Version: GnuPG v2.0.19 (GNU/Linux)\n" @@ -791,5 +791,11 @@ "BvjXhKsNpBA78j96BA1V\n" "=9Ycn\n" "-----END PGP SIGNATURE-----\n" + "\01:2\0" + "b\0" + "_______________________________________________\n" + "devicetree-discuss mailing list\n" + "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\n" + https://lists.ozlabs.org/listinfo/devicetree-discuss -ecc161a0736c82c246249ce73a3eb5d6be60d13fa4c22f300bbf10a9208cf608 +b393ea7324bea8d7ed8f8ea93124a68a2420573f0f203d3b20dabdddda894797
diff --git a/a/content_digest b/N2/content_digest index a007078..bd69ffd 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,18 +1,20 @@ "ref\01343390750-3642-1-git-send-email-acourbot@nvidia.com\0" "ref\01343390750-3642-2-git-send-email-acourbot@nvidia.com\0" - "ref\01343390750-3642-2-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" "From\0Thierry Reding <thierry.reding@avionic-design.de>\0" "Subject\0Re: [RFC][PATCH v3 1/3] runtime interpreted power sequences\0" - "Date\0Mon, 30 Jul 2012 11:33:23 +0000\0" - "To\0Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\0" + "Date\0Mon, 30 Jul 2012 13:33:23 +0200\0" + "To\0Alexandre Courbot <acourbot@nvidia.com>\0" + "Cc\0Stephen Warren <swarren@nvidia.com>" + Simon Glass <sjg@chromium.org> + Grant Likely <grant.likely@secretlab.ca> + Rob Herring <rob.herring@calxeda.com> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Mark Brown <broonie@opensource.wolfsonmicro.com> + Arnd Bergmann <arnd@arndb.de> + linux-tegra@vger.kernel.org + linux-kernel@vger.kernel.org + linux-fbdev@vger.kernel.org + " devicetree-discuss@lists.ozlabs.org\0" "\01:1\0" "b\0" "On Fri, Jul 27, 2012 at 09:05:48PM +0900, Alexandre Courbot wrote:\n" @@ -792,4 +794,4 @@ "=9Ycn\n" "-----END PGP SIGNATURE-----\n" -ecc161a0736c82c246249ce73a3eb5d6be60d13fa4c22f300bbf10a9208cf608 +35767e00f8bd233b6d73ec4552df0fd06318e3d9655cdfcf8061b2948d0a35f0
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.