diff for duplicates of <4CC4410E.20003@tremplin-utc.net> diff --git a/a/1.txt b/N1/1.txt index f311a40..a422776 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,13 +29,13 @@ Acked-by: Eric Piel <eric.piel@tremplin-utc.net> > * both have been read. So the value read will always be correct. > + * Set BOOT bit to refresh factory tuning values. > */ -> - if (lis3->whoami == WAI_12B) { +> - if (lis3->whoami = WAI_12B) { > - lis3->read(lis3, CTRL_REG2,®); > - reg |= CTRL2_BDU; > - lis3->write(lis3, CTRL_REG2, reg); > - } > + lis3->read(lis3, CTRL_REG2,®); -> + if (lis3->whoami == WAI_12B) +> + if (lis3->whoami = WAI_12B) > + reg |= CTRL2_BDU | CTRL2_BOOT; > + else > + reg |= CTRL2_BOOT_8B; diff --git a/a/content_digest b/N1/content_digest index ac84caf..6c9eace 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,15 @@ "ref\01287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com\0" "ref\01287748654-2626-6-git-send-email-samu.p.onkalo@nokia.com\0" "From\0\303\211ric Piel <eric.piel@tremplin-utc.net>\0" - "Subject\0Re: [PATCH 05/12] hwmon: lis3: Power on corrections\0" - "Date\0Sun, 24 Oct 2010 16:22:06 +0200\0" + "Subject\0Re: [lm-sensors] [PATCH 05/12] hwmon: lis3: Power on corrections\0" + "Date\0Sun, 24 Oct 2010 14:22:06 +0000\0" "To\0Samu Onkalo <samu.p.onkalo@nokia.com>\0" - "Cc\0linux-kernel@vger.kernel.org" + "Cc\0khali@linux-fr.org" + guenter.roeck@ericsson.com + jic23@cam.ac.uk lm-sensors@lm-sensors.org - " linux-i2c@vger.kernel.org\0" + linux-i2c@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Op 22-10-10 13:57, Samu Onkalo schreef:\n" @@ -40,13 +43,13 @@ "> \t * both have been read. So the value read will always be correct.\n" "> +\t * Set BOOT bit to refresh factory tuning values.\n" "> \t */\n" - "> -\tif (lis3->whoami == WAI_12B) {\n" + "> -\tif (lis3->whoami = WAI_12B) {\n" "> -\t\tlis3->read(lis3, CTRL_REG2,®);\n" "> -\t\treg |= CTRL2_BDU;\n" "> -\t\tlis3->write(lis3, CTRL_REG2, reg);\n" "> -\t}\n" "> +\tlis3->read(lis3, CTRL_REG2,®);\n" - "> +\tif (lis3->whoami == WAI_12B)\n" + "> +\tif (lis3->whoami = WAI_12B)\n" "> +\t\treg |= CTRL2_BDU | CTRL2_BOOT;\n" "> +\telse\n" "> +\t\treg |= CTRL2_BOOT_8B;\n" @@ -77,4 +80,4 @@ "lm-sensors@lm-sensors.org\n" http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -4066a326d539a222f2131d53e3c90152e5f552a9d49f4764aa1ff020a32f255d +25ab5969878caf6d6e61be95517478ee57c14ca8e72b04e4f92a39f85fb7d3a7
diff --git a/a/1.txt b/N2/1.txt index f311a40..b5c299f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -59,9 +59,3 @@ Acked-by: Eric Piel <eric.piel@tremplin-utc.net> > }; > > enum lis3lv02d_ctrl3 { - - -_______________________________________________ -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 ac84caf..ecd6189 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,9 +4,12 @@ "Subject\0Re: [PATCH 05/12] hwmon: lis3: Power on corrections\0" "Date\0Sun, 24 Oct 2010 16:22:06 +0200\0" "To\0Samu Onkalo <samu.p.onkalo@nokia.com>\0" - "Cc\0linux-kernel@vger.kernel.org" + "Cc\0khali@linux-fr.org" + guenter.roeck@ericsson.com + jic23@cam.ac.uk lm-sensors@lm-sensors.org - " linux-i2c@vger.kernel.org\0" + linux-i2c@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Op 22-10-10 13:57, Samu Onkalo schreef:\n" @@ -69,12 +72,6 @@ "> +\tCTRL2_BOOT_8B = 0x40,\n" "> };\n" ">\n" - "> enum lis3lv02d_ctrl3 {\n" - "\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + > enum lis3lv02d_ctrl3 { -4066a326d539a222f2131d53e3c90152e5f552a9d49f4764aa1ff020a32f255d +39379bc08d7a3a1892d2fb05ede56907035ba0e670a28c616532ec3d5ccc8537
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.