All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <557D6277.3080601@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 3c2f9f6..77bf10b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -45,8 +45,8 @@ having it as normal (non vendor specific) property.
 >> +        C_as as well as conversion modes is 1000ns.
 >>
 >>  Example:
->>  adc0: adc@4003b000 {
->> @@ -27,5 +32,6 @@ adc0: adc@4003b000 {
+>>  adc0: adc at 4003b000 {
+>> @@ -27,5 +32,6 @@ adc0: adc at 4003b000 {
 >>         clock-names = "adc";
 >>         fsl,adck-max-frequency = <30000000>, <40000000>,
 >>                                 <20000000>;
@@ -201,6 +201,6 @@ having it as normal (non vendor specific) property.
 >>
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-iio" 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/N1/content_digest
index f1c1546..bec08d7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +1,10 @@
  "ref\0cover.1433740528.git.maitysanchayan@gmail.com\0"
  "ref\00e624f1c1efff7e209c93406f5d4bc51c41a9f45.1433740528.git.maitysanchayan@gmail.com\0"
  "ref\0CAL_JsqLyTo0jvC0rAKXB3ZLdMHeFjmMcCjd7i04D4jqHKUUvqQ@mail.gmail.com\0"
- "From\0Jonathan Cameron <jic23@kernel.org>\0"
- "Subject\0Re: [PATCH v1 1/2] iio: adc: Determine sampling frequencies by using minimum sample time\0"
+ "From\0jic23@kernel.org (Jonathan Cameron)\0"
+ "Subject\0[PATCH v1 1/2] iio: adc: Determine sampling frequencies by using minimum sample time\0"
  "Date\0Sun, 14 Jun 2015 12:16:07 +0100\0"
- "To\0Rob Herring <robherring2@gmail.com>"
- " Sanchayan Maity <maitysanchayan@gmail.com>\0"
- "Cc\0Shawn Guo <shawn.guo@linaro.org>"
-  kernel@pengutronix.de <kernel@pengutronix.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>
-  Fugang Duan <B38611@freescale.com>
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
- " Stefan Agner <stefan@agner.ch>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 08/06/15 18:51, Rob Herring wrote:\n"
@@ -68,8 +54,8 @@
  ">> +        C_as as well as conversion modes is 1000ns.\n"
  ">>\n"
  ">>  Example:\n"
- ">>  adc0: adc@4003b000 {\n"
- ">> @@ -27,5 +32,6 @@ adc0: adc@4003b000 {\n"
+ ">>  adc0: adc at 4003b000 {\n"
+ ">> @@ -27,5 +32,6 @@ adc0: adc at 4003b000 {\n"
  ">>         clock-names = \"adc\";\n"
  ">>         fsl,adck-max-frequency = <30000000>, <40000000>,\n"
  ">>                                 <20000000>;\n"
@@ -224,8 +210,8 @@
  ">>\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-iio\" 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"
  >
 
-47e1abd2905743e2f940b7f7df49aaa1e8f870827c5b8cb1ffd918204476e51c
+cc366b3b8dcbd59e0cc6178aafd5e70435ee7ab342eb9192e993a67656ec031d

diff --git a/a/1.txt b/N2/1.txt
index 3c2f9f6..1dc025a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 On 08/06/15 18:51, Rob Herring wrote:
 > On Mon, Jun 8, 2015 at 12:42 AM, Sanchayan Maity
-> <maitysanchayan@gmail.com> wrote:
+> <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
 >> The driver currently does not take into account the minimum sample time
 >> as per the Figure 6-8 Chapter 9.1.1 12-bit ADC electrical characteristics.
 >> We set a static amount of cycles instead of considering the sample time as
@@ -12,7 +12,7 @@ On 08/06/15 18:51, Rob Herring wrote:
 >> from the device tree, this LSTAdder value is then used for calculating
 >> the sampling frequencies possible.
 >>
->> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
+>> Signed-off-by: Sanchayan Maity <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 >> ---
 >>  .../devicetree/bindings/iio/adc/vf610-adc.txt      |  6 ++
 >>  drivers/iio/adc/vf610_adc.c                        | 74 ++++++++++++++++++++--
@@ -201,6 +201,6 @@ having it as normal (non vendor specific) property.
 >>
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-iio" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 >
diff --git a/a/content_digest b/N2/content_digest
index f1c1546..9586ea0 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,29 +1,30 @@
  "ref\0cover.1433740528.git.maitysanchayan@gmail.com\0"
  "ref\00e624f1c1efff7e209c93406f5d4bc51c41a9f45.1433740528.git.maitysanchayan@gmail.com\0"
  "ref\0CAL_JsqLyTo0jvC0rAKXB3ZLdMHeFjmMcCjd7i04D4jqHKUUvqQ@mail.gmail.com\0"
- "From\0Jonathan Cameron <jic23@kernel.org>\0"
+ "ref\0CAL_JsqLyTo0jvC0rAKXB3ZLdMHeFjmMcCjd7i04D4jqHKUUvqQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
+ "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
  "Subject\0Re: [PATCH v1 1/2] iio: adc: Determine sampling frequencies by using minimum sample time\0"
  "Date\0Sun, 14 Jun 2015 12:16:07 +0100\0"
- "To\0Rob Herring <robherring2@gmail.com>"
- " Sanchayan Maity <maitysanchayan@gmail.com>\0"
- "Cc\0Shawn Guo <shawn.guo@linaro.org>"
-  kernel@pengutronix.de <kernel@pengutronix.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>
-  Fugang Duan <B38611@freescale.com>
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
- " Stefan Agner <stefan@agner.ch>\0"
+ "To\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
+ " Sanchayan Maity <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>"
+  kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+  Fugang Duan <B38611-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+ " Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 08/06/15 18:51, Rob Herring wrote:\n"
  "> On Mon, Jun 8, 2015 at 12:42 AM, Sanchayan Maity\n"
- "> <maitysanchayan@gmail.com> wrote:\n"
+ "> <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n"
  ">> The driver currently does not take into account the minimum sample time\n"
  ">> as per the Figure 6-8 Chapter 9.1.1 12-bit ADC electrical characteristics.\n"
  ">> We set a static amount of cycles instead of considering the sample time as\n"
@@ -35,7 +36,7 @@
  ">> from the device tree, this LSTAdder value is then used for calculating\n"
  ">> the sampling frequencies possible.\n"
  ">>\n"
- ">> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>\n"
+ ">> Signed-off-by: Sanchayan Maity <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  ">> ---\n"
  ">>  .../devicetree/bindings/iio/adc/vf610-adc.txt      |  6 ++\n"
  ">>  drivers/iio/adc/vf610_adc.c                        | 74 ++++++++++++++++++++--\n"
@@ -224,8 +225,8 @@
  ">>\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-iio\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-47e1abd2905743e2f940b7f7df49aaa1e8f870827c5b8cb1ffd918204476e51c
+00973a8cab627149b10d6c6d84a5d24af4c601bc3fdbffc21a8cc6e72afc43b0

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.