All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150701080216.GF3210@x1>

diff --git a/a/1.txt b/N1/1.txt
index ed8ac63..b2b9be2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,10 +1,10 @@
 On Mon, 29 Jun 2015, Opensource [Steve Twiss] wrote:
 
 > On 11 June 2015 09:57, Lee Jones wrote:
-> 
+>=20
 > > To: Opensource [Steve Twiss]
 > > Subject: Re: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver
-> > 
+> >=20
 > > > > > > Steve Twiss wrote:
 > > > > > > +#define DA9062AA_PAGE_SHIFT		0
 > > > > > > +#define DA9062AA_PAGE_MASK		(0x3f << 0)
@@ -15,35 +15,49 @@ On Mon, 29 Jun 2015, Opensource [Steve Twiss] wrote:
 > > > > > For 1 << X, you should use BIT(X).
 > > > >
 > > > > Steve Twiss wrote:
-> > > > 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 [...]
-> 
+> > > > The whole of this file is automatically generated by our hardware d=
+esigners
+> > > > I would prefer it if the register definitions and bit fields are no=
+t altered [...]
+>=20
 > [...]
-> 
+>=20
 > > Lee Jones wrote:
-> > To be honest, it's probably not a blocker for acceptance, but if someone
+> > To be honest, it's probably not a blocker for acceptance, but if someon=
+e
 > > writes a patch next week to change all of the (0x01 << X) lines to
 > > start using the BIT() macro, I will accept it.  Better to influenced
 > > your guys so you are not overly inconvenienced.
 > > 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
 > Hi Lee,
-> 
+>=20
 > Depending on your next step ..
-> I can either send a patch to this now or wait until you have reviewed the MFD
-> core: if there are any further comments on this, I can update the submission
+> I can either send a patch to this now or wait until you have reviewed the=
+ MFD
+> core: if there are any further comments on this, I can update the submiss=
+ion
 > retrospectively.
 
 Let's start over.  Please re-submit the set.
 
--- 
+--=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 1aa367e..ae772e9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,7 +5,7 @@
  "ref\020150611085653.GG2982@x1\0"
  "ref\06ED8E3B22081A4459DAC7699F3695FB7014B233463@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\0Wed, 1 Jul 2015 09:02:16 +0100\0"
  "To\0Opensource [Steve Twiss] <stwiss.opensource@diasemi.com>\0"
  "Cc\0LINUXKERNEL <linux-kernel@vger.kernel.org>"
@@ -31,10 +31,10 @@
  "On Mon, 29 Jun 2015, Opensource [Steve Twiss] wrote:\n"
  "\n"
  "> On 11 June 2015 09:57, Lee Jones wrote:\n"
- "> \n"
+ ">=20\n"
  "> > To: Opensource [Steve Twiss]\n"
  "> > Subject: Re: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver\n"
- "> > \n"
+ "> >=20\n"
  "> > > > > > Steve Twiss wrote:\n"
  "> > > > > > +#define DA9062AA_PAGE_SHIFT\t\t0\n"
  "> > > > > > +#define DA9062AA_PAGE_MASK\t\t(0x3f << 0)\n"
@@ -45,37 +45,51 @@
  "> > > > > For 1 << X, you should use BIT(X).\n"
  "> > > >\n"
  "> > > > Steve Twiss wrote:\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 [...]\n"
- "> \n"
+ "> > > > The whole of this file is automatically generated by our hardware d=\n"
+ "esigners\n"
+ "> > > > I would prefer it if the register definitions and bit fields are no=\n"
+ "t altered [...]\n"
+ ">=20\n"
  "> [...]\n"
- "> \n"
+ ">=20\n"
  "> > Lee Jones wrote:\n"
- "> > To be honest, it's probably not a blocker for acceptance, but if someone\n"
+ "> > To be honest, it's probably not a blocker for acceptance, but if someon=\n"
+ "e\n"
  "> > writes a patch next week to change all of the (0x01 << X) lines to\n"
  "> > start using the BIT() macro, I will accept it.  Better to influenced\n"
  "> > your guys so you are not overly inconvenienced.\n"
  "> > FWIW, when upstreaming code, the excuse \"someone else wrote it\", has\n"
  "> > never been a good one to use on the lists.   Believe me, I've\n"
  "> > tried. ;)\n"
- "> \n"
+ ">=20\n"
  "> Hi Lee,\n"
- "> \n"
+ ">=20\n"
  "> Depending on your next step ..\n"
- "> I can either send a patch to this now or wait until you have reviewed the MFD\n"
- "> core: if there are any further comments on this, I can update the submission\n"
+ "> I can either send a patch to this now or wait until you have reviewed the=\n"
+ " MFD\n"
+ "> core: if there are any further comments on this, I can update the submiss=\n"
+ "ion\n"
  "> retrospectively.\n"
  "\n"
  "Let's start over.  Please re-submit the set.\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.
 
-2b3e3f2ed595ffb42540929f0d6ffe213f0ed49fa7031fdd26a0d986fc9c78d2
+f0a21daf73653686d5c8e7945043a64870b4c25b030f6bf8076db1a20f2f1c01

diff --git a/a/1.txt b/N2/1.txt
index ed8ac63..13e7905 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -44,6 +44,6 @@ 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
+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/N2/content_digest
index 1aa367e..3d10426 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -74,8 +74,8 @@
  "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"
+ "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
 
-2b3e3f2ed595ffb42540929f0d6ffe213f0ed49fa7031fdd26a0d986fc9c78d2
+1202b08148ae33ae5a1704836c9503a687d866f00080ed0ababae9e6d7e4e4b5

diff --git a/a/1.txt b/N3/1.txt
index ed8ac63..04656b2 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -43,7 +43,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/N3/content_digest
index 1aa367e..f2b709e 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -72,10 +72,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
 
-2b3e3f2ed595ffb42540929f0d6ffe213f0ed49fa7031fdd26a0d986fc9c78d2
+d2fbdff4a6083dccd3085b0224819a0a562bb4b3dcb05c0590a847fc3a6d28dc

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.