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

diff --git a/a/1.txt b/N1/1.txt
index 8fb1a72..dd5c615 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,16 +1,17 @@
-On Tue, 29 Mar 2016, tthayer@opensource.altera.com wrote:
+On Tue, 29 Mar 2016, ttha...@opensource.altera.com wrote:
 
-> From: Thor Thayer <tthayer@opensource.altera.com>
+> From: Thor Thayer <ttha...@opensource.altera.com>
 > 
 > This patch adds the hwmon functionality to the Arria10 System
 > Resource Chip. The hwmon encapsulates the PCIe Enable, USB Enable,
 > and all the Power Good signals on the System Controller.
 > 
-> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
+> Signed-off-by: Thor Thayer <ttha...@opensource.altera.com>
 > ---
 >  drivers/hwmon/Kconfig              |    9 +
 >  drivers/hwmon/Makefile             |    1 +
->  drivers/hwmon/altera-a10sr-hwmon.c |  544 ++++++++++++++++++++++++++++++++++++
+>  drivers/hwmon/altera-a10sr-hwmon.c |  544 
+> ++++++++++++++++++++++++++++++++++++
 >  drivers/mfd/altera-a10sr.c         |    4 +
 >  include/linux/mfd/altera-a10sr.h   |  107 +++++--
 >  5 files changed, 645 insertions(+), 20 deletions(-)
@@ -23,13 +24,13 @@ On Tue, 29 Mar 2016, tthayer@opensource.altera.com wrote:
 > --- a/drivers/mfd/altera-a10sr.c
 > +++ b/drivers/mfd/altera-a10sr.c
 > @@ -34,6 +34,10 @@ static const struct mfd_cell altr_a10sr_subdev_info[] = {
->  		.name = "altr_a10sr_gpio",
->  		.of_compatible = "altr,a10sr-gpio",
->  	},
-> +	{
-> +		.name = "altr_a10sr_hwmon",
-> +		.of_compatible = "altr,a10sr-hwmon",
-> +	},
+>               .name = "altr_a10sr_gpio",
+>               .of_compatible = "altr,a10sr-gpio",
+>       },
+> +     {
+> +             .name = "altr_a10sr_hwmon",
+> +             .of_compatible = "altr,a10sr-hwmon",
+> +     },
 >  };
 >  
 >  static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg)
@@ -39,9 +40,9 @@ This belongs in a patch of its own.
 -- 
 Lee Jones
 Linaro STMicroelectronics Landing Team Lead
-Linaro.org │ Open source software for ARM SoCs
+Linaro.org │ Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
 --
 To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in
-the body of a message to majordomo@vger.kernel.org
+the body of a message to majord...@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 884e16f..94a5241 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,36 +1,24 @@
  "ref\01459278791-3646-1-git-send-email-tthayer@opensource.altera.com\0"
- "ref\01459278791-3646-8-git-send-email-tthayer@opensource.altera.com\0"
  "From\0Lee Jones <lee.jones@linaro.org>\0"
  "Subject\0Re: [RFC 7/8] hwmon: Altera Arria10 System Resource Chip - HW Monitor\0"
- "Date\0Wed, 30 Mar 2016 09:17:35 +0100\0"
- "To\0tthayer@opensource.altera.com\0"
- "Cc\0linus.walleij@linaro.org"
-  gnurou@gmail.com
-  jdelvare@suse.com
-  linux@roeck-us.net
-  robh+dt@kernel.org
-  pawell.moll@arm.com
-  mark.rutland@arm.com
-  ijc+devicetree@hellion.org.uk
-  dinguyen@opensource.altera.com
-  linux-gpio@vger.kernel.org
-  linux-hwmon@vger.kernel.org
- " devicetree@vger.kernel.org\0"
+ "Date\0Wed, 30 Mar 2016 01:18:08 -0700\0"
+ "To\0linux-hwmon@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
- "On Tue, 29 Mar 2016, tthayer@opensource.altera.com wrote:\n"
+ "On Tue, 29 Mar 2016, ttha...@opensource.altera.com wrote:\n"
  "\n"
- "> From: Thor Thayer <tthayer@opensource.altera.com>\n"
+ "> From: Thor Thayer <ttha...@opensource.altera.com>\n"
  "> \n"
  "> This patch adds the hwmon functionality to the Arria10 System\n"
  "> Resource Chip. The hwmon encapsulates the PCIe Enable, USB Enable,\n"
  "> and all the Power Good signals on the System Controller.\n"
  "> \n"
- "> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>\n"
+ "> Signed-off-by: Thor Thayer <ttha...@opensource.altera.com>\n"
  "> ---\n"
  ">  drivers/hwmon/Kconfig              |    9 +\n"
  ">  drivers/hwmon/Makefile             |    1 +\n"
- ">  drivers/hwmon/altera-a10sr-hwmon.c |  544 ++++++++++++++++++++++++++++++++++++\n"
+ ">  drivers/hwmon/altera-a10sr-hwmon.c |  544 \n"
+ "> ++++++++++++++++++++++++++++++++++++\n"
  ">  drivers/mfd/altera-a10sr.c         |    4 +\n"
  ">  include/linux/mfd/altera-a10sr.h   |  107 +++++--\n"
  ">  5 files changed, 645 insertions(+), 20 deletions(-)\n"
@@ -43,13 +31,13 @@
  "> --- a/drivers/mfd/altera-a10sr.c\n"
  "> +++ b/drivers/mfd/altera-a10sr.c\n"
  "> @@ -34,6 +34,10 @@ static const struct mfd_cell altr_a10sr_subdev_info[] = {\n"
- ">  \t\t.name = \"altr_a10sr_gpio\",\n"
- ">  \t\t.of_compatible = \"altr,a10sr-gpio\",\n"
- ">  \t},\n"
- "> +\t{\n"
- "> +\t\t.name = \"altr_a10sr_hwmon\",\n"
- "> +\t\t.of_compatible = \"altr,a10sr-hwmon\",\n"
- "> +\t},\n"
+ ">               .name = \"altr_a10sr_gpio\",\n"
+ ">               .of_compatible = \"altr,a10sr-gpio\",\n"
+ ">       },\n"
+ "> +     {\n"
+ "> +             .name = \"altr_a10sr_hwmon\",\n"
+ "> +             .of_compatible = \"altr,a10sr-hwmon\",\n"
+ "> +     },\n"
  ">  };\n"
  ">  \n"
  ">  static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg)\n"
@@ -59,11 +47,11 @@
  "-- \n"
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
- "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
+ "Linaro.org \303\242\302\224\302\202 Open source software for ARM SoCs\n"
  "Follow Linaro: Facebook | Twitter | Blog\n"
  "--\n"
  "To unsubscribe from this list: send the line \"unsubscribe linux-hwmon\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
+ "the body of a message to majord...@vger.kernel.org\n"
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-368dddcf467e8871e767c1519dc023c6406af0b35234d2cb401859b4f1f04ece
+2dd5c69e501b111025d87d0014f3574fd9c99129ca0e1afc9cddbc25e15c1647

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.