All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160325014728.GA10837@piout.net>

diff --git a/a/1.txt b/N1/1.txt
index 3dc2050..5fe2805 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,27 +3,23 @@ Hi Linus,
 A second pull request for v4.6 with a few fixesi before -rc1. The new
 features for abx80x actually make the RTC behave correctly.
 
-The following changes since commit cee2cc21550648679d222cbe2637fcc6d0f730ef=
-:
+The following changes since commit cee2cc21550648679d222cbe2637fcc6d0f730ef:
 
   rtc: pcf2127: add pcf2129 device id (2016-03-14 17:08:41 +0100)
 
 are available in the git repository at:
 
-  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc=
--4.6-2
+  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-4.6-2
 
 for you to fetch changes up to ee087744247c421c83abea7f01217bfd39b8f5a9:
 
-  rtc: abx80x: handle the oscillator failure bit (2016-03-25 02:41:13 +0100=
-)
+  rtc: abx80x: handle the oscillator failure bit (2016-03-25 02:41:13 +0100)
 
 ----------------------------------------------------------------
 RTC for 4.6 #2
 
 Drivers:
- - abx80x: handle both XT and RC oscillators, XT failure bit and autocalibr=
-ation
+ - abx80x: handle both XT and RC oscillators, XT failure bit and autocalibration
  - m41t80: avoid out of range year values
  - rv8803: workaround an i2c HW issue
 
@@ -41,7 +37,7 @@ Emil Bartczak (1):
 Javier Martinez Canillas (1):
       rtc: s3c: Don't print an error on probe deferral
 
-Myl=C4=8Dne Josserand (2):
+Mylène Josserand (2):
       rtc: abx80x: handle autocalibration
       rtc: abx80x: handle the oscillator failure bit
 
@@ -50,8 +46,7 @@ Stefan Christ (1):
 
  .../devicetree/bindings/rtc/maxim,mcp795.txt       |  11 +
  drivers/rtc/Kconfig                                |   2 +-
- drivers/rtc/rtc-abx80x.c                           | 252 +++++++++++++++++=
-+++-
+ drivers/rtc/rtc-abx80x.c                           | 252 ++++++++++++++++++++-
  drivers/rtc/rtc-asm9260.c                          |   4 +-
  drivers/rtc/rtc-m41t80.c                           |   6 +
  drivers/rtc/rtc-mcp795.c                           |  10 +
@@ -60,20 +55,7 @@ Stefan Christ (1):
  8 files changed, 316 insertions(+), 16 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/rtc/maxim,mcp795.txt
 
---=20
+-- 
 Alexandre Belloni, Free Electrons
 Embedded Linux, Kernel and Android engineering
 http://free-electrons.com
-
---=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 28d7a3d..c402347 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,5 +1,5 @@
  "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
- "Subject\0[rtc-linux] [GIT PULL] RTC for 4.6 #2\0"
+ "Subject\0[GIT PULL] RTC for 4.6 #2\0"
  "Date\0Fri, 25 Mar 2016 02:47:28 +0100\0"
  "To\0Linus Torvalds <torvalds@linux-foundation.org>\0"
  "Cc\0rtc-linux@googlegroups.com"
@@ -11,27 +11,23 @@
  "A second pull request for v4.6 with a few fixesi before -rc1. The new\n"
  "features for abx80x actually make the RTC behave correctly.\n"
  "\n"
- "The following changes since commit cee2cc21550648679d222cbe2637fcc6d0f730ef=\n"
- ":\n"
+ "The following changes since commit cee2cc21550648679d222cbe2637fcc6d0f730ef:\n"
  "\n"
  "  rtc: pcf2127: add pcf2129 device id (2016-03-14 17:08:41 +0100)\n"
  "\n"
  "are available in the git repository at:\n"
  "\n"
- "  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc=\n"
- "-4.6-2\n"
+ "  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-4.6-2\n"
  "\n"
  "for you to fetch changes up to ee087744247c421c83abea7f01217bfd39b8f5a9:\n"
  "\n"
- "  rtc: abx80x: handle the oscillator failure bit (2016-03-25 02:41:13 +0100=\n"
- ")\n"
+ "  rtc: abx80x: handle the oscillator failure bit (2016-03-25 02:41:13 +0100)\n"
  "\n"
  "----------------------------------------------------------------\n"
  "RTC for 4.6 #2\n"
  "\n"
  "Drivers:\n"
- " - abx80x: handle both XT and RC oscillators, XT failure bit and autocalibr=\n"
- "ation\n"
+ " - abx80x: handle both XT and RC oscillators, XT failure bit and autocalibration\n"
  " - m41t80: avoid out of range year values\n"
  " - rv8803: workaround an i2c HW issue\n"
  "\n"
@@ -49,7 +45,7 @@
  "Javier Martinez Canillas (1):\n"
  "      rtc: s3c: Don't print an error on probe deferral\n"
  "\n"
- "Myl=C4=8Dne Josserand (2):\n"
+ "Myl\303\250ne Josserand (2):\n"
  "      rtc: abx80x: handle autocalibration\n"
  "      rtc: abx80x: handle the oscillator failure bit\n"
  "\n"
@@ -58,8 +54,7 @@
  "\n"
  " .../devicetree/bindings/rtc/maxim,mcp795.txt       |  11 +\n"
  " drivers/rtc/Kconfig                                |   2 +-\n"
- " drivers/rtc/rtc-abx80x.c                           | 252 +++++++++++++++++=\n"
- "+++-\n"
+ " drivers/rtc/rtc-abx80x.c                           | 252 ++++++++++++++++++++-\n"
  " drivers/rtc/rtc-asm9260.c                          |   4 +-\n"
  " drivers/rtc/rtc-m41t80.c                           |   6 +\n"
  " drivers/rtc/rtc-mcp795.c                           |  10 +\n"
@@ -68,22 +63,9 @@
  " 8 files changed, 316 insertions(+), 16 deletions(-)\n"
  " create mode 100644 Documentation/devicetree/bindings/rtc/maxim,mcp795.txt\n"
  "\n"
- "--=20\n"
+ "-- \n"
  "Alexandre Belloni, Free Electrons\n"
  "Embedded Linux, Kernel and Android engineering\n"
- "http://free-electrons.com\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://free-electrons.com
 
-1536b879bac296b179e1751b958d08fed1dba268954a794478c18e4a55736ccd
+929c270da271f62d18e04ced28e9a67fcad3ad82010acbaf3a49f0cfc02c2e85

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.