All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5642434C.3020609@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 5e1c070..8462e56 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,7 +18,7 @@ On 11/05/2015 01:09 PM, Jonathan Cameron 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.
@@ -316,7 +316,7 @@ Hmmm, not sure on this one...
 >>>>>> +        /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
@@ -367,7 +367,7 @@ Good point:)
 >>>>>> +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
@@ -393,7 +393,7 @@ Good point:)
 >>>>>> +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.
@@ -422,7 +422,7 @@ Good point:)
 >>>>>> +        /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
@@ -595,7 +595,7 @@ their uses can all be read out dynamically from a single common interface.
 >>>>>> +        /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
@@ -605,7 +605,7 @@ their uses can all be read out dynamically from a single common interface.
 >>>>>> +        /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
@@ -670,7 +670,7 @@ the existing drivers will be to port over to the new style.
 >>>>>> +        /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.
@@ -799,7 +799,7 @@ claiboffsets.
 >>>>>> +/*
 >>>>>> + * 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.
 >>>>>> + *
@@ -1450,7 +1450,7 @@ can all be handled by user-space.
 >>>>>> +};
 >>>>>> +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
@@ -1462,7 +1462,7 @@ can all be handled by user-space.
 >>>>>> +/*
 >>>>>> + * 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.
 >>>>>> + *
diff --git a/a/content_digest b/N1/content_digest
index ff1f76d..204774a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,23 +5,22 @@
  "ref\0563A5F1E.70904@kernel.org\0"
  "ref\0563A75E7.3040602@ti.com\0"
  "ref\0563BA952.107@kernel.org\0"
- "ref\0563BA952.107-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0"
- "From\0Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\0"
+ "From\0Andrew F. Davis <afd@ti.com>\0"
  "Subject\0Re: [PATCH 2/2] iio: health: Add driver for the TI AFE4404 heart monitor\0"
  "Date\0Tue, 10 Nov 2015 13:19:40 -0600\0"
- "To\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@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\0Jonathan Cameron <jic23@kernel.org>"
+  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\0<devicetree@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 11/05/2015 01:09 PM, Jonathan Cameron wrote:\n"
@@ -44,7 +43,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"
@@ -342,7 +341,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"
@@ -393,7 +392,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"
@@ -419,7 +418,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"
@@ -448,7 +447,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"
@@ -621,7 +620,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"
@@ -631,7 +630,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"
@@ -696,7 +695,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"
@@ -825,7 +824,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"
@@ -1476,7 +1475,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"
@@ -1488,7 +1487,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"
@@ -1683,4 +1682,4 @@
  ">>>>>>\n"
  >>>>>
 
-5ee2d6240d7d876b5908430b6a804434f173d7df3b39e82c2b82f44291a22239
+f49231ca67c489b6a256ad01dfc786a80d8cf1a9bb9e7075efc77b86fab7ac23

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.