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

diff --git a/a/1.txt b/N1/1.txt
index 5fed836..da31da5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,7 +19,7 @@ On 10/11/15 19:19, Andrew F. Davis wrote:
 >>>>>>> Data sheet located here:
 >>>>>>> http://www.ti.com/product/AFE4404/datasheet
 >>>>>>>
->>>>>>> Signed-off-by: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> Signed-off-by: Andrew F. Davis <afd@ti.com>
 >>>>>> Hi Andrew,
 >>>>>>
 >>>>>> Good to see this resurface.  It's a fascinating little device.
@@ -339,7 +339,7 @@ Yup it's fiddly!
 >>>>>>> +        /sys/bus/iio/devices/iio:deviceX/out_capacitanceY_tia_raw
 >>>>>>> +Date:        October 2015
 >>>>>>> +KernelVersion:
->>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>
 >>>>>>> +Description:
 >>>>>>> +        Get and set the resistance and the capacitance settings for the
 >>>>>>> +        Transimpedance Amplifier. Y is 1 for Rf1 and Cf1, Y is 2 for
@@ -390,7 +390,7 @@ Yup it's fiddly!
 >>>>>>> +What:        /sys/bus/iio/devices/iio:deviceX/tia_separate_enable
 >>>>>>> +Date:        October 2015
 >>>>>>> +KernelVersion:
->>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>
 >>>>>>> +Description:
 >>>>>>> +        Enable or disable separate settings for the TransImpedance
 >>>>>>> +        Amplifier above, when disabled both values are set by the
@@ -416,7 +416,7 @@ Yup it's fiddly!
 >>>>>>> +What:        /sys/bus/iio/devices/iio:deviceX/out_current_ledY_raw
 >>>>>>> +Date:        October 2015
 >>>>>>> +KernelVersion:
->>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>
 >>>>>>> +Description:
 >>>>>>> +        Get and set the LED current for the specified LED.
 >>>>>>> +        Y is the specific LED number.
@@ -445,7 +445,7 @@ Yup it's fiddly!
 >>>>>>> +        /sys/bus/iio/devices/iio:deviceX/in_intensity_ledY_ambient_raw
 >>>>>>> +Date:        October 2015
 >>>>>>> +KernelVersion:
->>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>
 >>>>>>> +Description:
 >>>>>>> +        Get measured values from the ADC for these stages. Y is the
 >>>>>>> +        specific LED number. The values are expressed in 24-bit twos
@@ -635,7 +635,7 @@ tools to check this doing it the other way)
 >>>>>>> +        /sys/bus/iio/devices/iio:deviceX/in_intensity_led2-led2_ambient_raw
 >>>>>>> +Date:        October 2015
 >>>>>>> +KernelVersion:
->>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>
 >>>>>>> +Description:
 >>>>>>> +        Get differential values from the ADC for these stages.  The
 >>>>>>> +        values are expressed in 24-bit twos complement for the
@@ -645,7 +645,7 @@ tools to check this doing it the other way)
 >>>>>>> +        /sys/bus/iio/devices/iio:deviceX/in_intensity_led2-led2_ambient_mean_raw
 >>>>>>> +Date:        October 2015
 >>>>>>> +KernelVersion:
->>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>
 >>>>>>> +Description:
 >>>>>>> +        Get average values from the ADC for these stages.  The
 >>>>>>> +        values are expressed in 24-bit twos complement for the
@@ -710,7 +710,7 @@ tools to check this doing it the other way)
 >>>>>>> +        /sys/bus/iio/devices/iio:deviceX/out_current_offdac_ledY_ambient_raw
 >>>>>>> +Date:        October 2015
 >>>>>>> +KernelVersion:
->>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>
 >>>>>>> +Description:
 >>>>>>> +        Get and set the offset cancellation DAC setting for these
 >>>>>>> +        stages.
@@ -842,7 +842,7 @@ That's what info_mask_shared_by_all is for.
 >>>>>>> +/*
 >>>>>>> + * AFE4404 Heart Rate Monitors and Low-Cost Pulse Oximeters
 >>>>>>> + *
->>>>>>> + * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> + * Author: Andrew F. Davis <afd@ti.com>
 >>>>>>> + *
 >>>>>>> + * Copyright: (C) 2015 Texas Instruments, Inc.
 >>>>>>> + *
@@ -1494,7 +1494,7 @@ Good plan!
 >>>>>>> +};
 >>>>>>> +module_i2c_driver(afe4404_i2c_driver);
 >>>>>>> +
->>>>>>> +MODULE_AUTHOR("Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>");
+>>>>>>> +MODULE_AUTHOR("Andrew F. Davis <afd@ti.com>");
 >>>>>>> +MODULE_DESCRIPTION("TI AFE4404 Heart Rate and Pulse Oximeter");
 >>>>>>> +MODULE_LICENSE("GPL");
 >>>>>>> diff --git a/drivers/iio/health/afe440x.h b/drivers/iio/health/afe440x.h
@@ -1506,7 +1506,7 @@ Good plan!
 >>>>>>> +/*
 >>>>>>> + * AFE440X Heart Rate Monitors and Low-Cost Pulse Oximeters
 >>>>>>> + *
->>>>>>> + * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
+>>>>>>> + * Author: Andrew F. Davis <afd@ti.com>
 >>>>>>> + *
 >>>>>>> + * Copyright: (C) 2015 Texas Instruments, Inc.
 >>>>>>> + *
@@ -1702,5 +1702,5 @@ Good plan!
 >>>>>>
 > -- 
 > To unsubscribe from this list: send the line "unsubscribe linux-iio" in
-> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+> 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 4327423..ee8d616 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,23 +6,22 @@
  "ref\0563A75E7.3040602@ti.com\0"
  "ref\0563BA952.107@kernel.org\0"
  "ref\05642434C.3020609@ti.com\0"
- "ref\05642434C.3020609-l0cyMroinI0@public.gmane.org\0"
- "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "From\0Jonathan Cameron <jic23@kernel.org>\0"
  "Subject\0Re: [PATCH 2/2] iio: health: Add driver for the TI AFE4404 heart monitor\0"
  "Date\0Sun, 15 Nov 2015 12:07:49 +0000\0"
- "To\0Andrew F. Davis <afd-l0cyMroinI0@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>
-  Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>
-  Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
- " Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>\0"
- "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Andrew F. Davis <afd@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>
+  Hartmut Knaack <knaack.h@gmx.de>
+  Lars-Peter Clausen <lars@metafoo.de>
+ " Peter Meerwald <pmeerw@pmeerw.net>\0"
+ "Cc\0devicetree@vger.kernel.org"
+  linux-iio@vger.kernel.org
+  linux-api@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 10/11/15 19:19, Andrew F. Davis wrote:\n"
@@ -46,7 +45,7 @@
  ">>>>>>> Data sheet located here:\n"
  ">>>>>>> http://www.ti.com/product/AFE4404/datasheet\n"
  ">>>>>>>\n"
- ">>>>>>> Signed-off-by: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> Signed-off-by: Andrew F. Davis <afd@ti.com>\n"
  ">>>>>> Hi Andrew,\n"
  ">>>>>>\n"
  ">>>>>> Good to see this resurface.  It's a fascinating little device.\n"
@@ -366,7 +365,7 @@
  ">>>>>>> +        /sys/bus/iio/devices/iio:deviceX/out_capacitanceY_tia_raw\n"
  ">>>>>>> +Date:        October 2015\n"
  ">>>>>>> +KernelVersion:\n"
- ">>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> +Description:\n"
  ">>>>>>> +        Get and set the resistance and the capacitance settings for the\n"
  ">>>>>>> +        Transimpedance Amplifier. Y is 1 for Rf1 and Cf1, Y is 2 for\n"
@@ -417,7 +416,7 @@
  ">>>>>>> +What:        /sys/bus/iio/devices/iio:deviceX/tia_separate_enable\n"
  ">>>>>>> +Date:        October 2015\n"
  ">>>>>>> +KernelVersion:\n"
- ">>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> +Description:\n"
  ">>>>>>> +        Enable or disable separate settings for the TransImpedance\n"
  ">>>>>>> +        Amplifier above, when disabled both values are set by the\n"
@@ -443,7 +442,7 @@
  ">>>>>>> +What:        /sys/bus/iio/devices/iio:deviceX/out_current_ledY_raw\n"
  ">>>>>>> +Date:        October 2015\n"
  ">>>>>>> +KernelVersion:\n"
- ">>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> +Description:\n"
  ">>>>>>> +        Get and set the LED current for the specified LED.\n"
  ">>>>>>> +        Y is the specific LED number.\n"
@@ -472,7 +471,7 @@
  ">>>>>>> +        /sys/bus/iio/devices/iio:deviceX/in_intensity_ledY_ambient_raw\n"
  ">>>>>>> +Date:        October 2015\n"
  ">>>>>>> +KernelVersion:\n"
- ">>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> +Description:\n"
  ">>>>>>> +        Get measured values from the ADC for these stages. Y is the\n"
  ">>>>>>> +        specific LED number. The values are expressed in 24-bit twos\n"
@@ -662,7 +661,7 @@
  ">>>>>>> +        /sys/bus/iio/devices/iio:deviceX/in_intensity_led2-led2_ambient_raw\n"
  ">>>>>>> +Date:        October 2015\n"
  ">>>>>>> +KernelVersion:\n"
- ">>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> +Description:\n"
  ">>>>>>> +        Get differential values from the ADC for these stages.  The\n"
  ">>>>>>> +        values are expressed in 24-bit twos complement for the\n"
@@ -672,7 +671,7 @@
  ">>>>>>> +        /sys/bus/iio/devices/iio:deviceX/in_intensity_led2-led2_ambient_mean_raw\n"
  ">>>>>>> +Date:        October 2015\n"
  ">>>>>>> +KernelVersion:\n"
- ">>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> +Description:\n"
  ">>>>>>> +        Get average values from the ADC for these stages.  The\n"
  ">>>>>>> +        values are expressed in 24-bit twos complement for the\n"
@@ -737,7 +736,7 @@
  ">>>>>>> +        /sys/bus/iio/devices/iio:deviceX/out_current_offdac_ledY_ambient_raw\n"
  ">>>>>>> +Date:        October 2015\n"
  ">>>>>>> +KernelVersion:\n"
- ">>>>>>> +Contact:    Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> +Contact:    Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> +Description:\n"
  ">>>>>>> +        Get and set the offset cancellation DAC setting for these\n"
  ">>>>>>> +        stages.\n"
@@ -869,7 +868,7 @@
  ">>>>>>> +/*\n"
  ">>>>>>> + * AFE4404 Heart Rate Monitors and Low-Cost Pulse Oximeters\n"
  ">>>>>>> + *\n"
- ">>>>>>> + * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> + * Author: Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> + *\n"
  ">>>>>>> + * Copyright: (C) 2015 Texas Instruments, Inc.\n"
  ">>>>>>> + *\n"
@@ -1521,7 +1520,7 @@
  ">>>>>>> +};\n"
  ">>>>>>> +module_i2c_driver(afe4404_i2c_driver);\n"
  ">>>>>>> +\n"
- ">>>>>>> +MODULE_AUTHOR(\"Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\");\n"
+ ">>>>>>> +MODULE_AUTHOR(\"Andrew F. Davis <afd@ti.com>\");\n"
  ">>>>>>> +MODULE_DESCRIPTION(\"TI AFE4404 Heart Rate and Pulse Oximeter\");\n"
  ">>>>>>> +MODULE_LICENSE(\"GPL\");\n"
  ">>>>>>> diff --git a/drivers/iio/health/afe440x.h b/drivers/iio/health/afe440x.h\n"
@@ -1533,7 +1532,7 @@
  ">>>>>>> +/*\n"
  ">>>>>>> + * AFE440X Heart Rate Monitors and Low-Cost Pulse Oximeters\n"
  ">>>>>>> + *\n"
- ">>>>>>> + * Author: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ ">>>>>>> + * Author: Andrew F. Davis <afd@ti.com>\n"
  ">>>>>>> + *\n"
  ">>>>>>> + * Copyright: (C) 2015 Texas Instruments, Inc.\n"
  ">>>>>>> + *\n"
@@ -1729,7 +1728,7 @@
  ">>>>>>\n"
  "> -- \n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-iio\" in\n"
- "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ "> the body of a message to majordomo@vger.kernel.org\n"
  > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-07a413abb2419a4aa8c4e347c55294528be42777c57085f5987930f2e07db766
+52d0320835f4b3b9f0caa0edd65e46e283729657d26f6e3530d7ff79d8e5369d

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.