diff for duplicates of <20150611085653.GG2982@x1> diff --git a/a/1.txt b/N1/1.txt index 7a160c6..9dae2f1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,9 +4,9 @@ > > > > index 0000000..d07c2bc > > > > --- /dev/null > > > > +++ b/include/linux/mfd/da9062/registers.h -> > +> >=20 > > [...] -> > +> >=20 > > > > +/* > > > > + * Registers > > > > + */ @@ -16,15 +16,15 @@ > > > > +#define DA9062AA_PAGE_CON 0x000 > > > > +#define DA9062AA_STATUS_A 0x001 > > > > +#define DA9062AA_STATUS_B 0x002 -> > +> >=20 > > [...] -> > +> >=20 > > > > + > > > > +/* > > > > + * Bit fields > > > > + */ > > > > + -> > > > +/* DA9062AA_PAGE_CON = 0x000 */ +> > > > +/* DA9062AA_PAGE_CON =3D 0x000 */ > > > > +#define DA9062AA_PAGE_SHIFT 0 > > > > +#define DA9062AA_PAGE_MASK (0x3f << 0) > > > > +#define DA9062AA_WRITE_MODE_SHIFT 6 @@ -32,22 +32,25 @@ > > > > > > For 1 << X, you should use BIT(X). > > > -> > +> >=20 > > For the two comments above "Registers" and "Bit fields" and the (1<<x) > > definitions ... -> > -> > The whole of this file is automatically generated by our hardware designers -> > I would prefer it if the register definitions and bit fields are not altered using +> >=20 +> > The whole of this file is automatically generated by our hardware desig= +ners +> > I would prefer it if the register definitions and bit fields are not al= +tered using > > the #define BIT(nr) (1UL<<(nr)) macro and the comments removed because > > we have scripts that can be used to check this file automatically. -> > -> > Also if the register map is ever updated, then it will be easier for me to diff +> >=20 +> > Also if the register map is ever updated, then it will be easier for me= + to diff > > the new delivered register and bit field definitions with the old one. -> > +> >=20 > > My preference would be not to change this header file. -> > +> >=20 > > [...] -> +> =20 > If these last two things are a problem can you please let me know. I'm still not particularly happy with this. Can yo speak to your H/W @@ -63,12 +66,21 @@ FWIW, when upstreaming code, the excuse "someone else wrote it", has never been a good one to use on the lists. Believe me, I've tried. ;) --- +--=20 Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe linux-input" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html + +--=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/N1/content_digest index 1221c4d..0f0f995 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020150526161024.GQ11677@x1\0" "ref\06ED8E3B22081A4459DAC7699F3695FB7014B22F4C4@SW-EX-MBX02.diasemi.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver\0" + "Subject\0[rtc-linux] Re: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver\0" "Date\0Thu, 11 Jun 2015 09:56:53 +0100\0" "To\0Opensource [Steve Twiss] <stwiss.opensource@diasemi.com>\0" "Cc\0LINUXKERNEL <linux-kernel@vger.kernel.org>" @@ -32,9 +32,9 @@ "> > > > index 0000000..d07c2bc\n" "> > > > --- /dev/null\n" "> > > > +++ b/include/linux/mfd/da9062/registers.h\n" - "> > \n" + "> >=20\n" "> > [...]\n" - "> > \n" + "> >=20\n" "> > > > +/*\n" "> > > > + * Registers\n" "> > > > + */\n" @@ -44,15 +44,15 @@ "> > > > +#define DA9062AA_PAGE_CON\t\t0x000\n" "> > > > +#define DA9062AA_STATUS_A\t\t0x001\n" "> > > > +#define DA9062AA_STATUS_B\t\t0x002\n" - "> > \n" + "> >=20\n" "> > [...]\n" - "> > \n" + "> >=20\n" "> > > > +\n" "> > > > +/*\n" "> > > > + * Bit fields\n" "> > > > + */\n" "> > > > +\n" - "> > > > +/* DA9062AA_PAGE_CON = 0x000 */\n" + "> > > > +/* DA9062AA_PAGE_CON =3D 0x000 */\n" "> > > > +#define DA9062AA_PAGE_SHIFT\t\t0\n" "> > > > +#define DA9062AA_PAGE_MASK\t\t(0x3f << 0)\n" "> > > > +#define DA9062AA_WRITE_MODE_SHIFT\t6\n" @@ -60,22 +60,25 @@ "> > >\n" "> > > For 1 << X, you should use BIT(X).\n" "> > >\n" - "> > \n" + "> >=20\n" "> > For the two comments above \"Registers\" and \"Bit fields\" and the (1<<x)\n" "> > definitions ...\n" - "> > \n" - "> > The whole of this file is automatically generated by our hardware designers\n" - "> > I would prefer it if the register definitions and bit fields are not altered using\n" + "> >=20\n" + "> > The whole of this file is automatically generated by our hardware desig=\n" + "ners\n" + "> > I would prefer it if the register definitions and bit fields are not al=\n" + "tered using\n" "> > the #define BIT(nr) (1UL<<(nr)) macro and the comments removed because\n" "> > we have scripts that can be used to check this file automatically.\n" - "> > \n" - "> > Also if the register map is ever updated, then it will be easier for me to diff\n" + "> >=20\n" + "> > Also if the register map is ever updated, then it will be easier for me=\n" + " to diff\n" "> > the new delivered register and bit field definitions with the old one.\n" - "> > \n" + "> >=20\n" "> > My preference would be not to change this header file.\n" - "> > \n" + "> >=20\n" "> > [...]\n" - "> \n" + "> =20\n" "> If these last two things are a problem can you please let me know.\n" "\n" "I'm still not particularly happy with this. Can yo speak to your H/W\n" @@ -91,14 +94,23 @@ "never been a good one to use on the lists. Believe me, I've\n" "tried. ;)\n" "\n" - "-- \n" + "--=20\n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-input\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "\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. -43bf6e6cbc4aaaa4212fe7de306bc31c0594989605ae3ec63191cf1db22b70f3 +7f1e4ea8a515b619176025bb82a216cd2390226798cc0933dc4d59e7490a2c15
diff --git a/a/1.txt b/N2/1.txt index 7a160c6..bb344aa 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -68,7 +68,3 @@ Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe linux-input" 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/N2/content_digest index 1221c4d..0984d53 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -95,10 +95,6 @@ "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-input\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Follow Linaro: Facebook | Twitter | Blog -43bf6e6cbc4aaaa4212fe7de306bc31c0594989605ae3ec63191cf1db22b70f3 +9a1efe6faea73e64d92788b4141fb4d1fe975c1b70922d771a1457f22c17e51b
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.