diff for duplicates of <20150508064918.GF16220@x1> diff --git a/a/1.txt b/N1/1.txt index 9782e24..af434ed 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,40 +1,36 @@ On Thu, 07 May 2015, Peter Griffin wrote: > Hi Lee, ->=20 +> > On Thu, 07 May 2015, Lee Jones wrote: ->=20 +> > <snip> ->=20 +> > > > > Required properties -> > > > =20 +> > > > > > > > -- compatible : Must be one of: "st,stih407-lpc" "st,stih416-lpc" > > > > - "st,stih415-lpc" "st,stid127-lpc" > > > > +- compatible : Must be one of: "st,stih407-lpc" -> > >=20 -> > > The same comment as the RTC DT patch, you are removing the compatible= -s +> > > +> > > The same comment as the RTC DT patch, you are removing the compatibles > > > documentation for the other supported platforms like stih416-lpc. -> > > AFAIK they are required in the driver to get the correct sysconfig re= -gister. -> >=20 +> > > AFAIK they are required in the driver to get the correct sysconfig register. +> > > > That's intentional. I haven't yet tested any of this IP on > > STiH41{5,6} & STiH127. Due to lack of documentation, I'm not even > > sure if this IP even exists on some of the other platforms. I will > > add them back when support is added to both driver and DTB and I've > > been able to test them. ->=20 +> > That was kind of my point, the driver code AFAIK already contains support > for these SoC's. ->=20 -> I would either expect the patch to remove support from the DT docs AND th= -e +> +> I would either expect the patch to remove support from the DT docs AND the > driver, or leave it as is. ->=20 +> > It seems odd to only change the DT docs, and become unaligned to the -> code (this assumes I'm looking at the latest patchset here=20 -> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs= -). +> code (this assumes I'm looking at the latest patchset here +> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs). The decision to remove these 'supported' platforms was made on the RTC side, where there is only support for "st,stih407-lpc" in the driver. @@ -48,21 +44,12 @@ this on the other boards I have in my farm and make the necessary changes in the upcoming weeks. All should be squared away by the next merge-window. ---=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 1efef9a..0b44602 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\020150507191909.GC16220@x1\0" "ref\020150507195529.GA28554@griffinp-ThinkPad-X1-Carbon-2nd\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [STLinux Kernel] [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource\0" + "Subject\0Re: [STLinux Kernel] [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource\0" "Date\0Fri, 8 May 2015 07:49:18 +0100\0" "To\0Peter Griffin <peter.griffin@linaro.org>\0" "Cc\0linux-arm-kernel@lists.infradead.org" @@ -23,40 +23,36 @@ "On Thu, 07 May 2015, Peter Griffin wrote:\n" "\n" "> Hi Lee,\n" - ">=20\n" + "> \n" "> On Thu, 07 May 2015, Lee Jones wrote:\n" - ">=20\n" + "> \n" "> <snip>\n" - ">=20\n" + "> \n" "> > > > Required properties\n" - "> > > > =20\n" + "> > > > \n" "> > > > -- compatible \t: Must be one of: \"st,stih407-lpc\" \"st,stih416-lpc\"\n" "> > > > -\t\t\t\t \"st,stih415-lpc\" \"st,stid127-lpc\"\n" "> > > > +- compatible \t: Must be one of: \"st,stih407-lpc\"\n" - "> > >=20\n" - "> > > The same comment as the RTC DT patch, you are removing the compatible=\n" - "s\n" + "> > > \n" + "> > > The same comment as the RTC DT patch, you are removing the compatibles\n" "> > > documentation for the other supported platforms like stih416-lpc.\n" - "> > > AFAIK they are required in the driver to get the correct sysconfig re=\n" - "gister.\n" - "> >=20\n" + "> > > AFAIK they are required in the driver to get the correct sysconfig register.\n" + "> > \n" "> > That's intentional. I haven't yet tested any of this IP on\n" "> > STiH41{5,6} & STiH127. Due to lack of documentation, I'm not even\n" "> > sure if this IP even exists on some of the other platforms. I will\n" "> > add them back when support is added to both driver and DTB and I've\n" "> > been able to test them.\n" - ">=20\n" + "> \n" "> That was kind of my point, the driver code AFAIK already contains support\n" "> for these SoC's.\n" - ">=20\n" - "> I would either expect the patch to remove support from the DT docs AND th=\n" - "e\n" + "> \n" + "> I would either expect the patch to remove support from the DT docs AND the\n" "> driver, or leave it as is.\n" - ">=20\n" + "> \n" "> It seems odd to only change the DT docs, and become unaligned to the\n" - "> code (this assumes I'm looking at the latest patchset here=20\n" - "> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs=\n" - ").\n" + "> code (this assumes I'm looking at the latest patchset here \n" + "> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs).\n" "\n" "The decision to remove these 'supported' platforms was made on the RTC\n" "side, where there is only support for \"st,stih407-lpc\" in the driver.\n" @@ -70,23 +66,14 @@ "changes in the upcoming weeks. All should be squared away by the next\n" "merge-window.\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 -37a0d347bae1c8ae52163be079b801a6a74abae98085a82f744199549a1aaa3c +a901eb615c23cde519f76ab74a46759c1cf0afa330246c2e5e7d96b438cb96c6
diff --git a/a/1.txt b/N2/1.txt index 9782e24..60fa21f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,40 +1,36 @@ On Thu, 07 May 2015, Peter Griffin wrote: > Hi Lee, ->=20 +> > On Thu, 07 May 2015, Lee Jones wrote: ->=20 +> > <snip> ->=20 +> > > > > Required properties -> > > > =20 +> > > > > > > > -- compatible : Must be one of: "st,stih407-lpc" "st,stih416-lpc" > > > > - "st,stih415-lpc" "st,stid127-lpc" > > > > +- compatible : Must be one of: "st,stih407-lpc" -> > >=20 -> > > The same comment as the RTC DT patch, you are removing the compatible= -s +> > > +> > > The same comment as the RTC DT patch, you are removing the compatibles > > > documentation for the other supported platforms like stih416-lpc. -> > > AFAIK they are required in the driver to get the correct sysconfig re= -gister. -> >=20 +> > > AFAIK they are required in the driver to get the correct sysconfig register. +> > > > That's intentional. I haven't yet tested any of this IP on > > STiH41{5,6} & STiH127. Due to lack of documentation, I'm not even > > sure if this IP even exists on some of the other platforms. I will > > add them back when support is added to both driver and DTB and I've > > been able to test them. ->=20 +> > That was kind of my point, the driver code AFAIK already contains support > for these SoC's. ->=20 -> I would either expect the patch to remove support from the DT docs AND th= -e +> +> I would either expect the patch to remove support from the DT docs AND the > driver, or leave it as is. ->=20 +> > It seems odd to only change the DT docs, and become unaligned to the -> code (this assumes I'm looking at the latest patchset here=20 -> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs= -). +> code (this assumes I'm looking at the latest patchset here +> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs). The decision to remove these 'supported' platforms was made on the RTC side, where there is only support for "st,stih407-lpc" in the driver. @@ -48,21 +44,8 @@ this on the other boards I have in my farm and make the necessary changes in the upcoming weeks. All should be squared away by the next merge-window. ---=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 1efef9a..193e429 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,60 +3,45 @@ "ref\020150507141805.GC9793@griffinp-ThinkPad-X1-Carbon-2nd\0" "ref\020150507191909.GC16220@x1\0" "ref\020150507195529.GA28554@griffinp-ThinkPad-X1-Carbon-2nd\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [STLinux Kernel] [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource\0" + "From\0lee.jones@linaro.org (Lee Jones)\0" + "Subject\0[STLinux Kernel] [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource\0" "Date\0Fri, 8 May 2015 07:49:18 +0100\0" - "To\0Peter Griffin <peter.griffin@linaro.org>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - kernel@stlinux.com - rtc-linux@googlegroups.com - a.zummo@towertech.it - daniel.lezcano@linaro.org - wim@iguana.be - tglx@linutronix.de - linux@roeck-us.net - " linux-watchdog@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, 07 May 2015, Peter Griffin wrote:\n" "\n" "> Hi Lee,\n" - ">=20\n" + "> \n" "> On Thu, 07 May 2015, Lee Jones wrote:\n" - ">=20\n" + "> \n" "> <snip>\n" - ">=20\n" + "> \n" "> > > > Required properties\n" - "> > > > =20\n" + "> > > > \n" "> > > > -- compatible \t: Must be one of: \"st,stih407-lpc\" \"st,stih416-lpc\"\n" "> > > > -\t\t\t\t \"st,stih415-lpc\" \"st,stid127-lpc\"\n" "> > > > +- compatible \t: Must be one of: \"st,stih407-lpc\"\n" - "> > >=20\n" - "> > > The same comment as the RTC DT patch, you are removing the compatible=\n" - "s\n" + "> > > \n" + "> > > The same comment as the RTC DT patch, you are removing the compatibles\n" "> > > documentation for the other supported platforms like stih416-lpc.\n" - "> > > AFAIK they are required in the driver to get the correct sysconfig re=\n" - "gister.\n" - "> >=20\n" + "> > > AFAIK they are required in the driver to get the correct sysconfig register.\n" + "> > \n" "> > That's intentional. I haven't yet tested any of this IP on\n" "> > STiH41{5,6} & STiH127. Due to lack of documentation, I'm not even\n" "> > sure if this IP even exists on some of the other platforms. I will\n" "> > add them back when support is added to both driver and DTB and I've\n" "> > been able to test them.\n" - ">=20\n" + "> \n" "> That was kind of my point, the driver code AFAIK already contains support\n" "> for these SoC's.\n" - ">=20\n" - "> I would either expect the patch to remove support from the DT docs AND th=\n" - "e\n" + "> \n" + "> I would either expect the patch to remove support from the DT docs AND the\n" "> driver, or leave it as is.\n" - ">=20\n" + "> \n" "> It seems odd to only change the DT docs, and become unaligned to the\n" - "> code (this assumes I'm looking at the latest patchset here=20\n" - "> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs=\n" - ").\n" + "> code (this assumes I'm looking at the latest patchset here \n" + "> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs).\n" "\n" "The decision to remove these 'supported' platforms was made on the RTC\n" "side, where there is only support for \"st,stih407-lpc\" in the driver.\n" @@ -70,23 +55,10 @@ "changes in the upcoming weeks. All should be squared away by the next\n" "merge-window.\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 -37a0d347bae1c8ae52163be079b801a6a74abae98085a82f744199549a1aaa3c +acff18e151614f4f1dafe9475f8281852000f20188c257c7fbe6c44a46e24cb1
diff --git a/a/1.txt b/N3/1.txt index 9782e24..26824a2 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,40 +1,36 @@ On Thu, 07 May 2015, Peter Griffin wrote: > Hi Lee, ->=20 +> > On Thu, 07 May 2015, Lee Jones wrote: ->=20 +> > <snip> ->=20 +> > > > > Required properties -> > > > =20 +> > > > > > > > -- compatible : Must be one of: "st,stih407-lpc" "st,stih416-lpc" > > > > - "st,stih415-lpc" "st,stid127-lpc" > > > > +- compatible : Must be one of: "st,stih407-lpc" -> > >=20 -> > > The same comment as the RTC DT patch, you are removing the compatible= -s +> > > +> > > The same comment as the RTC DT patch, you are removing the compatibles > > > documentation for the other supported platforms like stih416-lpc. -> > > AFAIK they are required in the driver to get the correct sysconfig re= -gister. -> >=20 +> > > AFAIK they are required in the driver to get the correct sysconfig register. +> > > > That's intentional. I haven't yet tested any of this IP on > > STiH41{5,6} & STiH127. Due to lack of documentation, I'm not even > > sure if this IP even exists on some of the other platforms. I will > > add them back when support is added to both driver and DTB and I've > > been able to test them. ->=20 +> > That was kind of my point, the driver code AFAIK already contains support > for these SoC's. ->=20 -> I would either expect the patch to remove support from the DT docs AND th= -e +> +> I would either expect the patch to remove support from the DT docs AND the > driver, or leave it as is. ->=20 +> > It seems odd to only change the DT docs, and become unaligned to the -> code (this assumes I'm looking at the latest patchset here=20 -> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs= -). +> code (this assumes I'm looking at the latest patchset here +> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs). The decision to remove these 'supported' platforms was made on the RTC side, where there is only support for "st,stih407-lpc" in the driver. @@ -48,21 +44,12 @@ this on the other boards I have in my farm and make the necessary changes in the upcoming weeks. All should be squared away by the next merge-window. ---=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-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 1efef9a..616fb74 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,60 +3,56 @@ "ref\020150507141805.GC9793@griffinp-ThinkPad-X1-Carbon-2nd\0" "ref\020150507191909.GC16220@x1\0" "ref\020150507195529.GA28554@griffinp-ThinkPad-X1-Carbon-2nd\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [STLinux Kernel] [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource\0" + "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [STLinux Kernel] [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource\0" "Date\0Fri, 8 May 2015 07:49:18 +0100\0" - "To\0Peter Griffin <peter.griffin@linaro.org>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - kernel@stlinux.com - rtc-linux@googlegroups.com - a.zummo@towertech.it - daniel.lezcano@linaro.org - wim@iguana.be - tglx@linutronix.de - linux@roeck-us.net - " linux-watchdog@vger.kernel.org\0" + "To\0Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org + rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org + daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + wim-IQzOog9fTRqzQB+pC5nmwQ@public.gmane.org + tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org + linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org + " linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Thu, 07 May 2015, Peter Griffin wrote:\n" "\n" "> Hi Lee,\n" - ">=20\n" + "> \n" "> On Thu, 07 May 2015, Lee Jones wrote:\n" - ">=20\n" + "> \n" "> <snip>\n" - ">=20\n" + "> \n" "> > > > Required properties\n" - "> > > > =20\n" + "> > > > \n" "> > > > -- compatible \t: Must be one of: \"st,stih407-lpc\" \"st,stih416-lpc\"\n" "> > > > -\t\t\t\t \"st,stih415-lpc\" \"st,stid127-lpc\"\n" "> > > > +- compatible \t: Must be one of: \"st,stih407-lpc\"\n" - "> > >=20\n" - "> > > The same comment as the RTC DT patch, you are removing the compatible=\n" - "s\n" + "> > > \n" + "> > > The same comment as the RTC DT patch, you are removing the compatibles\n" "> > > documentation for the other supported platforms like stih416-lpc.\n" - "> > > AFAIK they are required in the driver to get the correct sysconfig re=\n" - "gister.\n" - "> >=20\n" + "> > > AFAIK they are required in the driver to get the correct sysconfig register.\n" + "> > \n" "> > That's intentional. I haven't yet tested any of this IP on\n" "> > STiH41{5,6} & STiH127. Due to lack of documentation, I'm not even\n" "> > sure if this IP even exists on some of the other platforms. I will\n" "> > add them back when support is added to both driver and DTB and I've\n" "> > been able to test them.\n" - ">=20\n" + "> \n" "> That was kind of my point, the driver code AFAIK already contains support\n" "> for these SoC's.\n" - ">=20\n" - "> I would either expect the patch to remove support from the DT docs AND th=\n" - "e\n" + "> \n" + "> I would either expect the patch to remove support from the DT docs AND the\n" "> driver, or leave it as is.\n" - ">=20\n" + "> \n" "> It seems odd to only change the DT docs, and become unaligned to the\n" - "> code (this assumes I'm looking at the latest patchset here=20\n" - "> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs=\n" - ").\n" + "> code (this assumes I'm looking at the latest patchset here \n" + "> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs).\n" "\n" "The decision to remove these 'supported' platforms was made on the RTC\n" "side, where there is only support for \"st,stih407-lpc\" in the driver.\n" @@ -70,23 +66,14 @@ "changes in the upcoming weeks. All should be squared away by the next\n" "merge-window.\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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -37a0d347bae1c8ae52163be079b801a6a74abae98085a82f744199549a1aaa3c +a1a4c3b4c9bc476a368fca4a74acbf5aac58acc71b3adc89ce53956161f0c854
diff --git a/a/1.txt b/N4/1.txt index 9782e24..7435300 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -1,40 +1,36 @@ On Thu, 07 May 2015, Peter Griffin wrote: > Hi Lee, ->=20 +> > On Thu, 07 May 2015, Lee Jones wrote: ->=20 +> > <snip> ->=20 +> > > > > Required properties -> > > > =20 +> > > > > > > > -- compatible : Must be one of: "st,stih407-lpc" "st,stih416-lpc" > > > > - "st,stih415-lpc" "st,stid127-lpc" > > > > +- compatible : Must be one of: "st,stih407-lpc" -> > >=20 -> > > The same comment as the RTC DT patch, you are removing the compatible= -s +> > > +> > > The same comment as the RTC DT patch, you are removing the compatibles > > > documentation for the other supported platforms like stih416-lpc. -> > > AFAIK they are required in the driver to get the correct sysconfig re= -gister. -> >=20 +> > > AFAIK they are required in the driver to get the correct sysconfig register. +> > > > That's intentional. I haven't yet tested any of this IP on > > STiH41{5,6} & STiH127. Due to lack of documentation, I'm not even > > sure if this IP even exists on some of the other platforms. I will > > add them back when support is added to both driver and DTB and I've > > been able to test them. ->=20 +> > That was kind of my point, the driver code AFAIK already contains support > for these SoC's. ->=20 -> I would either expect the patch to remove support from the DT docs AND th= -e +> +> I would either expect the patch to remove support from the DT docs AND the > driver, or leave it as is. ->=20 +> > It seems odd to only change the DT docs, and become unaligned to the -> code (this assumes I'm looking at the latest patchset here=20 -> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs= -). +> code (this assumes I'm looking at the latest patchset here +> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs). The decision to remove these 'supported' platforms was made on the RTC side, where there is only support for "st,stih407-lpc" in the driver. @@ -48,21 +44,8 @@ this on the other boards I have in my farm and make the necessary changes in the upcoming weeks. All should be squared away by the next merge-window. ---=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/N4/content_digest index 1efef9a..db409a7 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -4,7 +4,7 @@ "ref\020150507191909.GC16220@x1\0" "ref\020150507195529.GA28554@griffinp-ThinkPad-X1-Carbon-2nd\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [STLinux Kernel] [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource\0" + "Subject\0Re: [STLinux Kernel] [PATCH 06/12] watchdog: bindings: Supply knowledge of a third supported device - clocksource\0" "Date\0Fri, 8 May 2015 07:49:18 +0100\0" "To\0Peter Griffin <peter.griffin@linaro.org>\0" "Cc\0linux-arm-kernel@lists.infradead.org" @@ -23,40 +23,36 @@ "On Thu, 07 May 2015, Peter Griffin wrote:\n" "\n" "> Hi Lee,\n" - ">=20\n" + "> \n" "> On Thu, 07 May 2015, Lee Jones wrote:\n" - ">=20\n" + "> \n" "> <snip>\n" - ">=20\n" + "> \n" "> > > > Required properties\n" - "> > > > =20\n" + "> > > > \n" "> > > > -- compatible \t: Must be one of: \"st,stih407-lpc\" \"st,stih416-lpc\"\n" "> > > > -\t\t\t\t \"st,stih415-lpc\" \"st,stid127-lpc\"\n" "> > > > +- compatible \t: Must be one of: \"st,stih407-lpc\"\n" - "> > >=20\n" - "> > > The same comment as the RTC DT patch, you are removing the compatible=\n" - "s\n" + "> > > \n" + "> > > The same comment as the RTC DT patch, you are removing the compatibles\n" "> > > documentation for the other supported platforms like stih416-lpc.\n" - "> > > AFAIK they are required in the driver to get the correct sysconfig re=\n" - "gister.\n" - "> >=20\n" + "> > > AFAIK they are required in the driver to get the correct sysconfig register.\n" + "> > \n" "> > That's intentional. I haven't yet tested any of this IP on\n" "> > STiH41{5,6} & STiH127. Due to lack of documentation, I'm not even\n" "> > sure if this IP even exists on some of the other platforms. I will\n" "> > add them back when support is added to both driver and DTB and I've\n" "> > been able to test them.\n" - ">=20\n" + "> \n" "> That was kind of my point, the driver code AFAIK already contains support\n" "> for these SoC's.\n" - ">=20\n" - "> I would either expect the patch to remove support from the DT docs AND th=\n" - "e\n" + "> \n" + "> I would either expect the patch to remove support from the DT docs AND the\n" "> driver, or leave it as is.\n" - ">=20\n" + "> \n" "> It seems odd to only change the DT docs, and become unaligned to the\n" - "> code (this assumes I'm looking at the latest patchset here=20\n" - "> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs=\n" - ").\n" + "> code (this assumes I'm looking at the latest patchset here \n" + "> https://lkml.org/lkml/2015/3/4/1088 which includes support for these SoCs).\n" "\n" "The decision to remove these 'supported' platforms was made on the RTC\n" "side, where there is only support for \"st,stih407-lpc\" in the driver.\n" @@ -70,23 +66,10 @@ "changes in the upcoming weeks. All should be squared away by the next\n" "merge-window.\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 -37a0d347bae1c8ae52163be079b801a6a74abae98085a82f744199549a1aaa3c +b559f1858f5bc34fb51b958f85a8b5a3396cb3dd929dc6dfad8b0eda7d051190
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.