diff for duplicates of <20150508102834.GC29044@x1> diff --git a/a/1.txt b/N1/1.txt index e16532e..ef09245 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,11 +3,11 @@ On Fri, 08 May 2015, Paul Bolle wrote: > On Thu, 2015-05-07 at 14:38 +0100, Lee Jones wrote: > > --- a/drivers/clocksource/Kconfig > > +++ b/drivers/clocksource/Kconfig ->=20 +> > > +config CLKSRC_ST_LPC > > + bool > > + depends on ARCH_STI ->=20 +> > By itself this does nothing. You can't set this symbol to 'y', even if > ARCH_STI is 'y', right? Of course, ARCH_STI will select this symbol (see > 11/12) otherwise it would be inert. But as ARCH_STI selects @@ -35,26 +35,17 @@ about the alternative. > > + help > > + Enable this option to use the Low Power controller timer > > + as clocksource. ->=20 +> > (Please add an empty line.) I believe the new line comes in the next patch. ---=20 +-- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org =E2=94=82 Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | 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 f5b7ad6..d4d63cd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01431005924-21777-3-git-send-email-lee.jones@linaro.org\0" "ref\01431079797.13593.28.camel@x220\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP\0" + "Subject\0Re: [PATCH 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP\0" "Date\0Fri, 8 May 2015 11:28:34 +0100\0" "To\0Paul Bolle <pebolle@tiscali.nl>\0" "Cc\0linux-arm-kernel@lists.infradead.org" @@ -23,11 +23,11 @@ "> On Thu, 2015-05-07 at 14:38 +0100, Lee Jones wrote:\n" "> > --- a/drivers/clocksource/Kconfig\n" "> > +++ b/drivers/clocksource/Kconfig\n" - ">=20\n" + "> \n" "> > +config CLKSRC_ST_LPC\n" "> > +\tbool\n" "> > +\tdepends on ARCH_STI\n" - ">=20\n" + "> \n" "> By itself this does nothing. You can't set this symbol to 'y', even if\n" "> ARCH_STI is 'y', right? Of course, ARCH_STI will select this symbol (see\n" "> 11/12) otherwise it would be inert. But as ARCH_STI selects\n" @@ -55,28 +55,19 @@ "> > +\thelp\n" "> > +\t Enable this option to use the Low Power controller timer\n" "> > +\t as clocksource.\n" - ">=20\n" + "> \n" "> (Please add an empty line.)\n" "\n" "I believe the new line comes in the next patch.\n" "\n" - "--=20\n" + "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | 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 -01778c4e73e87ee2810250a41dfc276ef429ed2615324baf1e8be608e8283616 +e03977cc434a3728c5070bc06b2d8a2c09a62e14ba68c1a9834e72e18804c66e
diff --git a/a/1.txt b/N2/1.txt index e16532e..92a4d2e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,11 +3,11 @@ On Fri, 08 May 2015, Paul Bolle wrote: > On Thu, 2015-05-07 at 14:38 +0100, Lee Jones wrote: > > --- a/drivers/clocksource/Kconfig > > +++ b/drivers/clocksource/Kconfig ->=20 +> > > +config CLKSRC_ST_LPC > > + bool > > + depends on ARCH_STI ->=20 +> > By itself this does nothing. You can't set this symbol to 'y', even if > ARCH_STI is 'y', right? Of course, ARCH_STI will select this symbol (see > 11/12) otherwise it would be inert. But as ARCH_STI selects @@ -35,26 +35,13 @@ about the alternative. > > + help > > + Enable this option to use the Low Power controller timer > > + as clocksource. ->=20 +> > (Please add an empty line.) I believe the new line comes in the next patch. ---=20 +-- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org =E2=94=82 Open source software for ARM SoCs +Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | 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 f5b7ad6..8311698 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,21 +1,10 @@ "ref\01431005924-21777-1-git-send-email-lee.jones@linaro.org\0" "ref\01431005924-21777-3-git-send-email-lee.jones@linaro.org\0" "ref\01431079797.13593.28.camel@x220\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP\0" + "From\0lee.jones@linaro.org (Lee Jones)\0" + "Subject\0[PATCH 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP\0" "Date\0Fri, 8 May 2015 11:28:34 +0100\0" - "To\0Paul Bolle <pebolle@tiscali.nl>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-kernel@vger.kernel.org - kernel@stlinux.com - devicetree@vger.kernel.org - daniel.lezcano@linaro.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 Fri, 08 May 2015, Paul Bolle wrote:\n" @@ -23,11 +12,11 @@ "> On Thu, 2015-05-07 at 14:38 +0100, Lee Jones wrote:\n" "> > --- a/drivers/clocksource/Kconfig\n" "> > +++ b/drivers/clocksource/Kconfig\n" - ">=20\n" + "> \n" "> > +config CLKSRC_ST_LPC\n" "> > +\tbool\n" "> > +\tdepends on ARCH_STI\n" - ">=20\n" + "> \n" "> By itself this does nothing. You can't set this symbol to 'y', even if\n" "> ARCH_STI is 'y', right? Of course, ARCH_STI will select this symbol (see\n" "> 11/12) otherwise it would be inert. But as ARCH_STI selects\n" @@ -55,28 +44,15 @@ "> > +\thelp\n" "> > +\t Enable this option to use the Low Power controller timer\n" "> > +\t as clocksource.\n" - ">=20\n" + "> \n" "> (Please add an empty line.)\n" "\n" "I believe the new line comes in the next patch.\n" "\n" - "--=20\n" + "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | 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. + "Linaro.org ? Open source software for ARM SoCs\n" + Follow Linaro: Facebook | Twitter | Blog -01778c4e73e87ee2810250a41dfc276ef429ed2615324baf1e8be608e8283616 +e6eef3df0415dc15054a84af760b0af18ae3fb71ec939931b72b997d2c6f78bb
diff --git a/a/1.txt b/N3/1.txt index e16532e..1278d3b 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -3,11 +3,11 @@ On Fri, 08 May 2015, Paul Bolle wrote: > On Thu, 2015-05-07 at 14:38 +0100, Lee Jones wrote: > > --- a/drivers/clocksource/Kconfig > > +++ b/drivers/clocksource/Kconfig ->=20 +> > > +config CLKSRC_ST_LPC > > + bool > > + depends on ARCH_STI ->=20 +> > By itself this does nothing. You can't set this symbol to 'y', even if > ARCH_STI is 'y', right? Of course, ARCH_STI will select this symbol (see > 11/12) otherwise it would be inert. But as ARCH_STI selects @@ -35,26 +35,13 @@ about the alternative. > > + help > > + Enable this option to use the Low Power controller timer > > + as clocksource. ->=20 +> > (Please add an empty line.) I believe the new line comes in the next patch. ---=20 +-- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org =E2=94=82 Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | 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/N3/content_digest index f5b7ad6..bfda1a0 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,7 @@ "ref\01431005924-21777-3-git-send-email-lee.jones@linaro.org\0" "ref\01431079797.13593.28.camel@x220\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP\0" + "Subject\0Re: [PATCH 02/12] clocksource: sti: Provide support for the ST LPC Clocksource IP\0" "Date\0Fri, 8 May 2015 11:28:34 +0100\0" "To\0Paul Bolle <pebolle@tiscali.nl>\0" "Cc\0linux-arm-kernel@lists.infradead.org" @@ -23,11 +23,11 @@ "> On Thu, 2015-05-07 at 14:38 +0100, Lee Jones wrote:\n" "> > --- a/drivers/clocksource/Kconfig\n" "> > +++ b/drivers/clocksource/Kconfig\n" - ">=20\n" + "> \n" "> > +config CLKSRC_ST_LPC\n" "> > +\tbool\n" "> > +\tdepends on ARCH_STI\n" - ">=20\n" + "> \n" "> By itself this does nothing. You can't set this symbol to 'y', even if\n" "> ARCH_STI is 'y', right? Of course, ARCH_STI will select this symbol (see\n" "> 11/12) otherwise it would be inert. But as ARCH_STI selects\n" @@ -55,28 +55,15 @@ "> > +\thelp\n" "> > +\t Enable this option to use the Low Power controller timer\n" "> > +\t as clocksource.\n" - ">=20\n" + "> \n" "> (Please add an empty line.)\n" "\n" "I believe the new line comes in the next patch.\n" "\n" - "--=20\n" + "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | 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. + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + Follow Linaro: Facebook | Twitter | Blog -01778c4e73e87ee2810250a41dfc276ef429ed2615324baf1e8be608e8283616 +b4d029d94f7642ff95aee5dc1ae2301aded920d270ba351d0739099926a67e98
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.