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

diff --git a/a/1.txt b/N1/1.txt
index e31fd39..9f639d4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ On 31/10/15 16:31, 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.
@@ -82,7 +82,7 @@ to avoid some truely terrible TV...  Now for the TV I think!
 > +		/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
@@ -109,7 +109,7 @@ as well).
 > +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
@@ -124,7 +124,7 @@ Perhaps we need a brief description of why one might not want separate control?
 > +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.
@@ -141,7 +141,7 @@ mysterious * 0.8mA.  Also it should be called out_currentX_led_raw
 > +		/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
@@ -200,7 +200,7 @@ assumption is the connected diode is. Perhaps that won't always hold true in fut
 > +		/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
@@ -210,7 +210,7 @@ assumption is the connected diode is. Perhaps that won't always hold true in fut
 > +		/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
@@ -239,7 +239,7 @@ versions via the buffered interface?
 > +		/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.
@@ -328,7 +328,7 @@ channels - I'm now confused on what is what here!).
 > +/*
 > + * 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.
 > + *
@@ -913,7 +913,7 @@ Cool. Never knew that one existed before...
 > +};
 > +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
@@ -925,7 +925,7 @@ Cool. Never knew that one existed before...
 > +/*
 > + * 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.
 > + *
@@ -1102,9 +1102,4 @@ Again, can't see any reason to ever have this directly in here.
 > +};
 > +
 > +#endif /* _AFE440X_H */
-> 
-
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-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/N1/content_digest
index 27a8995..9deafe0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,21 @@
  "ref\01446309089-21094-1-git-send-email-afd@ti.com\0"
  "ref\01446309089-21094-3-git-send-email-afd@ti.com\0"
- "ref\01446309089-21094-3-git-send-email-afd-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, 1 Nov 2015 20:52:37 +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 31/10/15 16:31, Andrew F. Davis wrote:\n"
@@ -27,7 +26,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"
@@ -103,7 +102,7 @@
  "> +\t\t/sys/bus/iio/devices/iio:deviceX/out_capacitanceY_tia_raw\n"
  "> +Date:\t\tOctober 2015\n"
  "> +KernelVersion:\n"
- "> +Contact:\tAndrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> +Contact:\tAndrew F. Davis <afd@ti.com>\n"
  "> +Description:\n"
  "> +\t\tGet and set the resistance and the capacitance settings for the\n"
  "> +\t\tTransimpedance Amplifier. Y is 1 for Rf1 and Cf1, Y is 2 for\n"
@@ -130,7 +129,7 @@
  "> +What:\t\t/sys/bus/iio/devices/iio:deviceX/tia_separate_enable\n"
  "> +Date:\t\tOctober 2015\n"
  "> +KernelVersion:\n"
- "> +Contact:\tAndrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> +Contact:\tAndrew F. Davis <afd@ti.com>\n"
  "> +Description:\n"
  "> +\t\tEnable or disable separate settings for the TransImpedance\n"
  "> +\t\tAmplifier above, when disabled both values are set by the\n"
@@ -145,7 +144,7 @@
  "> +What:\t\t/sys/bus/iio/devices/iio:deviceX/out_current_ledY_raw\n"
  "> +Date:\t\tOctober 2015\n"
  "> +KernelVersion:\n"
- "> +Contact:\tAndrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> +Contact:\tAndrew F. Davis <afd@ti.com>\n"
  "> +Description:\n"
  "> +\t\tGet and set the LED current for the specified LED.\n"
  "> +\t\tY is the specific LED number.\n"
@@ -162,7 +161,7 @@
  "> +\t\t/sys/bus/iio/devices/iio:deviceX/in_intensity_ledY_ambient_raw\n"
  "> +Date:\t\tOctober 2015\n"
  "> +KernelVersion:\n"
- "> +Contact:\tAndrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> +Contact:\tAndrew F. Davis <afd@ti.com>\n"
  "> +Description:\n"
  "> +\t\tGet measured values from the ADC for these stages. Y is the\n"
  "> +\t\tspecific LED number. The values are expressed in 24-bit twos\n"
@@ -221,7 +220,7 @@
  "> +\t\t/sys/bus/iio/devices/iio:deviceX/in_intensity_led2-led2_ambient_raw\n"
  "> +Date:\t\tOctober 2015\n"
  "> +KernelVersion:\n"
- "> +Contact:\tAndrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> +Contact:\tAndrew F. Davis <afd@ti.com>\n"
  "> +Description:\n"
  "> +\t\tGet differential values from the ADC for these stages.  The\n"
  "> +\t\tvalues are expressed in 24-bit twos complement for the\n"
@@ -231,7 +230,7 @@
  "> +\t\t/sys/bus/iio/devices/iio:deviceX/in_intensity_led2-led2_ambient_mean_raw\n"
  "> +Date:\t\tOctober 2015\n"
  "> +KernelVersion:\n"
- "> +Contact:\tAndrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> +Contact:\tAndrew F. Davis <afd@ti.com>\n"
  "> +Description:\n"
  "> +\t\tGet average values from the ADC for these stages.  The\n"
  "> +\t\tvalues are expressed in 24-bit twos complement for the\n"
@@ -260,7 +259,7 @@
  "> +\t\t/sys/bus/iio/devices/iio:deviceX/out_current_offdac_ledY_ambient_raw\n"
  "> +Date:\t\tOctober 2015\n"
  "> +KernelVersion:\n"
- "> +Contact:\tAndrew F. Davis <afd-l0cyMroinI0@public.gmane.org>\n"
+ "> +Contact:\tAndrew F. Davis <afd@ti.com>\n"
  "> +Description:\n"
  "> +\t\tGet and set the offset cancellation DAC setting for these\n"
  "> +\t\tstages.\n"
@@ -349,7 +348,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"
@@ -934,7 +933,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"
@@ -946,7 +945,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"
@@ -1123,11 +1122,6 @@
  "> +};\n"
  "> +\n"
  "> +#endif /* _AFE440X_H */\n"
- "> \n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ >
 
-9998bed1b615d73a7465ec211a5b8f46b858103001f23903fe48ad1d2e1ccf4b
+2c3f24c44496c921c5ed05ef0a0d2d49e199eff5953f7df591d4abe2b8bb463b

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.