diff for duplicates of <55506CB0.2030909@linaro.org> diff --git a/a/1.txt b/N1/1.txt index 899a665..b6ff237 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,49 +6,40 @@ On 05/08/2015 01:47 PM, Paul Bolle wrote: > > It's not just menuconfig: > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy -> CONFIG_CLKSRC_ST_LPC=3Dy -> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy +> CONFIG_ARCH_STI=y +> CONFIG_CLKSRC_ST_LPC=y +> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y > $ vim .config > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy +> CONFIG_ARCH_STI=y > # CONFIG_CLKSRC_ST_LPC is not set > # CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK is not set -> $ make ARCH=3Darm silentoldconfig +> $ make ARCH=arm silentoldconfig > scripts/kconfig/conf --silentoldconfig Kconfig > # > # configuration written to .config > # > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy -> CONFIG_CLKSRC_ST_LPC=3Dy -> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy +> CONFIG_ARCH_STI=y +> CONFIG_CLKSRC_ST_LPC=y +> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y > > So I think that, if you want to be able to set > CLKSRC_ST_LPC_TIMER_SCHED_CLOCK to 'n' even though CLKSRC_ST_LPC is 'y', > you need to add a prompt. Or have you found a way around this? -The general policy is to have non-prompted options in the clocksource's=20 +The general policy is to have non-prompted options in the clocksource's Kconfig and let the platform's config to select the right components. ---=20 - <http://www.linaro.org/> Linaro.org =E2=94=82 Open source software for AR= -M SoCs +-- + <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ---=20 ---=20 -You received this message because you are subscribed to "rtc-linux". -Membership options at http://groups.google.com/group/rtc-linux . -Please read http://groups.google.com/group/rtc-linux/web/checklist -before submitting a driver. ----=20 -You received this message because you are subscribed to the Google Groups "= -rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an e= -mail to rtc-linux+unsubscribe@googlegroups.com. -For more options, visit https://groups.google.com/d/optout. +-- +To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in +the body of a message to majordomo@vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 5efad44..fef9fde 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,7 +6,7 @@ "ref\020150508102938.GD29044@x1\0" "ref\01431085625.13593.39.camel@x220\0" "From\0Daniel Lezcano <daniel.lezcano@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability\0" + "Subject\0Re: [PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability\0" "Date\0Mon, 11 May 2015 10:47:44 +0200\0" "To\0Paul Bolle <pebolle@tiscali.nl>" " Lee Jones <lee.jones@linaro.org>\0" @@ -30,51 +30,42 @@ ">\n" "> It's not just menuconfig:\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy\n" + "> CONFIG_ARCH_STI=y\n" + "> CONFIG_CLKSRC_ST_LPC=y\n" + "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y\n" "> $ vim .config\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" + "> CONFIG_ARCH_STI=y\n" "> # CONFIG_CLKSRC_ST_LPC is not set\n" "> # CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK is not set\n" - "> $ make ARCH=3Darm silentoldconfig\n" + "> $ make ARCH=arm silentoldconfig\n" "> scripts/kconfig/conf --silentoldconfig Kconfig\n" "> #\n" "> # configuration written to .config\n" "> #\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy\n" + "> CONFIG_ARCH_STI=y\n" + "> CONFIG_CLKSRC_ST_LPC=y\n" + "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y\n" ">\n" "> So I think that, if you want to be able to set\n" "> CLKSRC_ST_LPC_TIMER_SCHED_CLOCK to 'n' even though CLKSRC_ST_LPC is 'y',\n" "> you need to add a prompt. Or have you found a way around this?\n" "\n" - "The general policy is to have non-prompted options in the clocksource's=20\n" + "The general policy is to have non-prompted options in the clocksource's \n" "Kconfig and let the platform's config to select the right components.\n" "\n" "\n" - "--=20\n" - " <http://www.linaro.org/> Linaro.org =E2=94=82 Open source software for AR=\n" - "M SoCs\n" + "-- \n" + " <http://www.linaro.org/> Linaro.org \342\224\202 Open source software for ARM SoCs\n" "\n" "Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |\n" "<http://twitter.com/#!/linaroorg> Twitter |\n" "<http://www.linaro.org/linaro-blog/> Blog\n" "\n" - "--=20\n" - "--=20\n" - "You received this message because you are subscribed to \"rtc-linux\".\n" - "Membership options at http://groups.google.com/group/rtc-linux .\n" - "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" - "before submitting a driver.\n" - "---=20\n" - "You received this message because you are subscribed to the Google Groups \"=\n" - "rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an e=\n" - "mail to rtc-linux+unsubscribe@googlegroups.com.\n" - For more options, visit https://groups.google.com/d/optout. + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-watchdog\" in\n" + "the body of a message to majordomo@vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -ab6d33711d5b75ebe10ff340941306923bd4953aeb100cec0a4fde27166da430 +5bd4502d20887f60dc4cb2775c9507e8c84dc038780e43377786e45f409d13c5
diff --git a/a/1.txt b/N2/1.txt index 899a665..76f1dda 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -6,49 +6,35 @@ On 05/08/2015 01:47 PM, Paul Bolle wrote: > > It's not just menuconfig: > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy -> CONFIG_CLKSRC_ST_LPC=3Dy -> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy +> CONFIG_ARCH_STI=y +> CONFIG_CLKSRC_ST_LPC=y +> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y > $ vim .config > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy +> CONFIG_ARCH_STI=y > # CONFIG_CLKSRC_ST_LPC is not set > # CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK is not set -> $ make ARCH=3Darm silentoldconfig +> $ make ARCH=arm silentoldconfig > scripts/kconfig/conf --silentoldconfig Kconfig > # > # configuration written to .config > # > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy -> CONFIG_CLKSRC_ST_LPC=3Dy -> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy +> CONFIG_ARCH_STI=y +> CONFIG_CLKSRC_ST_LPC=y +> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y > > So I think that, if you want to be able to set > CLKSRC_ST_LPC_TIMER_SCHED_CLOCK to 'n' even though CLKSRC_ST_LPC is 'y', > you need to add a prompt. Or have you found a way around this? -The general policy is to have non-prompted options in the clocksource's=20 +The general policy is to have non-prompted options in the clocksource's Kconfig and let the platform's config to select the right components. ---=20 - <http://www.linaro.org/> Linaro.org =E2=94=82 Open source software for AR= -M SoCs +-- + <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog - ---=20 ---=20 -You received this message because you are subscribed to "rtc-linux". -Membership options at http://groups.google.com/group/rtc-linux . -Please read http://groups.google.com/group/rtc-linux/web/checklist -before submitting a driver. ----=20 -You received this message because you are subscribed to the Google Groups "= -rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an e= -mail to rtc-linux+unsubscribe@googlegroups.com. -For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N2/content_digest index 5efad44..abde5f8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,21 +5,10 @@ "ref\01431078730.13593.14.camel@x220\0" "ref\020150508102938.GD29044@x1\0" "ref\01431085625.13593.39.camel@x220\0" - "From\0Daniel Lezcano <daniel.lezcano@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability\0" + "From\0daniel.lezcano@linaro.org (Daniel Lezcano)\0" + "Subject\0[PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability\0" "Date\0Mon, 11 May 2015 10:47:44 +0200\0" - "To\0Paul Bolle <pebolle@tiscali.nl>" - " Lee Jones <lee.jones@linaro.org>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-kernel@vger.kernel.org - kernel@stlinux.com - devicetree@vger.kernel.org - tglx@linutronix.de - wim@iguana.be - a.zummo@towertech.it - linux-watchdog@vger.kernel.org - rtc-linux@googlegroups.com - " linux@roeck-us.net\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 05/08/2015 01:47 PM, Paul Bolle wrote:\n" @@ -30,51 +19,37 @@ ">\n" "> It's not just menuconfig:\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy\n" + "> CONFIG_ARCH_STI=y\n" + "> CONFIG_CLKSRC_ST_LPC=y\n" + "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y\n" "> $ vim .config\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" + "> CONFIG_ARCH_STI=y\n" "> # CONFIG_CLKSRC_ST_LPC is not set\n" "> # CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK is not set\n" - "> $ make ARCH=3Darm silentoldconfig\n" + "> $ make ARCH=arm silentoldconfig\n" "> scripts/kconfig/conf --silentoldconfig Kconfig\n" "> #\n" "> # configuration written to .config\n" "> #\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy\n" + "> CONFIG_ARCH_STI=y\n" + "> CONFIG_CLKSRC_ST_LPC=y\n" + "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y\n" ">\n" "> So I think that, if you want to be able to set\n" "> CLKSRC_ST_LPC_TIMER_SCHED_CLOCK to 'n' even though CLKSRC_ST_LPC is 'y',\n" "> you need to add a prompt. Or have you found a way around this?\n" "\n" - "The general policy is to have non-prompted options in the clocksource's=20\n" + "The general policy is to have non-prompted options in the clocksource's \n" "Kconfig and let the platform's config to select the right components.\n" "\n" "\n" - "--=20\n" - " <http://www.linaro.org/> Linaro.org =E2=94=82 Open source software for AR=\n" - "M SoCs\n" + "-- \n" + " <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs\n" "\n" "Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |\n" "<http://twitter.com/#!/linaroorg> Twitter |\n" - "<http://www.linaro.org/linaro-blog/> Blog\n" - "\n" - "--=20\n" - "--=20\n" - "You received this message because you are subscribed to \"rtc-linux\".\n" - "Membership options at http://groups.google.com/group/rtc-linux .\n" - "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" - "before submitting a driver.\n" - "---=20\n" - "You received this message because you are subscribed to the Google Groups \"=\n" - "rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an e=\n" - "mail to rtc-linux+unsubscribe@googlegroups.com.\n" - For more options, visit https://groups.google.com/d/optout. + <http://www.linaro.org/linaro-blog/> Blog -ab6d33711d5b75ebe10ff340941306923bd4953aeb100cec0a4fde27166da430 +4c7a0a1efb7d61deb4c4eba9afb2152f7d615e09d6105fcf9e3d3132dc0ac7da
diff --git a/a/1.txt b/N3/1.txt index 899a665..bcec50b 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -6,49 +6,40 @@ On 05/08/2015 01:47 PM, Paul Bolle wrote: > > It's not just menuconfig: > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy -> CONFIG_CLKSRC_ST_LPC=3Dy -> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy +> CONFIG_ARCH_STI=y +> CONFIG_CLKSRC_ST_LPC=y +> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y > $ vim .config > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy +> CONFIG_ARCH_STI=y > # CONFIG_CLKSRC_ST_LPC is not set > # CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK is not set -> $ make ARCH=3Darm silentoldconfig +> $ make ARCH=arm silentoldconfig > scripts/kconfig/conf --silentoldconfig Kconfig > # > # configuration written to .config > # > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy -> CONFIG_CLKSRC_ST_LPC=3Dy -> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy +> CONFIG_ARCH_STI=y +> CONFIG_CLKSRC_ST_LPC=y +> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y > > So I think that, if you want to be able to set > CLKSRC_ST_LPC_TIMER_SCHED_CLOCK to 'n' even though CLKSRC_ST_LPC is 'y', > you need to add a prompt. Or have you found a way around this? -The general policy is to have non-prompted options in the clocksource's=20 +The general policy is to have non-prompted options in the clocksource's Kconfig and let the platform's config to select the right components. ---=20 - <http://www.linaro.org/> Linaro.org =E2=94=82 Open source software for AR= -M SoCs +-- + <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ---=20 ---=20 -You received this message because you are subscribed to "rtc-linux". -Membership options at http://groups.google.com/group/rtc-linux . -Please read http://groups.google.com/group/rtc-linux/web/checklist -before submitting a driver. ----=20 -You received this message because you are subscribed to the Google Groups "= -rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an e= -mail to rtc-linux+unsubscribe@googlegroups.com. -For more options, visit https://groups.google.com/d/optout. +-- +To unsubscribe from this list: send the line "unsubscribe linux-watchdog" 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/N3/content_digest index 5efad44..1a7d047 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -5,21 +5,21 @@ "ref\01431078730.13593.14.camel@x220\0" "ref\020150508102938.GD29044@x1\0" "ref\01431085625.13593.39.camel@x220\0" - "From\0Daniel Lezcano <daniel.lezcano@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability\0" + "From\0Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability\0" "Date\0Mon, 11 May 2015 10:47:44 +0200\0" - "To\0Paul Bolle <pebolle@tiscali.nl>" - " Lee Jones <lee.jones@linaro.org>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-kernel@vger.kernel.org - kernel@stlinux.com - devicetree@vger.kernel.org - tglx@linutronix.de - wim@iguana.be - a.zummo@towertech.it - linux-watchdog@vger.kernel.org - rtc-linux@googlegroups.com - " linux@roeck-us.net\0" + "To\0Paul Bolle <pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org>" + " Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org + wim-IQzOog9fTRqzQB+pC5nmwQ@public.gmane.org + a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org + linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + " linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org\0" "\00:1\0" "b\0" "On 05/08/2015 01:47 PM, Paul Bolle wrote:\n" @@ -30,51 +30,42 @@ ">\n" "> It's not just menuconfig:\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy\n" + "> CONFIG_ARCH_STI=y\n" + "> CONFIG_CLKSRC_ST_LPC=y\n" + "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y\n" "> $ vim .config\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" + "> CONFIG_ARCH_STI=y\n" "> # CONFIG_CLKSRC_ST_LPC is not set\n" "> # CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK is not set\n" - "> $ make ARCH=3Darm silentoldconfig\n" + "> $ make ARCH=arm silentoldconfig\n" "> scripts/kconfig/conf --silentoldconfig Kconfig\n" "> #\n" "> # configuration written to .config\n" "> #\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy\n" + "> CONFIG_ARCH_STI=y\n" + "> CONFIG_CLKSRC_ST_LPC=y\n" + "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y\n" ">\n" "> So I think that, if you want to be able to set\n" "> CLKSRC_ST_LPC_TIMER_SCHED_CLOCK to 'n' even though CLKSRC_ST_LPC is 'y',\n" "> you need to add a prompt. Or have you found a way around this?\n" "\n" - "The general policy is to have non-prompted options in the clocksource's=20\n" + "The general policy is to have non-prompted options in the clocksource's \n" "Kconfig and let the platform's config to select the right components.\n" "\n" "\n" - "--=20\n" - " <http://www.linaro.org/> Linaro.org =E2=94=82 Open source software for AR=\n" - "M SoCs\n" + "-- \n" + " <http://www.linaro.org/> Linaro.org \342\224\202 Open source software for ARM SoCs\n" "\n" "Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |\n" "<http://twitter.com/#!/linaroorg> Twitter |\n" "<http://www.linaro.org/linaro-blog/> Blog\n" "\n" - "--=20\n" - "--=20\n" - "You received this message because you are subscribed to \"rtc-linux\".\n" - "Membership options at http://groups.google.com/group/rtc-linux .\n" - "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" - "before submitting a driver.\n" - "---=20\n" - "You received this message because you are subscribed to the Google Groups \"=\n" - "rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an e=\n" - "mail to rtc-linux+unsubscribe@googlegroups.com.\n" - For more options, visit https://groups.google.com/d/optout. + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-watchdog\" 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 -ab6d33711d5b75ebe10ff340941306923bd4953aeb100cec0a4fde27166da430 +b5f9f583aac4e3c5a3b630918e4e408bd8adc58c9c6ec41ecd9f6fa3764acde5
diff --git a/a/1.txt b/N4/1.txt index 899a665..8cd99ba 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -6,49 +6,35 @@ On 05/08/2015 01:47 PM, Paul Bolle wrote: > > It's not just menuconfig: > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy -> CONFIG_CLKSRC_ST_LPC=3Dy -> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy +> CONFIG_ARCH_STI=y +> CONFIG_CLKSRC_ST_LPC=y +> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y > $ vim .config > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy +> CONFIG_ARCH_STI=y > # CONFIG_CLKSRC_ST_LPC is not set > # CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK is not set -> $ make ARCH=3Darm silentoldconfig +> $ make ARCH=arm silentoldconfig > scripts/kconfig/conf --silentoldconfig Kconfig > # > # configuration written to .config > # > $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config -> CONFIG_ARCH_STI=3Dy -> CONFIG_CLKSRC_ST_LPC=3Dy -> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy +> CONFIG_ARCH_STI=y +> CONFIG_CLKSRC_ST_LPC=y +> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y > > So I think that, if you want to be able to set > CLKSRC_ST_LPC_TIMER_SCHED_CLOCK to 'n' even though CLKSRC_ST_LPC is 'y', > you need to add a prompt. Or have you found a way around this? -The general policy is to have non-prompted options in the clocksource's=20 +The general policy is to have non-prompted options in the clocksource's Kconfig and let the platform's config to select the right components. ---=20 - <http://www.linaro.org/> Linaro.org =E2=94=82 Open source software for AR= -M SoCs +-- + <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog - ---=20 ---=20 -You received this message because you are subscribed to "rtc-linux". -Membership options at http://groups.google.com/group/rtc-linux . -Please read http://groups.google.com/group/rtc-linux/web/checklist -before submitting a driver. ----=20 -You received this message because you are subscribed to the Google Groups "= -rtc-linux" group. -To unsubscribe from this group and stop receiving emails from it, send an e= -mail to rtc-linux+unsubscribe@googlegroups.com. -For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N4/content_digest index 5efad44..8df38d7 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -6,7 +6,7 @@ "ref\020150508102938.GD29044@x1\0" "ref\01431085625.13593.39.camel@x220\0" "From\0Daniel Lezcano <daniel.lezcano@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability\0" + "Subject\0Re: [PATCH 03/12] clocksource: sti: Provide 'use timer as sched clock' capability\0" "Date\0Mon, 11 May 2015 10:47:44 +0200\0" "To\0Paul Bolle <pebolle@tiscali.nl>" " Lee Jones <lee.jones@linaro.org>\0" @@ -30,51 +30,37 @@ ">\n" "> It's not just menuconfig:\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy\n" + "> CONFIG_ARCH_STI=y\n" + "> CONFIG_CLKSRC_ST_LPC=y\n" + "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y\n" "> $ vim .config\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" + "> CONFIG_ARCH_STI=y\n" "> # CONFIG_CLKSRC_ST_LPC is not set\n" "> # CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK is not set\n" - "> $ make ARCH=3Darm silentoldconfig\n" + "> $ make ARCH=arm silentoldconfig\n" "> scripts/kconfig/conf --silentoldconfig Kconfig\n" "> #\n" "> # configuration written to .config\n" "> #\n" "> $ grep -e CONFIG_ARCH_STI -e CONFIG_CLKSRC_ST_LPC .config\n" - "> CONFIG_ARCH_STI=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC=3Dy\n" - "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=3Dy\n" + "> CONFIG_ARCH_STI=y\n" + "> CONFIG_CLKSRC_ST_LPC=y\n" + "> CONFIG_CLKSRC_ST_LPC_TIMER_SCHED_CLOCK=y\n" ">\n" "> So I think that, if you want to be able to set\n" "> CLKSRC_ST_LPC_TIMER_SCHED_CLOCK to 'n' even though CLKSRC_ST_LPC is 'y',\n" "> you need to add a prompt. Or have you found a way around this?\n" "\n" - "The general policy is to have non-prompted options in the clocksource's=20\n" + "The general policy is to have non-prompted options in the clocksource's \n" "Kconfig and let the platform's config to select the right components.\n" "\n" "\n" - "--=20\n" - " <http://www.linaro.org/> Linaro.org =E2=94=82 Open source software for AR=\n" - "M SoCs\n" + "-- \n" + " <http://www.linaro.org/> Linaro.org \342\224\202 Open source software for ARM SoCs\n" "\n" "Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |\n" "<http://twitter.com/#!/linaroorg> Twitter |\n" - "<http://www.linaro.org/linaro-blog/> Blog\n" - "\n" - "--=20\n" - "--=20\n" - "You received this message because you are subscribed to \"rtc-linux\".\n" - "Membership options at http://groups.google.com/group/rtc-linux .\n" - "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" - "before submitting a driver.\n" - "---=20\n" - "You received this message because you are subscribed to the Google Groups \"=\n" - "rtc-linux\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an e=\n" - "mail to rtc-linux+unsubscribe@googlegroups.com.\n" - For more options, visit https://groups.google.com/d/optout. + <http://www.linaro.org/linaro-blog/> Blog -ab6d33711d5b75ebe10ff340941306923bd4953aeb100cec0a4fde27166da430 +847ff48b7fee1251f912e4b21e46c17158ef492b2cbbb25162e88a8c6e55caa9
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.