All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20141227195825.GF10007@amd>

diff --git a/a/1.txt b/N1/1.txt
index 3a90b44..8513cc4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@ On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote:
 > a DT based driver for the temperature sensor based on an older driver
 > written by Peter De Schrijver for the Nokia N900 and N9.
 > 
-> Signed-off-by: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+> Signed-off-by: Sebastian Reichel <sre@kernel.org>
 > ---
 >  drivers/hwmon/Kconfig      |   8 ++
 >  drivers/hwmon/Makefile     |   1 +
@@ -16,7 +16,7 @@ When it hangs, it loops here:
 
 do {
 regmap_read(data->syscon, SYSCON_TEMP_REG,&temp_sensor_reg);
-if ((temp_sensor_reg & eocz_mask) == level)
+if ((temp_sensor_reg & eocz_mask) = level)
    return true;
 printk("=");
 }
@@ -26,7 +26,8 @@ while (ktime_us_delta(expire, ktime_get()) > 0);
 -- 
 (english) http://www.livejournal.com/~pavelmachek
 (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
---
-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
+
+_______________________________________________
+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 576abf8..139a1b8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,26 +1,25 @@
  "ref\020141226102933.GA28778@amd\0"
  "ref\01419597294-21487-1-git-send-email-sre@kernel.org\0"
  "ref\01419597294-21487-3-git-send-email-sre@kernel.org\0"
- "ref\01419597294-21487-3-git-send-email-sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0"
- "From\0Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor\0"
- "Date\0Sat, 27 Dec 2014 20:58:25 +0100\0"
- "To\0Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Cc\0Pali Rohar <pali.rohar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
-  Jean Delvare <jdelvare-l3A5Bk7waGM@public.gmane.org>
-  Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
-  Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
- " Beno\303\256t Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>"
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@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>\0"
+ "From\0Pavel Machek <pavel@ucw.cz>\0"
+ "Subject\0Re: [lm-sensors] [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor\0"
+ "Date\0Sat, 27 Dec 2014 19:58:25 +0000\0"
+ "To\0Sebastian Reichel <sre@kernel.org>\0"
+ "Cc\0Pali Rohar <pali.rohar@gmail.com>"
+  Jean Delvare <jdelvare@suse.de>
+  Guenter Roeck <linux@roeck-us.net>
+  Tony Lindgren <tony@atomide.com>
+ " Beno\303\256t Cousson <bcousson@baylibre.com>"
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-omap@vger.kernel.org
+  lm-sensors@lm-sensors.org
+  devicetree@vger.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>\0"
  "\00:1\0"
  "b\0"
  "On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote:\n"
@@ -29,7 +28,7 @@
  "> a DT based driver for the temperature sensor based on an older driver\n"
  "> written by Peter De Schrijver for the Nokia N900 and N9.\n"
  "> \n"
- "> Signed-off-by: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
+ "> Signed-off-by: Sebastian Reichel <sre@kernel.org>\n"
  "> ---\n"
  ">  drivers/hwmon/Kconfig      |   8 ++\n"
  ">  drivers/hwmon/Makefile     |   1 +\n"
@@ -41,7 +40,7 @@
  "\n"
  "do {\n"
  "regmap_read(data->syscon, SYSCON_TEMP_REG,&temp_sensor_reg);\n"
- "if ((temp_sensor_reg & eocz_mask) == level)\n"
+ "if ((temp_sensor_reg & eocz_mask) = level)\n"
  "   return true;\n"
  "printk(\"=\");\n"
  "}\n"
@@ -51,9 +50,10 @@
  "-- \n"
  "(english) http://www.livejournal.com/~pavelmachek\n"
  "(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html\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
+ "\n"
+ "_______________________________________________\n"
+ "lm-sensors mailing list\n"
+ "lm-sensors@lm-sensors.org\n"
+ http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
 
-1fdba43cd29c428fcddf8eb5ecb3206b67caafb08d73814703a399bfc221d071
+39406c6fd8b35c4c87b9a4e4435dd8ed815a05a1ea789fc8fd63cb6ac1c35bad

diff --git a/a/1.txt b/N2/1.txt
index 3a90b44..d64c449 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,7 +4,7 @@ On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote:
 > a DT based driver for the temperature sensor based on an older driver
 > written by Peter De Schrijver for the Nokia N900 and N9.
 > 
-> Signed-off-by: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+> Signed-off-by: Sebastian Reichel <sre@kernel.org>
 > ---
 >  drivers/hwmon/Kconfig      |   8 ++
 >  drivers/hwmon/Makefile     |   1 +
@@ -26,7 +26,3 @@ while (ktime_us_delta(expire, ktime_get()) > 0);
 -- 
 (english) http://www.livejournal.com/~pavelmachek
 (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
---
-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/N2/content_digest
index 576abf8..02198fb 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,26 +1,10 @@
  "ref\020141226102933.GA28778@amd\0"
  "ref\01419597294-21487-1-git-send-email-sre@kernel.org\0"
  "ref\01419597294-21487-3-git-send-email-sre@kernel.org\0"
- "ref\01419597294-21487-3-git-send-email-sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0"
- "From\0Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor\0"
+ "From\0pavel@ucw.cz (Pavel Machek)\0"
+ "Subject\0[PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor\0"
  "Date\0Sat, 27 Dec 2014 20:58:25 +0100\0"
- "To\0Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Cc\0Pali Rohar <pali.rohar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
-  Jean Delvare <jdelvare-l3A5Bk7waGM@public.gmane.org>
-  Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
-  Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
- " Beno\303\256t Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>"
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@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>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote:\n"
@@ -29,7 +13,7 @@
  "> a DT based driver for the temperature sensor based on an older driver\n"
  "> written by Peter De Schrijver for the Nokia N900 and N9.\n"
  "> \n"
- "> Signed-off-by: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
+ "> Signed-off-by: Sebastian Reichel <sre@kernel.org>\n"
  "> ---\n"
  ">  drivers/hwmon/Kconfig      |   8 ++\n"
  ">  drivers/hwmon/Makefile     |   1 +\n"
@@ -50,10 +34,6 @@
  "\t\t\t\t\t\t\t\t\tPavel\n"
  "-- \n"
  "(english) http://www.livejournal.com/~pavelmachek\n"
- "(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html\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
+ (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
 
-1fdba43cd29c428fcddf8eb5ecb3206b67caafb08d73814703a399bfc221d071
+d2127352e0ad1d3f5e12337663ff957d6939bdbeb16fc84949f0e3b818c1b138

diff --git a/a/1.txt b/N3/1.txt
index 3a90b44..d64c449 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -4,7 +4,7 @@ On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote:
 > a DT based driver for the temperature sensor based on an older driver
 > written by Peter De Schrijver for the Nokia N900 and N9.
 > 
-> Signed-off-by: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+> Signed-off-by: Sebastian Reichel <sre@kernel.org>
 > ---
 >  drivers/hwmon/Kconfig      |   8 ++
 >  drivers/hwmon/Makefile     |   1 +
@@ -26,7 +26,3 @@ while (ktime_us_delta(expire, ktime_get()) > 0);
 -- 
 (english) http://www.livejournal.com/~pavelmachek
 (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
---
-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/N3/content_digest
index 576abf8..7df75e3 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,26 +1,25 @@
  "ref\020141226102933.GA28778@amd\0"
  "ref\01419597294-21487-1-git-send-email-sre@kernel.org\0"
  "ref\01419597294-21487-3-git-send-email-sre@kernel.org\0"
- "ref\01419597294-21487-3-git-send-email-sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0"
- "From\0Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>\0"
+ "From\0Pavel Machek <pavel@ucw.cz>\0"
  "Subject\0Re: [PATCH 2/3] hwmon: Driver for OMAP3 temperature sensor\0"
  "Date\0Sat, 27 Dec 2014 20:58:25 +0100\0"
- "To\0Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Cc\0Pali Rohar <pali.rohar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
-  Jean Delvare <jdelvare-l3A5Bk7waGM@public.gmane.org>
-  Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
-  Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
- " Beno\303\256t Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>"
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@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>\0"
+ "To\0Sebastian Reichel <sre@kernel.org>\0"
+ "Cc\0Pali Rohar <pali.rohar@gmail.com>"
+  Jean Delvare <jdelvare@suse.de>
+  Guenter Roeck <linux@roeck-us.net>
+  Tony Lindgren <tony@atomide.com>
+ " Beno\303\256t Cousson <bcousson@baylibre.com>"
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-omap@vger.kernel.org
+  lm-sensors@lm-sensors.org
+  devicetree@vger.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>\0"
  "\00:1\0"
  "b\0"
  "On Fri 2014-12-26 13:34:53, Sebastian Reichel wrote:\n"
@@ -29,7 +28,7 @@
  "> a DT based driver for the temperature sensor based on an older driver\n"
  "> written by Peter De Schrijver for the Nokia N900 and N9.\n"
  "> \n"
- "> Signed-off-by: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
+ "> Signed-off-by: Sebastian Reichel <sre@kernel.org>\n"
  "> ---\n"
  ">  drivers/hwmon/Kconfig      |   8 ++\n"
  ">  drivers/hwmon/Makefile     |   1 +\n"
@@ -50,10 +49,6 @@
  "\t\t\t\t\t\t\t\t\tPavel\n"
  "-- \n"
  "(english) http://www.livejournal.com/~pavelmachek\n"
- "(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html\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
+ (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
 
-1fdba43cd29c428fcddf8eb5ecb3206b67caafb08d73814703a399bfc221d071
+2875a71f6c8ad5b3a78e06a4ec0b2ac47bbd279541466df90d3bcf240cb3aac8

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.