All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54118E1B.5070706@hurleysoftware.com>

diff --git a/a/1.txt b/N1/1.txt
index c9b2892..66b16ea 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,7 +23,7 @@ On 09/10/2014 03:30 PM, Sebastian Andrzej Siewior wrote:
 > 
 >   RX: Interrupt comes once there are 48 bytes in the FIFO or less over
 >       "longer" time frame. We have
->           1 / 11520 * 10^3 * 16 => 1.38… ms
+>           1 / 11520 * 10^3 * 16 => 1.38? ms
 >       1.38ms to react and purge the FIFO on 115200,8N1. Since the other
 >       driver fired after each byte it had ~5.47ms time to react. This
 >       _may_ cause problems if one relies on no missing bytes and has no
@@ -41,11 +41,11 @@ newly-added 8250-based tunable RX trigger interface for omap.
 > and omap-serial) then this serial driver will take control over the
 > device due to the link order
 > 
-> v8…v9:
+> v8?v9:
 > 	- less on a file seems to hang the am335x after a while. I
 > 	  believe I introduce this bug a while ago since I can reproduce
 > 	  this prior to v8. Fixed by redoing the omap8250_restore_regs()
-> v7…v8:
+> v7?v8:
 > 	- redo the register write. There is now one function for that
 > 	  which is used from set_termios() and runtime-resume.
 > 	- drop PORT_OMAP_16750 and move the setup to the omap file. We
@@ -54,16 +54,16 @@ newly-added 8250-based tunable RX trigger interface for omap.
 > 	  access on THR might result in data abort. We only need 32bit
 > 	  access in the errata function which is before we use 8250's
 > 	  read function so it doesn't matter.
-> v4…v7:
+> v4?v7:
 > 	- change trigger levels after some tests with raw transfers.
-> v3…v4:
+> v3?v4:
 > 	- drop RS485 support
 > 	- wire up ->throttle / ->unthrottle
-> v2…v3:
+> v2?v3:
 > 	- wire up startup & shutdown for wakeup-irq handling.
 > 	- RS485 handling (well the core does).
 > 
-> v1…v2:
+> v1?v2:
 > 	- added runtime PM. Could somebody could please double check
 > 	  this?
 > 	- added omap_8250_set_termios()
@@ -1054,9 +1054,4 @@ Peter Hurley
 > +obj-$(CONFIG_SERIAL_8250_OMAP)		+= 8250_omap.o
 >  obj-$(CONFIG_SERIAL_8250_FINTEK)	+= 8250_fintek.o
 >  obj-$(CONFIG_SERIAL_8250_MT6577)	+= 8250_mtk.o
-> 
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-serial" 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 9493e37..716142c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,9 @@
  "ref\01410377411-26656-1-git-send-email-bigeasy@linutronix.de\0"
  "ref\01410377411-26656-7-git-send-email-bigeasy@linutronix.de\0"
- "From\0Peter Hurley <peter@hurleysoftware.com>\0"
- "Subject\0Re: [PATCH 06/16] tty: serial: Add 8250-core based omap driver\0"
+ "From\0peter@hurleysoftware.com (Peter Hurley)\0"
+ "Subject\0[PATCH 06/16] tty: serial: Add 8250-core based omap driver\0"
  "Date\0Thu, 11 Sep 2014 07:57:15 -0400\0"
- "To\0Sebastian Andrzej Siewior <bigeasy@linutronix.de>"
- " linux-serial@vger.kernel.org\0"
- "Cc\0linux-kernel@vger.kernel.org"
-  linux-omap@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  tony@atomide.com
-  balbi@ti.com
- " gregkh@linuxfoundation.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Sebastian,\n"
@@ -38,7 +31,7 @@
  "> \n"
  ">   RX: Interrupt comes once there are 48 bytes in the FIFO or less over\n"
  ">       \"longer\" time frame. We have\n"
- ">           1 / 11520 * 10^3 * 16 => 1.38\342\200\246 ms\n"
+ ">           1 / 11520 * 10^3 * 16 => 1.38? ms\n"
  ">       1.38ms to react and purge the FIFO on 115200,8N1. Since the other\n"
  ">       driver fired after each byte it had ~5.47ms time to react. This\n"
  ">       _may_ cause problems if one relies on no missing bytes and has no\n"
@@ -56,11 +49,11 @@
  "> and omap-serial) then this serial driver will take control over the\n"
  "> device due to the link order\n"
  "> \n"
- "> v8\342\200\246v9:\n"
+ "> v8?v9:\n"
  "> \t- less on a file seems to hang the am335x after a while. I\n"
  "> \t  believe I introduce this bug a while ago since I can reproduce\n"
  "> \t  this prior to v8. Fixed by redoing the omap8250_restore_regs()\n"
- "> v7\342\200\246v8:\n"
+ "> v7?v8:\n"
  "> \t- redo the register write. There is now one function for that\n"
  "> \t  which is used from set_termios() and runtime-resume.\n"
  "> \t- drop PORT_OMAP_16750 and move the setup to the omap file. We\n"
@@ -69,16 +62,16 @@
  "> \t  access on THR might result in data abort. We only need 32bit\n"
  "> \t  access in the errata function which is before we use 8250's\n"
  "> \t  read function so it doesn't matter.\n"
- "> v4\342\200\246v7:\n"
+ "> v4?v7:\n"
  "> \t- change trigger levels after some tests with raw transfers.\n"
- "> v3\342\200\246v4:\n"
+ "> v3?v4:\n"
  "> \t- drop RS485 support\n"
  "> \t- wire up ->throttle / ->unthrottle\n"
- "> v2\342\200\246v3:\n"
+ "> v2?v3:\n"
  "> \t- wire up startup & shutdown for wakeup-irq handling.\n"
  "> \t- RS485 handling (well the core does).\n"
  "> \n"
- "> v1\342\200\246v2:\n"
+ "> v1?v2:\n"
  "> \t- added runtime PM. Could somebody could please double check\n"
  "> \t  this?\n"
  "> \t- added omap_8250_set_termios()\n"
@@ -1069,11 +1062,6 @@
  "> +obj-$(CONFIG_SERIAL_8250_OMAP)\t\t+= 8250_omap.o\n"
  ">  obj-$(CONFIG_SERIAL_8250_FINTEK)\t+= 8250_fintek.o\n"
  ">  obj-$(CONFIG_SERIAL_8250_MT6577)\t+= 8250_mtk.o\n"
- "> \n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-serial\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ >
 
-208d42dd4bcb908f0aafe16ef86f24039fa8e9078a156a7b8c9bbaba6ff8f4ec
+d776d1d5d82dbe0041e66c1573e060c875b37d8748175b53d0d7d1201054ed00

diff --git a/a/1.txt b/N2/1.txt
index c9b2892..9c3940c 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1054,9 +1054,4 @@ Peter Hurley
 > +obj-$(CONFIG_SERIAL_8250_OMAP)		+= 8250_omap.o
 >  obj-$(CONFIG_SERIAL_8250_FINTEK)	+= 8250_fintek.o
 >  obj-$(CONFIG_SERIAL_8250_MT6577)	+= 8250_mtk.o
-> 
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-serial" 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 9493e37..e74310d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1069,11 +1069,6 @@
  "> +obj-$(CONFIG_SERIAL_8250_OMAP)\t\t+= 8250_omap.o\n"
  ">  obj-$(CONFIG_SERIAL_8250_FINTEK)\t+= 8250_fintek.o\n"
  ">  obj-$(CONFIG_SERIAL_8250_MT6577)\t+= 8250_mtk.o\n"
- "> \n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-serial\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ >
 
-208d42dd4bcb908f0aafe16ef86f24039fa8e9078a156a7b8c9bbaba6ff8f4ec
+2a6a1ba2f5997661973e699e113a249a46b940e1e0e94398a0f71b68ee6663ee

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.