diff for duplicates of <5453F935.10007@gmx.de> diff --git a/a/1.txt b/N1/1.txt index 2853742..0d2b112 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -140,9 +140,4 @@ You could even initialize it with zero during variable definition. And I think t > } > } > } -> - --- -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/N1/content_digest index b5be38e..d883ffb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -173,11 +173,6 @@ "> \t\t}\n" "> \t}\n" "> }\n" - "> \n" - "\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 + > -7c5dcd1f41622352bd8968cc2d6e27bcf0c68bf12dc0d7a05b354ba9f7f2ca62 +e37133cd3513359256df1d78e346f2145b87ad8da13dfae0b767d57ba327567d
diff --git a/a/1.txt b/N2/1.txt index 2853742..4a75bfb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -11,7 +11,7 @@ Vignesh R schrieb am 27.10.2014 12:08: > 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 +- @@ -49,7 +49,7 @@ You could even initialize it with zero during variable definition. And I think t > 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; @@ -64,7 +64,7 @@ You could even initialize it with zero during variable definition. And I think t > 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 */ @@ -77,7 +77,7 @@ You could even initialize it with zero during variable definition. And I think t > 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 | @@ -86,7 +86,7 @@ You could even initialize it with zero during variable definition. And I think t > 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; @@ -140,9 +140,4 @@ You could even initialize it with zero during variable definition. And I think t > } > } > } -> - --- -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 b5be38e..0515e42 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,34 +1,9 @@ "ref\01414408111-2631-1-git-send-email-vigneshr@ti.com\0" "ref\01414408111-2631-2-git-send-email-vigneshr@ti.com\0" - "From\0Hartmut Knaack <knaack.h@gmx.de>\0" - "Subject\0Re: [PATCH 1/4] input: touchscreen: ti_am335x_tsc Interchange touchscreen and ADC steps\0" + "From\0knaack.h@gmx.de (Hartmut Knaack)\0" + "Subject\0[PATCH 1/4] input: touchscreen: ti_am335x_tsc Interchange touchscreen and ADC steps\0" "Date\0Fri, 31 Oct 2014 22:03:49 +0100\0" - "To\0Vignesh R <vigneshr@ti.com>" - 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" "Vignesh R schrieb am 27.10.2014 12:08:\n" @@ -44,7 +19,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" @@ -82,7 +57,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" @@ -97,7 +72,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" @@ -110,7 +85,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" @@ -119,7 +94,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" @@ -173,11 +148,6 @@ "> \t\t}\n" "> \t}\n" "> }\n" - "> \n" - "\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 + > -7c5dcd1f41622352bd8968cc2d6e27bcf0c68bf12dc0d7a05b354ba9f7f2ca62 +ef31eb25a394dac5918971bb4796741b3f99bcca6e80ffebd17bd4cb18f6bc11
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.