All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87fvx1pwrl.fsf@natisbad.org>

diff --git a/a/1.txt b/N1/1.txt
index 9a901d2..065462b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ the following in a boot function:
 
  /* Turn G76x(FAN controller, i2c address 0x3e) on.
   * The FAN_SET_CNT register's offset is 0x0.
-  * Set [1300(rpm) = 65% = 5a(FAN_SET_CNT)] as default.
+  * Set [1300(rpm) == 65% == 5a(FAN_SET_CNT)] as default.
   */
  unsigned char byte=0x5a;
  if(i2c_write(0, 0x3e, 0x0, 1, &byte, 1) != 0) 
@@ -65,7 +65,7 @@ Then, I grabbed the u-boot source code from NETGEAR for ReadyNAS 102
 
  /* Turn G76x(FAN controller, i2c address 0x3e) on.
   * The FAN_SET_CNT register's offset is 0x0.
-  * Set [1300(rpm) = 65% = 5a(FAN_SET_CNT)] as default.
+  * Set [1300(rpm) == 65% == 5a(FAN_SET_CNT)] as default.
   */
  MV_U8 byte=0x5a;
  if(i2c_write(0x3e, 0x0, 1, &byte, 1) != 0)
@@ -176,8 +176,3 @@ Guenter, I will work on a v3 this evening based on your comments.
 Cheers,
 
 a+
-
-_______________________________________________
-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 fa58034..9b9fede 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,22 +2,9 @@
  "ref\0b44f55c4194f6cd8c94f8a3d63ad5c8bd1d1cfe0.1369687670.git.arno@natisbad.org\0"
  "ref\020130531221616.GG7626@kw.sim.vm.gnt\0"
  "From\0arno@natisbad.org (Arnaud Ebalard)\0"
- "Subject\0Re: [lm-sensors] [PATCHv2 1/3] Add support for GMT G762/G763 PWM fan controller\0"
- "Date\0Sat, 01 Jun 2013 17:26:54 +0000\0"
- "To\0Simon Guinot <simon.guinot@sequanux.org>"
- " Guenter Roeck <linux@roeck-us.net>\0"
- "Cc\0Andrew Lunn <andrew@lunn.ch>"
-  Russell King - ARM Linux <linux@arm.linux.org.uk>
-  Jason Cooper <jason@lakedaemon.net>
-  linux-doc@vger.kernel.org
-  devicetree-discuss@lists.ozlabs.org
-  Olivier Mouchet <olivier.mouchet@gmail.com>
-  Rob Herring <rob.herring@calxeda.com>
-  lm-sensors@lm-sensors.org
-  Grant Likely <grant.likely@secretlab.ca>
-  Rob Landley <rob@landley.net>
-  Jean Delvare <khali@linux-fr.org>
- " Linux ARM Kernel Mailing List <linux-arm-kernel@lists.infradead.org>\0"
+ "Subject\0[PATCHv2 1/3] Add support for GMT G762/G763 PWM fan controller\0"
+ "Date\0Sat, 01 Jun 2013 19:26:54 +0200\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Simon and Guenter,\n"
@@ -72,7 +59,7 @@
  "\n"
  " /* Turn G76x(FAN controller, i2c address 0x3e) on.\n"
  "  * The FAN_SET_CNT register's offset is 0x0.\n"
- "  * Set [1300(rpm) = 65% = 5a(FAN_SET_CNT)] as default.\n"
+ "  * Set [1300(rpm) == 65% == 5a(FAN_SET_CNT)] as default.\n"
  "  */\n"
  " unsigned char byte=0x5a;\n"
  " if(i2c_write(0, 0x3e, 0x0, 1, &byte, 1) != 0) \n"
@@ -87,7 +74,7 @@
  "\n"
  " /* Turn G76x(FAN controller, i2c address 0x3e) on.\n"
  "  * The FAN_SET_CNT register's offset is 0x0.\n"
- "  * Set [1300(rpm) = 65% = 5a(FAN_SET_CNT)] as default.\n"
+ "  * Set [1300(rpm) == 65% == 5a(FAN_SET_CNT)] as default.\n"
  "  */\n"
  " MV_U8 byte=0x5a;\n"
  " if(i2c_write(0x3e, 0x0, 1, &byte, 1) != 0)\n"
@@ -197,11 +184,6 @@
  "\n"
  "Cheers,\n"
  "\n"
- "a+\n"
- "\n"
- "_______________________________________________\n"
- "lm-sensors mailing list\n"
- "lm-sensors@lm-sensors.org\n"
- http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
+ a+
 
-9c43a3277b756e0cb6435fbbaf8a41c1e6938e5b73d06706b908948afa907c76
+12e279b73773a2f932fe70bc59e8010009b1b9464d23a1d61e85d67209126b54

diff --git a/a/1.txt b/N2/1.txt
index 9a901d2..065462b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -50,7 +50,7 @@ the following in a boot function:
 
  /* Turn G76x(FAN controller, i2c address 0x3e) on.
   * The FAN_SET_CNT register's offset is 0x0.
-  * Set [1300(rpm) = 65% = 5a(FAN_SET_CNT)] as default.
+  * Set [1300(rpm) == 65% == 5a(FAN_SET_CNT)] as default.
   */
  unsigned char byte=0x5a;
  if(i2c_write(0, 0x3e, 0x0, 1, &byte, 1) != 0) 
@@ -65,7 +65,7 @@ Then, I grabbed the u-boot source code from NETGEAR for ReadyNAS 102
 
  /* Turn G76x(FAN controller, i2c address 0x3e) on.
   * The FAN_SET_CNT register's offset is 0x0.
-  * Set [1300(rpm) = 65% = 5a(FAN_SET_CNT)] as default.
+  * Set [1300(rpm) == 65% == 5a(FAN_SET_CNT)] as default.
   */
  MV_U8 byte=0x5a;
  if(i2c_write(0x3e, 0x0, 1, &byte, 1) != 0)
@@ -176,8 +176,3 @@ Guenter, I will work on a v3 this evening based on your comments.
 Cheers,
 
 a+
-
-_______________________________________________
-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/N2/content_digest
index fa58034..2b338b6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,8 +2,8 @@
  "ref\0b44f55c4194f6cd8c94f8a3d63ad5c8bd1d1cfe0.1369687670.git.arno@natisbad.org\0"
  "ref\020130531221616.GG7626@kw.sim.vm.gnt\0"
  "From\0arno@natisbad.org (Arnaud Ebalard)\0"
- "Subject\0Re: [lm-sensors] [PATCHv2 1/3] Add support for GMT G762/G763 PWM fan controller\0"
- "Date\0Sat, 01 Jun 2013 17:26:54 +0000\0"
+ "Subject\0Re: [PATCHv2 1/3] Add support for GMT G762/G763 PWM fan controller\0"
+ "Date\0Sat, 01 Jun 2013 19:26:54 +0200\0"
  "To\0Simon Guinot <simon.guinot@sequanux.org>"
  " Guenter Roeck <linux@roeck-us.net>\0"
  "Cc\0Andrew Lunn <andrew@lunn.ch>"
@@ -72,7 +72,7 @@
  "\n"
  " /* Turn G76x(FAN controller, i2c address 0x3e) on.\n"
  "  * The FAN_SET_CNT register's offset is 0x0.\n"
- "  * Set [1300(rpm) = 65% = 5a(FAN_SET_CNT)] as default.\n"
+ "  * Set [1300(rpm) == 65% == 5a(FAN_SET_CNT)] as default.\n"
  "  */\n"
  " unsigned char byte=0x5a;\n"
  " if(i2c_write(0, 0x3e, 0x0, 1, &byte, 1) != 0) \n"
@@ -87,7 +87,7 @@
  "\n"
  " /* Turn G76x(FAN controller, i2c address 0x3e) on.\n"
  "  * The FAN_SET_CNT register's offset is 0x0.\n"
- "  * Set [1300(rpm) = 65% = 5a(FAN_SET_CNT)] as default.\n"
+ "  * Set [1300(rpm) == 65% == 5a(FAN_SET_CNT)] as default.\n"
  "  */\n"
  " MV_U8 byte=0x5a;\n"
  " if(i2c_write(0x3e, 0x0, 1, &byte, 1) != 0)\n"
@@ -197,11 +197,6 @@
  "\n"
  "Cheers,\n"
  "\n"
- "a+\n"
- "\n"
- "_______________________________________________\n"
- "lm-sensors mailing list\n"
- "lm-sensors@lm-sensors.org\n"
- http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
+ a+
 
-9c43a3277b756e0cb6435fbbaf8a41c1e6938e5b73d06706b908948afa907c76
+b84e032de8a8d115e5c30e2c5c0b5f368fdca77054bf4b1aaac28278764be367

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.