All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20110518163707.GB11675@ericsson.com>

diff --git a/a/1.txt b/N1/1.txt
index 7345879..8c43144 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,38 +1,36 @@
 On Wed, May 18, 2011 at 12:16:59PM -0400, Jonathan Cameron wrote:
 > From: Fabien Marteau <fabien.marteau@armadeus.com>
->=20
+> 
 > V2: Fix double mutex unlock and whitespace (Guenter Roeck).
 
 Should be below ---
 
 > Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
 
-and nitpick below, otherwise=20
+and nitpick below, otherwise 
 
 Revewed-by: Guenter Roeck <guenter.roeck@ericsson.com>
 
 > ---
 >  drivers/staging/iio/adc/Kconfig  |   10 ++
 >  drivers/staging/iio/adc/Makefile |    2 +
->  drivers/staging/iio/adc/as1531.c |  209 ++++++++++++++++++++++++++++++=
-++++++++
+>  drivers/staging/iio/adc/as1531.c |  209 ++++++++++++++++++++++++++++++++++++++
 >  3 files changed, 221 insertions(+), 0 deletions(-)
->=20
-> diff --git a/drivers/staging/iio/adc/Kconfig b/drivers/staging/iio/adc/=
-Kconfig
+> 
+> diff --git a/drivers/staging/iio/adc/Kconfig b/drivers/staging/iio/adc/Kconfig
 > index 8c751c4..4af730a 100644
 > --- a/drivers/staging/iio/adc/Kconfig
 > +++ b/drivers/staging/iio/adc/Kconfig
 > @@ -168,6 +168,16 @@ config ADT7410
 >  	  Say yes here to build support for Analog Devices ADT7410
 >  	  temperature sensors.
-> =20
+>  
 > +config AS1531
 > +tristate "Austria Microsystems AS1531 Analog to Digital Converter"
 > +	depends on SPI_MASTER
 > +	help
 > +	  If you say yes here you get support for Austria Microsystems AS1531.
-> +		AS1531 is a 12=A0bits Analog to digitals converter with 8 channels
+> +		AS1531 is a 12 bits Analog to digitals converter with 8 channels
 > +		provided by Austria-Microsystems company.
 > +	  This driver can also be built as a module.  If so, the module
 > +	  will be called as1531.
@@ -40,20 +38,24 @@ Kconfig
 >  config MAX1363
 >  	tristate "Maxim max1363 ADC driver"
 >  	depends on I2C
-> diff --git a/drivers/staging/iio/adc/Makefile b/drivers/staging/iio/adc=
-/Makefile
+> diff --git a/drivers/staging/iio/adc/Makefile b/drivers/staging/iio/adc/Makefile
 > index 1d9b3f5..027b94e2 100644
 > --- a/drivers/staging/iio/adc/Makefile
 > +++ b/drivers/staging/iio/adc/Makefile
-> @@ -39,3 +39,5 @@ obj-$(CONFIG_AD7816) +=3D ad7816.o
->  obj-$(CONFIG_ADT75) +=3D adt75.o
->  obj-$(CONFIG_ADT7310) +=3D adt7310.o
->  obj-$(CONFIG_ADT7410) +=3D adt7410.o
+> @@ -39,3 +39,5 @@ obj-$(CONFIG_AD7816) += ad7816.o
+>  obj-$(CONFIG_ADT75) += adt75.o
+>  obj-$(CONFIG_ADT7310) += adt7310.o
+>  obj-$(CONFIG_ADT7410) += adt7410.o
 > +
-> +obj-$(CONFIG_AS1531) +=3D as1531.o
+> +obj-$(CONFIG_AS1531) += as1531.o
 > \ No newline at end of file
 
 What does this mean ? Is there a missing newline ?
 
 Thanks,
 Guenter
+
+_______________________________________________
+lm-sensors mailing list
+lm-sensors@lm-sensors.org
+http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
diff --git a/a/content_digest b/N1/content_digest
index 6ffc5bc..e3d4416 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\01305733172-18519-1-git-send-email-jic23@cam.ac.uk\0"
  "ref\01305735420-23293-2-git-send-email-jic23@cam.ac.uk\0"
  "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0"
- "Subject\0Re: [PATCH 1/2] staging:iio:adc: as1531 driver initial conversion from hwmon submission.\0"
- "Date\0Wed, 18 May 2011 09:37:07 -0700\0"
+ "Subject\0Re: [lm-sensors] [PATCH 1/2] staging:iio:adc: as1531 driver initial\0"
+ "Date\0Wed, 18 May 2011 16:37:07 +0000\0"
  "To\0Jonathan Cameron <jic23@cam.ac.uk>\0"
  "Cc\0fabien.marteau@armadeus.com <fabien.marteau@armadeus.com>"
   linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>
@@ -11,39 +11,37 @@
  "b\0"
  "On Wed, May 18, 2011 at 12:16:59PM -0400, Jonathan Cameron wrote:\n"
  "> From: Fabien Marteau <fabien.marteau@armadeus.com>\n"
- ">=20\n"
+ "> \n"
  "> V2: Fix double mutex unlock and whitespace (Guenter Roeck).\n"
  "\n"
  "Should be below ---\n"
  "\n"
  "> Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>\n"
  "\n"
- "and nitpick below, otherwise=20\n"
+ "and nitpick below, otherwise \n"
  "\n"
  "Revewed-by: Guenter Roeck <guenter.roeck@ericsson.com>\n"
  "\n"
  "> ---\n"
  ">  drivers/staging/iio/adc/Kconfig  |   10 ++\n"
  ">  drivers/staging/iio/adc/Makefile |    2 +\n"
- ">  drivers/staging/iio/adc/as1531.c |  209 ++++++++++++++++++++++++++++++=\n"
- "++++++++\n"
+ ">  drivers/staging/iio/adc/as1531.c |  209 ++++++++++++++++++++++++++++++++++++++\n"
  ">  3 files changed, 221 insertions(+), 0 deletions(-)\n"
- ">=20\n"
- "> diff --git a/drivers/staging/iio/adc/Kconfig b/drivers/staging/iio/adc/=\n"
- "Kconfig\n"
+ "> \n"
+ "> diff --git a/drivers/staging/iio/adc/Kconfig b/drivers/staging/iio/adc/Kconfig\n"
  "> index 8c751c4..4af730a 100644\n"
  "> --- a/drivers/staging/iio/adc/Kconfig\n"
  "> +++ b/drivers/staging/iio/adc/Kconfig\n"
  "> @@ -168,6 +168,16 @@ config ADT7410\n"
  ">  \t  Say yes here to build support for Analog Devices ADT7410\n"
  ">  \t  temperature sensors.\n"
- "> =20\n"
+ ">  \n"
  "> +config AS1531\n"
  "> +tristate \"Austria Microsystems AS1531 Analog to Digital Converter\"\n"
  "> +\tdepends on SPI_MASTER\n"
  "> +\thelp\n"
  "> +\t  If you say yes here you get support for Austria Microsystems AS1531.\n"
- "> +\t\tAS1531 is a 12=A0bits Analog to digitals converter with 8 channels\n"
+ "> +\t\tAS1531 is a 12\302\240bits Analog to digitals converter with 8 channels\n"
  "> +\t\tprovided by Austria-Microsystems company.\n"
  "> +\t  This driver can also be built as a module.  If so, the module\n"
  "> +\t  will be called as1531.\n"
@@ -51,22 +49,26 @@
  ">  config MAX1363\n"
  ">  \ttristate \"Maxim max1363 ADC driver\"\n"
  ">  \tdepends on I2C\n"
- "> diff --git a/drivers/staging/iio/adc/Makefile b/drivers/staging/iio/adc=\n"
- "/Makefile\n"
+ "> diff --git a/drivers/staging/iio/adc/Makefile b/drivers/staging/iio/adc/Makefile\n"
  "> index 1d9b3f5..027b94e2 100644\n"
  "> --- a/drivers/staging/iio/adc/Makefile\n"
  "> +++ b/drivers/staging/iio/adc/Makefile\n"
- "> @@ -39,3 +39,5 @@ obj-$(CONFIG_AD7816) +=3D ad7816.o\n"
- ">  obj-$(CONFIG_ADT75) +=3D adt75.o\n"
- ">  obj-$(CONFIG_ADT7310) +=3D adt7310.o\n"
- ">  obj-$(CONFIG_ADT7410) +=3D adt7410.o\n"
+ "> @@ -39,3 +39,5 @@ obj-$(CONFIG_AD7816) += ad7816.o\n"
+ ">  obj-$(CONFIG_ADT75) += adt75.o\n"
+ ">  obj-$(CONFIG_ADT7310) += adt7310.o\n"
+ ">  obj-$(CONFIG_ADT7410) += adt7410.o\n"
  "> +\n"
- "> +obj-$(CONFIG_AS1531) +=3D as1531.o\n"
+ "> +obj-$(CONFIG_AS1531) += as1531.o\n"
  "> \\ No newline at end of file\n"
  "\n"
  "What does this mean ? Is there a missing newline ?\n"
  "\n"
  "Thanks,\n"
- Guenter
+ "Guenter\n"
+ "\n"
+ "_______________________________________________\n"
+ "lm-sensors mailing list\n"
+ "lm-sensors@lm-sensors.org\n"
+ http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
 
-0c2d914c2841f4343129f2b5e035993e7340f63eb7baeb9e79bf2a678bc94fd7
+4821461018dc9a17887fbdd36b8d6a4d4a41473c38ec69eb9fdc05224a15ab67

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.