diff for duplicates of <5271C9CD.3020202@nvidia.com> diff --git a/a/1.txt b/N1/1.txt index 0d170b4..ac88a19 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On 10/31/2013 10:47 AM, Wei Ni wrote: >>> tripped or not, then lm90_alert can call it directly, and in the >>> future the IRQ thread also can use it. >>> ->>> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +>>> Signed-off-by: Wei Ni <wni@nvidia.com> >>> --- >>> drivers/hwmon/lm90.c | 75 +++++++++++++++++++++++++++++++++----------------- >>> 1 file changed, 50 insertions(+), 25 deletions(-) @@ -47,10 +47,10 @@ On 10/31/2013 10:47 AM, Wei Ni wrote: >>> + >>> + lm90_read_reg(client, LM90_REG_R_STATUS, &status); >>> + ->>> + if (data->kind == max6696) +>>> + if (data->kind = max6696) >>> + lm90_read_reg(client, MAX6696_REG_R_STATUS2, &status2); >>> + ->>> + if ((status & 0x7f) == 0 && (status2 & 0xfe) == 0) +>>> + if ((status & 0x7f) = 0 && (status2 & 0xfe) = 0) >>> + return false; >>> + >>> + if (status & (LM90_STATUS_LLOW | LM90_STATUS_LHIGH | LM90_STATUS_LTHRM)) @@ -82,10 +82,10 @@ On 10/31/2013 10:47 AM, Wei Ni wrote: >>> - >>> - lm90_read_reg(client, LM90_REG_R_STATUS, &alarms); >>> - ->>> - if (data->kind == max6696) +>>> - if (data->kind = max6696) >>> - lm90_read_reg(client, MAX6696_REG_R_STATUS2, &alarms2); >>> - ->>> - if ((alarms & 0x7f) == 0 && (alarms2 & 0xfe) == 0) { +>>> - if ((alarms & 0x7f) = 0 && (alarms2 & 0xfe) = 0) { >>> - dev_info(&client->dev, "Everything OK\n"); >>> - } else { >>> - if (alarms & 0x61) @@ -155,6 +155,12 @@ Wei. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in -> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> the body of a message to majordomo@vger.kernel.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 dbb629d..c7a33f3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,9 @@ "ref\020131030164113.1396964e@endymion.delvare\0" "ref\05271C4C4.2040308@nvidia.com\0" "ref\05271C4C4.2040308-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" - "From\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Subject\0Re: [PATCH v4 1/3] hwmon: (lm90) Define status bits\0" - "Date\0Thu, 31 Oct 2013 11:09:01 +0800\0" + "From\0Wei Ni <wni@nvidia.com>\0" + "Subject\0Re: [lm-sensors] [PATCH v4 1/3] hwmon: (lm90) Define status bits\0" + "Date\0Thu, 31 Oct 2013 03:09:01 +0000\0" "To\0Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\0" "Cc\0linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>" lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org <lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org> @@ -23,7 +23,7 @@ ">>> tripped or not, then lm90_alert can call it directly, and in the\n" ">>> future the IRQ thread also can use it.\n" ">>>\n" - ">>> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + ">>> Signed-off-by: Wei Ni <wni@nvidia.com>\n" ">>> ---\n" ">>> drivers/hwmon/lm90.c | 75 +++++++++++++++++++++++++++++++++-----------------\n" ">>> 1 file changed, 50 insertions(+), 25 deletions(-)\n" @@ -62,10 +62,10 @@ ">>> +\n" ">>> +\tlm90_read_reg(client, LM90_REG_R_STATUS, &status);\n" ">>> +\n" - ">>> +\tif (data->kind == max6696)\n" + ">>> +\tif (data->kind = max6696)\n" ">>> +\t\tlm90_read_reg(client, MAX6696_REG_R_STATUS2, &status2);\n" ">>> +\n" - ">>> +\tif ((status & 0x7f) == 0 && (status2 & 0xfe) == 0)\n" + ">>> +\tif ((status & 0x7f) = 0 && (status2 & 0xfe) = 0)\n" ">>> +\t\treturn false;\n" ">>> +\n" ">>> +\tif (status & (LM90_STATUS_LLOW | LM90_STATUS_LHIGH | LM90_STATUS_LTHRM))\n" @@ -97,10 +97,10 @@ ">>> -\n" ">>> -\tlm90_read_reg(client, LM90_REG_R_STATUS, &alarms);\n" ">>> -\n" - ">>> -\tif (data->kind == max6696)\n" + ">>> -\tif (data->kind = max6696)\n" ">>> -\t\tlm90_read_reg(client, MAX6696_REG_R_STATUS2, &alarms2);\n" ">>> -\n" - ">>> -\tif ((alarms & 0x7f) == 0 && (alarms2 & 0xfe) == 0) {\n" + ">>> -\tif ((alarms & 0x7f) = 0 && (alarms2 & 0xfe) = 0) {\n" ">>> -\t\tdev_info(&client->dev, \"Everything OK\\n\");\n" ">>> -\t} else {\n" ">>> -\t\tif (alarms & 0x61)\n" @@ -170,8 +170,14 @@ "> \n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-tegra\" in\n" - "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" - > + "> \n" + "\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -8321e8525dda8919859fe0dd0b955f9ff62eb8100338f919737bec4678a51753 +22389b764358650f19455d8613cfc3b7534d15ad0276eaa5c340ff5e7ddeb849
diff --git a/a/1.txt b/N2/1.txt index 0d170b4..fa5219b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,7 +8,7 @@ On 10/31/2013 10:47 AM, Wei Ni wrote: >>> tripped or not, then lm90_alert can call it directly, and in the >>> future the IRQ thread also can use it. >>> ->>> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +>>> Signed-off-by: Wei Ni <wni@nvidia.com> >>> --- >>> drivers/hwmon/lm90.c | 75 +++++++++++++++++++++++++++++++++----------------- >>> 1 file changed, 50 insertions(+), 25 deletions(-) @@ -155,6 +155,6 @@ Wei. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in -> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> 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/N2/content_digest index dbb629d..ae9110b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,15 +2,14 @@ "ref\01375856306-14415-2-git-send-email-wni@nvidia.com\0" "ref\020131030164113.1396964e@endymion.delvare\0" "ref\05271C4C4.2040308@nvidia.com\0" - "ref\05271C4C4.2040308-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" - "From\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" + "From\0Wei Ni <wni@nvidia.com>\0" "Subject\0Re: [PATCH v4 1/3] hwmon: (lm90) Define status bits\0" "Date\0Thu, 31 Oct 2013 11:09:01 +0800\0" - "To\0Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\0" - "Cc\0linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>" - lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org <lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" + "To\0Jean Delvare <khali@linux-fr.org>\0" + "Cc\0linux@roeck-us.net <linux@roeck-us.net>" + lm-sensors@lm-sensors.org <lm-sensors@lm-sensors.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + " linux-tegra@vger.kernel.org <linux-tegra@vger.kernel.org>\0" "\00:1\0" "b\0" "On 10/31/2013 10:47 AM, Wei Ni wrote:\n" @@ -23,7 +22,7 @@ ">>> tripped or not, then lm90_alert can call it directly, and in the\n" ">>> future the IRQ thread also can use it.\n" ">>>\n" - ">>> Signed-off-by: Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + ">>> Signed-off-by: Wei Ni <wni@nvidia.com>\n" ">>> ---\n" ">>> drivers/hwmon/lm90.c | 75 +++++++++++++++++++++++++++++++++-----------------\n" ">>> 1 file changed, 50 insertions(+), 25 deletions(-)\n" @@ -170,8 +169,8 @@ "> \n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-tegra\" in\n" - "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -8321e8525dda8919859fe0dd0b955f9ff62eb8100338f919737bec4678a51753 +c04b319ddc262d7f85581197b629228b71d1d793fe992c971d96af53c97bf440
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.