All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120117092324.GV5446@pengutronix.de>

diff --git a/a/1.txt b/N1/1.txt
index 570cde3..f9176eb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -20,7 +20,7 @@ On Mon, Jan 16, 2012 at 11:11:42PM -0600, Rob Lee wrote:
 > @@ -508,6 +508,7 @@
 >  			};
 > 
->  			ocotp@021bc000 {
+>  			ocotp at 021bc000 {
 > +				compatible = "fsl,imx6q-ocotp";
 >  				reg = <0x021bc000 0x4000>;
 >  			};
@@ -641,10 +641,10 @@ are actually running on such a SoC.
 > From: Rob Lee <rob.lee@linaro.org>
 > Date: Mon, Jan 16, 2012 at 10:51 PM
 > Subject: Re: [RFC PATCH v2] ARM: imx: Add basic imx6q thermal management
-> To: linux@arm.linux.org.uk, s.hauer@pengutronix.de, shawn.guo@freescale.com
-> Cc: amit.kachhap@linaro.org, amit.kucheria@linaro.org,
-> linux-arm-kernel@lists.infradead.org, patches@linaro.org,
-> linux-acpi@vger.kernel.org, lenb@kernel.org
+> To: linux at arm.linux.org.uk, s.hauer at pengutronix.de, shawn.guo at freescale.com
+> Cc: amit.kachhap at linaro.org, amit.kucheria at linaro.org,
+> linux-arm-kernel at lists.infradead.org, patches at linaro.org,
+> linux-acpi at vger.kernel.org, lenb at kernel.org
 > 
 > 
 > link to v1 submission:
@@ -661,7 +661,7 @@ are actually running on such a SoC.
 > 3. Added temperature sensor calibration
 > 4. Created platform driver and device to hook into pm suspend.
 > 
-> Performed some basic testing to ensure proper cooling operating.  If
+> Performed some basic testing to ensure proper cooling operating. ?If
 > you want to test this, full testing requires imx6q cpufreq
 > implementation (not yet in v3.2) and requires an imx6q part that has
 > temperature sensor calibration fuse correctly burned.
@@ -672,7 +672,3 @@ Pengutronix e.K.                           |                             |
 Industrial Linux Solutions                 | http://www.pengutronix.de/  |
 Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
 Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
---
-To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
-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 4add1fe..1d59a9a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,10 @@
  "ref\01326775136-32115-1-git-send-email-rob.lee@linaro.org\0"
  "ref\0CAMXH7KEhv9LgvvJ-FnLfaFZNgvJu2gOhFDwpYHDzN9iCDXHjJw@mail.gmail.com\0"
  "ref\0CAMXH7KFdBQmh9eQYXU4Hzg=M9cxyJWzDKouYsGUp+POw0FRXqQ@mail.gmail.com\0"
- "From\0Sascha Hauer <s.hauer@pengutronix.de>\0"
- "Subject\0Re: [RFC PATCH v2] ARM: imx: Add basic imx6q thermal management\0"
+ "From\0s.hauer@pengutronix.de (Sascha Hauer)\0"
+ "Subject\0[RFC PATCH v2] ARM: imx: Add basic imx6q thermal management\0"
  "Date\0Tue, 17 Jan 2012 10:23:24 +0100\0"
- "To\0Rob Lee <rob.lee@linaro.org>\0"
- "Cc\0linux@arm.linux.org.uk"
-  shawn.guo@freescale.com
-  amit.kachhap@linaro.org
-  amit.kucheria@linaro.org
-  linux-arm-kernel@lists.infradead.org
-  patches@linaro.org
-  linux-acpi@vger.kernel.org
- " lenb@kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jan 16, 2012 at 11:11:42PM -0600, Rob Lee wrote:\n"
@@ -37,7 +29,7 @@
  "> @@ -508,6 +508,7 @@\n"
  ">  \t\t\t};\n"
  "> \n"
- ">  \t\t\tocotp@021bc000 {\n"
+ ">  \t\t\tocotp at 021bc000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6q-ocotp\";\n"
  ">  \t\t\t\treg = <0x021bc000 0x4000>;\n"
  ">  \t\t\t};\n"
@@ -658,10 +650,10 @@
  "> From: Rob Lee <rob.lee@linaro.org>\n"
  "> Date: Mon, Jan 16, 2012 at 10:51 PM\n"
  "> Subject: Re: [RFC PATCH v2] ARM: imx: Add basic imx6q thermal management\n"
- "> To: linux@arm.linux.org.uk, s.hauer@pengutronix.de, shawn.guo@freescale.com\n"
- "> Cc: amit.kachhap@linaro.org, amit.kucheria@linaro.org,\n"
- "> linux-arm-kernel@lists.infradead.org, patches@linaro.org,\n"
- "> linux-acpi@vger.kernel.org, lenb@kernel.org\n"
+ "> To: linux at arm.linux.org.uk, s.hauer at pengutronix.de, shawn.guo at freescale.com\n"
+ "> Cc: amit.kachhap at linaro.org, amit.kucheria at linaro.org,\n"
+ "> linux-arm-kernel at lists.infradead.org, patches at linaro.org,\n"
+ "> linux-acpi at vger.kernel.org, lenb at kernel.org\n"
  "> \n"
  "> \n"
  "> link to v1 submission:\n"
@@ -678,7 +670,7 @@
  "> 3. Added temperature sensor calibration\n"
  "> 4. Created platform driver and device to hook into pm suspend.\n"
  "> \n"
- "> Performed some basic testing to ensure proper cooling operating. \302\240If\n"
+ "> Performed some basic testing to ensure proper cooling operating. ?If\n"
  "> you want to test this, full testing requires imx6q cpufreq\n"
  "> implementation (not yet in v3.2) and requires an imx6q part that has\n"
  "> temperature sensor calibration fuse correctly burned.\n"
@@ -688,10 +680,6 @@
  "Pengutronix e.K.                           |                             |\n"
  "Industrial Linux Solutions                 | http://www.pengutronix.de/  |\n"
  "Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |\n"
- "Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
 
-7061df940ad664390edee6f2a131afd1090363126e968b730c4ae71aa0615df4
+ac3f1487c46fe6ae141069ea625d8fec128e5a663ecd912ddf1fe1de7970f701

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.