All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <545C5D1D.9010305@ti.com>

diff --git a/a/content_digest b/N1/content_digest
index a1d06a9..7d0d17f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -24,12 +24,12 @@
   Jan Kardell <jan.kardell@telliq.com>
   Paul Gortmaker <paul.gortmaker@windriver.com>
   Brad Griffis <bgriffis@ti.com>
-  devicetree@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linux-omap@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-iio@vger.kernel.org
- " linux-input@vger.kernel.org\0"
+  <devicetree@vger.kernel.org>
+  <linux-kernel@vger.kernel.org>
+  <linux-omap@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-iio@vger.kernel.org>
+ " <linux-input@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -188,4 +188,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-98926197b154546439e12f2cebd73bf773f4b73c530c23465720cc2a3871a481
+c47711de07aa078550cd1bf540dd70bbe99eaa76bd91730aab2c397a4844cb26

diff --git a/a/1.txt b/N2/1.txt
index 9a872fc..3322ee9 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -14,7 +14,7 @@ On Saturday 01 November 2014 02:33 AM, Hartmut Knaack wrote:
 >> are sampled in the order Y-Z-X.
 >>
 >> Signed-off-by: Brad Griffis <bgriffis@ti.com>
->> [vigneshr@ti.com: Ported the patch from v3.12 to v3.18rc2]
+>> [vigneshr at ti.com: Ported the patch from v3.12 to v3.18rc2]
 >> Signed-off-by: Vignesh R <vigneshr@ti.com>
 >> ---
 >>  drivers/iio/adc/ti_am335x_adc.c           |  2 +-
@@ -55,7 +55,7 @@ Ok, Will update the comment and initialization
 >>  		break;
 >>  	}
 >>  
->> -	/* 1 … coordinate_readouts is for X */
+>> -	/* 1 ? coordinate_readouts is for X */
 >> -	end_step = ts_dev->coordinate_readouts;
 >> -	for (i = 0; i < end_step; i++) {
 >> +	tsc_steps = ts_dev->coordinate_readouts * 2 + 2;
@@ -70,7 +70,7 @@ Ok, Will update the comment and initialization
 >>  		break;
 >>  	}
 >>  
->> -	/* coordinate_readouts … coordinate_readouts * 2 is for Y */
+>> -	/* coordinate_readouts ? coordinate_readouts * 2 is for Y */
 >> -	end_step = ts_dev->coordinate_readouts * 2;
 >> -	for (i = ts_dev->coordinate_readouts; i < end_step; i++) {
 >> +	/* 1 ... coordinate_readouts is for Y */
@@ -83,7 +83,7 @@ Ok, Will update the comment and initialization
 >>  	titsc_writel(ts_dev, REG_CHARGECONFIG, config);
 >>  	titsc_writel(ts_dev, REG_CHARGEDELAY, CHARGEDLY_OPENDLY);
 >>  
->> -	/* coordinate_readouts * 2 … coordinate_readouts * 2 + 2 is for Z */
+>> -	/* coordinate_readouts * 2 ? coordinate_readouts * 2 + 2 is for Z */
 >> +	/* coordinate_readouts + 1 ... coordinate_readouts + 2 is for Z */
 >>  	config = STEPCONFIG_MODE_HWSYNC |
 >>  			STEPCONFIG_AVG_16 | ts_dev->bit_yp |
@@ -92,7 +92,7 @@ Ok, Will update the comment and initialization
 >>  	titsc_writel(ts_dev, REG_STEPDELAY(end_step),
 >>  			STEPCONFIG_OPENDLY);
 >>  
->> -	/* The steps1 … end and bit 0 for TS_Charge */
+>> -	/* The steps1 ? end and bit 0 for TS_Charge */
 >> -	stepenable = (1 << (end_step + 2)) - 1;
 >> +	/* The steps end ... end - readouts * 2 + 2 and bit 0 for TS_Charge */
 >> +	stepenable = 1;
@@ -150,6 +150,6 @@ Ok, Will update the comment and initialization
 > 
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-omap" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo at 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 a1d06a9..45dbca5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,35 +1,10 @@
  "ref\01414408111-2631-1-git-send-email-vigneshr@ti.com\0"
  "ref\01414408111-2631-2-git-send-email-vigneshr@ti.com\0"
  "ref\05453F935.10007@gmx.de\0"
- "From\0Vignesh R <vigneshr@ti.com>\0"
- "Subject\0Re: [PATCH 1/4] input: touchscreen: ti_am335x_tsc Interchange touchscreen and ADC steps\0"
+ "From\0vigneshr@ti.com (Vignesh R)\0"
+ "Subject\0[PATCH 1/4] input: touchscreen: ti_am335x_tsc Interchange touchscreen and ADC steps\0"
  "Date\0Fri, 7 Nov 2014 11:18:13 +0530\0"
- "To\0Hartmut Knaack <knaack.h@gmx.de>"
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Kumar Gala <galak@codeaurora.org>
-  Benoit Cousson <bcousson@baylibre.com>
-  Tony Lindgren <tony@atomide.com>
-  Russell King <linux@arm.linux.org.uk>
-  Jonathan Cameron <jic23@kernel.org>
- " Dmitry Torokhov <dmitry.torokhov@gmail.com>\0"
- "Cc\0Lars-Peter Clausen <lars@metafoo.de>"
-  Peter Meerwald <pmeerw@pmeerw.net>
-  Samuel Ortiz <sameo@linux.intel.com>
-  Lee Jones <lee.jones@linaro.org>
-  Felipe Balbi <balbi@ti.com>
-  Sebastian Andrzej Siewior <bigeasy@linutronix.de>
-  Jan Kardell <jan.kardell@telliq.com>
-  Paul Gortmaker <paul.gortmaker@windriver.com>
-  Brad Griffis <bgriffis@ti.com>
-  devicetree@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linux-omap@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-iio@vger.kernel.org
- " linux-input@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -48,7 +23,7 @@
  ">> are sampled in the order Y-Z-X.\n"
  ">>\n"
  ">> Signed-off-by: Brad Griffis <bgriffis@ti.com>\n"
- ">> [vigneshr@ti.com: Ported the patch from v3.12 to v3.18rc2]\n"
+ ">> [vigneshr at ti.com: Ported the patch from v3.12 to v3.18rc2]\n"
  ">> Signed-off-by: Vignesh R <vigneshr@ti.com>\n"
  ">> ---\n"
  ">>  drivers/iio/adc/ti_am335x_adc.c           |  2 +-\n"
@@ -89,7 +64,7 @@
  ">>  \t\tbreak;\n"
  ">>  \t}\n"
  ">>  \n"
- ">> -\t/* 1 \342\200\246 coordinate_readouts is for X */\n"
+ ">> -\t/* 1 ? coordinate_readouts is for X */\n"
  ">> -\tend_step = ts_dev->coordinate_readouts;\n"
  ">> -\tfor (i = 0; i < end_step; i++) {\n"
  ">> +\ttsc_steps = ts_dev->coordinate_readouts * 2 + 2;\n"
@@ -104,7 +79,7 @@
  ">>  \t\tbreak;\n"
  ">>  \t}\n"
  ">>  \n"
- ">> -\t/* coordinate_readouts \342\200\246 coordinate_readouts * 2 is for Y */\n"
+ ">> -\t/* coordinate_readouts ? coordinate_readouts * 2 is for Y */\n"
  ">> -\tend_step = ts_dev->coordinate_readouts * 2;\n"
  ">> -\tfor (i = ts_dev->coordinate_readouts; i < end_step; i++) {\n"
  ">> +\t/* 1 ... coordinate_readouts is for Y */\n"
@@ -117,7 +92,7 @@
  ">>  \ttitsc_writel(ts_dev, REG_CHARGECONFIG, config);\n"
  ">>  \ttitsc_writel(ts_dev, REG_CHARGEDELAY, CHARGEDLY_OPENDLY);\n"
  ">>  \n"
- ">> -\t/* coordinate_readouts * 2 \342\200\246 coordinate_readouts * 2 + 2 is for Z */\n"
+ ">> -\t/* coordinate_readouts * 2 ? coordinate_readouts * 2 + 2 is for Z */\n"
  ">> +\t/* coordinate_readouts + 1 ... coordinate_readouts + 2 is for Z */\n"
  ">>  \tconfig = STEPCONFIG_MODE_HWSYNC |\n"
  ">>  \t\t\tSTEPCONFIG_AVG_16 | ts_dev->bit_yp |\n"
@@ -126,7 +101,7 @@
  ">>  \ttitsc_writel(ts_dev, REG_STEPDELAY(end_step),\n"
  ">>  \t\t\tSTEPCONFIG_OPENDLY);\n"
  ">>  \n"
- ">> -\t/* The steps1 \342\200\246 end and bit 0 for TS_Charge */\n"
+ ">> -\t/* The steps1 ? end and bit 0 for TS_Charge */\n"
  ">> -\tstepenable = (1 << (end_step + 2)) - 1;\n"
  ">> +\t/* The steps end ... end - readouts * 2 + 2 and bit 0 for TS_Charge */\n"
  ">> +\tstepenable = 1;\n"
@@ -184,8 +159,8 @@
  "> \n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo at vger.kernel.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-98926197b154546439e12f2cebd73bf773f4b73c530c23465720cc2a3871a481
+5cc617ddd798a4d559dd2fe321940e5b6c3951c4726b8c57b4bc6f7f23ca7a12

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.