diff for duplicates of <502CBB0C.70102@nvidia.com> diff --git a/a/1.txt b/N1/1.txt index 2b7c6c1..bf62966 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ On 08/16/2012 04:42 PM, Thierry Reding 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> >> --- >> .../devicetree/bindings/power_seq/power_seq.txt | 101 +++++ >> Documentation/power/power_seq.txt | 129 +++++++ @@ -36,7 +36,8 @@ On 08/16/2012 04:42 PM, Thierry Reding wrote: >> +++ b/Documentation/devicetree/bindings/power_seq/power_seq.txt >> @@ -0,0 +1,101 @@ >> +Specifying Power Sequences in the Device Tree ->> +======================>> +In the device tree, power sequences are specified as sub-nodes of the device +>> +============================================= +>> +In the device tree, power sequences are specified as sub-nodes of the device >> +node and reference resources declared by that device. >> + >> +For an introduction about runtime interpreted power sequences, see @@ -165,7 +166,8 @@ clear all remaining doubts. >> +++ b/Documentation/power/power_seq.txt >> @@ -0,0 +1,129 @@ >> +Runtime Interpreted Power Sequences ->> +=================>> + +>> +=================================== +>> + >> +Problem >> +------- >> +One very common board-dependent code is the out-of-driver code that is used to @@ -389,7 +391,7 @@ through a dedicated function when the driver exits. >> + * 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. >> + * @@ -780,7 +782,7 @@ them would just be confusing and error-prone. >> + return res; >> + break; >> + case POWER_SEQ_GPIO: ->> + if (pdata->gpio.gpio = step->gpio.gpio) +>> + if (pdata->gpio.gpio == step->gpio.gpio) >> + return res; >> + break; >> + default: @@ -861,7 +863,7 @@ them would just be confusing and error-prone. >> + memcpy(&step->pdata, pstep, sizeof(step->pdata)); >> + >> + /* Delay steps have no resource */ ->> + if (pstep->type = POWER_SEQ_DELAY) +>> + if (pstep->type == POWER_SEQ_DELAY) >> + continue; >> + >> + /* create resource node if not referenced already */ @@ -885,7 +887,7 @@ them would just be confusing and error-prone. >> +} >> +EXPORT_SYMBOL_GPL(power_seq_build); >> + ->> +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 @@ -908,7 +910,7 @@ them would just be confusing and error-prone. >> + * 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/content_digest b/N1/content_digest index a076a46..f89e844 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,9 +2,9 @@ "ref\01345097337-24170-2-git-send-email-acourbot@nvidia.com\0" "ref\020120816074232.GA17917@avionic-0098.mockup.avionic-design.de\0" "ref\020120816074232.GA17917-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org\0" - "From\0Alex Courbot <acourbot@nvidia.com>\0" + "From\0Alex Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" "Subject\0Re: [PATCH v4 1/3] Runtime Interpreted Power Sequences\0" - "Date\0Thu, 16 Aug 2012 09:19:08 +0000\0" + "Date\0Thu, 16 Aug 2012 18:19:08 +0900\0" "To\0Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>\0" "Cc\0Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>" Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> @@ -39,7 +39,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" ">> .../devicetree/bindings/power_seq/power_seq.txt | 101 +++++\n" ">> Documentation/power/power_seq.txt | 129 +++++++\n" @@ -60,7 +60,8 @@ ">> +++ b/Documentation/devicetree/bindings/power_seq/power_seq.txt\n" ">> @@ -0,0 +1,101 @@\n" ">> +Specifying Power Sequences in the Device Tree\n" - ">> +======================>> +In the device tree, power sequences are specified as sub-nodes of the device\n" + ">> +=============================================\n" + ">> +In the device tree, power sequences are specified as sub-nodes of the device\n" ">> +node and reference resources declared by that device.\n" ">> +\n" ">> +For an introduction about runtime interpreted power sequences, see\n" @@ -189,7 +190,8 @@ ">> +++ b/Documentation/power/power_seq.txt\n" ">> @@ -0,0 +1,129 @@\n" ">> +Runtime Interpreted Power Sequences\n" - ">> +=================>> +\n" + ">> +===================================\n" + ">> +\n" ">> +Problem\n" ">> +-------\n" ">> +One very common board-dependent code is the out-of-driver code that is used to\n" @@ -413,7 +415,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" @@ -804,7 +806,7 @@ ">> + return res;\n" ">> + break;\n" ">> + case POWER_SEQ_GPIO:\n" - ">> + if (pdata->gpio.gpio = step->gpio.gpio)\n" + ">> + if (pdata->gpio.gpio == step->gpio.gpio)\n" ">> + return res;\n" ">> + break;\n" ">> + default:\n" @@ -885,7 +887,7 @@ ">> + memcpy(&step->pdata, pstep, sizeof(step->pdata));\n" ">> +\n" ">> + /* Delay steps have no resource */\n" - ">> + if (pstep->type = POWER_SEQ_DELAY)\n" + ">> + if (pstep->type == POWER_SEQ_DELAY)\n" ">> + continue;\n" ">> +\n" ">> + /* create resource node if not referenced already */\n" @@ -909,7 +911,7 @@ ">> +}\n" ">> +EXPORT_SYMBOL_GPL(power_seq_build);\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" @@ -932,7 +934,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" @@ -1087,4 +1089,4 @@ "> * 0x7F3EB3A1\n" > -a59f2ca2940f92adfe7319b5679cb3a6a4d1f434c296491690a95499d28d2b72 +e135af18c5de071f14409b46fdfc0aa5afc23276042ac82a6a96f4b8c569f81b
diff --git a/a/1.txt b/N2/1.txt index 2b7c6c1..2e89515 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -36,7 +36,8 @@ On 08/16/2012 04:42 PM, Thierry Reding wrote: >> +++ b/Documentation/devicetree/bindings/power_seq/power_seq.txt >> @@ -0,0 +1,101 @@ >> +Specifying Power Sequences in the Device Tree ->> +======================>> +In the device tree, power sequences are specified as sub-nodes of the device +>> +============================================= +>> +In the device tree, power sequences are specified as sub-nodes of the device >> +node and reference resources declared by that device. >> + >> +For an introduction about runtime interpreted power sequences, see @@ -165,7 +166,8 @@ clear all remaining doubts. >> +++ b/Documentation/power/power_seq.txt >> @@ -0,0 +1,129 @@ >> +Runtime Interpreted Power Sequences ->> +=================>> + +>> +=================================== +>> + >> +Problem >> +------- >> +One very common board-dependent code is the out-of-driver code that is used to @@ -780,7 +782,7 @@ them would just be confusing and error-prone. >> + return res; >> + break; >> + case POWER_SEQ_GPIO: ->> + if (pdata->gpio.gpio = step->gpio.gpio) +>> + if (pdata->gpio.gpio == step->gpio.gpio) >> + return res; >> + break; >> + default: @@ -861,7 +863,7 @@ them would just be confusing and error-prone. >> + memcpy(&step->pdata, pstep, sizeof(step->pdata)); >> + >> + /* Delay steps have no resource */ ->> + if (pstep->type = POWER_SEQ_DELAY) +>> + if (pstep->type == POWER_SEQ_DELAY) >> + continue; >> + >> + /* create resource node if not referenced already */ diff --git a/a/content_digest b/N2/content_digest index a076a46..08dadb2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,25 +1,24 @@ "ref\01345097337-24170-1-git-send-email-acourbot@nvidia.com\0" "ref\01345097337-24170-2-git-send-email-acourbot@nvidia.com\0" "ref\020120816074232.GA17917@avionic-0098.mockup.avionic-design.de\0" - "ref\020120816074232.GA17917-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org\0" "From\0Alex Courbot <acourbot@nvidia.com>\0" "Subject\0Re: [PATCH v4 1/3] Runtime Interpreted Power Sequences\0" - "Date\0Thu, 16 Aug 2012 09:19:08 +0000\0" - "To\0Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>\0" - "Cc\0Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>" - Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> - Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> - Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> - Anton Vorontsov <cbou-JGs/UdohzUI@public.gmane.org> - David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - Leela Krishna Amudala <leelakrishna.a-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org> - " linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "Date\0Thu, 16 Aug 2012 18:19:08 +0900\0" + "To\0Thierry Reding <thierry.reding@avionic-design.de>\0" + "Cc\0Stephen Warren <swarren@nvidia.com>" + Simon Glass <sjg@chromium.org> + Grant Likely <grant.likely@secretlab.ca> + Rob Herring <rob.herring@calxeda.com> + Mark Brown <broonie@opensource.wolfsonmicro.com> + Anton Vorontsov <cbou@mail.ru> + David Woodhouse <dwmw2@infradead.org> + Arnd Bergmann <arnd@arndb.de> + Leela Krishna Amudala <leelakrishna.a@gmail.com> + linux-tegra@vger.kernel.org <linux-tegra@vger.kernel.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + linux-fbdev@vger.kernel.org <linux-fbdev@vger.kernel.org> + devicetree-discuss@lists.ozlabs.org <devicetree-discuss@lists.ozlabs.org> + " linux-doc@vger.kernel.org <linux-doc@vger.kernel.org>\0" "\00:1\0" "b\0" "On 08/16/2012 04:42 PM, Thierry Reding wrote:\n" @@ -60,7 +59,8 @@ ">> +++ b/Documentation/devicetree/bindings/power_seq/power_seq.txt\n" ">> @@ -0,0 +1,101 @@\n" ">> +Specifying Power Sequences in the Device Tree\n" - ">> +======================>> +In the device tree, power sequences are specified as sub-nodes of the device\n" + ">> +=============================================\n" + ">> +In the device tree, power sequences are specified as sub-nodes of the device\n" ">> +node and reference resources declared by that device.\n" ">> +\n" ">> +For an introduction about runtime interpreted power sequences, see\n" @@ -189,7 +189,8 @@ ">> +++ b/Documentation/power/power_seq.txt\n" ">> @@ -0,0 +1,129 @@\n" ">> +Runtime Interpreted Power Sequences\n" - ">> +=================>> +\n" + ">> +===================================\n" + ">> +\n" ">> +Problem\n" ">> +-------\n" ">> +One very common board-dependent code is the out-of-driver code that is used to\n" @@ -804,7 +805,7 @@ ">> + return res;\n" ">> + break;\n" ">> + case POWER_SEQ_GPIO:\n" - ">> + if (pdata->gpio.gpio = step->gpio.gpio)\n" + ">> + if (pdata->gpio.gpio == step->gpio.gpio)\n" ">> + return res;\n" ">> + break;\n" ">> + default:\n" @@ -885,7 +886,7 @@ ">> + memcpy(&step->pdata, pstep, sizeof(step->pdata));\n" ">> +\n" ">> + /* Delay steps have no resource */\n" - ">> + if (pstep->type = POWER_SEQ_DELAY)\n" + ">> + if (pstep->type == POWER_SEQ_DELAY)\n" ">> + continue;\n" ">> +\n" ">> + /* create resource node if not referenced already */\n" @@ -1087,4 +1088,4 @@ "> * 0x7F3EB3A1\n" > -a59f2ca2940f92adfe7319b5679cb3a6a4d1f434c296491690a95499d28d2b72 +4420a478aa1c1f4d7d3b302efd28dde1d9773b9f31abf832823efb36c250579e
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.