All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <512406F0.4080708@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index c35fbfc..5305378 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,8 +19,8 @@ You need to write a device tree binding document to explain this.
 > +	for_each_thermal_sensor(pos) {
 > +		args = &pos->np_args;
 > +		if (args->np) {
-> +			if ((args->np == np_args->np) &&
-> +			   (args->index == np_args->index)) {
+> +			if ((args->np = np_args->np) &&
+> +			   (args->index = np_args->index)) {
 > +				ts = pos;
 > +				break;
 
@@ -70,3 +70,8 @@ way is necessary.
 Now, many bindings/drivers might just end up using a common simple
 implementation. That's why functions such as of_pwm_simple_xlate() or
 of_gpio_simple_xlate() exist.
+
+_______________________________________________
+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 5f1f6eb..a6a7263 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,9 @@
  "ref\01361187031-3679-1-git-send-email-wni@nvidia.com\0"
  "ref\01361187031-3679-6-git-send-email-wni@nvidia.com\0"
  "ref\01361187031-3679-6-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [RFC PATCH 5/9] Thermal: Support using dt node to get sensor\0"
- "Date\0Tue, 19 Feb 2013 16:12:48 -0700\0"
+ "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
+ "Subject\0Re: [lm-sensors] [RFC PATCH 5/9] Thermal: Support using dt node to get sensor\0"
+ "Date\0Tue, 19 Feb 2013 23:12:48 +0000\0"
  "To\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
  "Cc\0durgadoss.r-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org"
   rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
@@ -38,8 +38,8 @@
  "> +\tfor_each_thermal_sensor(pos) {\n"
  "> +\t\targs = &pos->np_args;\n"
  "> +\t\tif (args->np) {\n"
- "> +\t\t\tif ((args->np == np_args->np) &&\n"
- "> +\t\t\t   (args->index == np_args->index)) {\n"
+ "> +\t\t\tif ((args->np = np_args->np) &&\n"
+ "> +\t\t\t   (args->index = np_args->index)) {\n"
  "> +\t\t\t\tts = pos;\n"
  "> +\t\t\t\tbreak;\n"
  "\n"
@@ -88,6 +88,11 @@
  "\n"
  "Now, many bindings/drivers might just end up using a common simple\n"
  "implementation. That's why functions such as of_pwm_simple_xlate() or\n"
- of_gpio_simple_xlate() exist.
+ "of_gpio_simple_xlate() exist.\n"
+ "\n"
+ "_______________________________________________\n"
+ "lm-sensors mailing list\n"
+ "lm-sensors@lm-sensors.org\n"
+ http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
 
-1381892619319e76260cba92161b50580c0e15aaaac5db816e6b626fb2156226
+850c08274ba2b566229a7722e45a24e180c9f68922d767a0ee9d9664e82b2618

diff --git a/a/1.txt b/N2/1.txt
index c35fbfc..da083e5 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -44,7 +44,7 @@ very flexible. All other DT bindings work like this:
 Provider of a service indicates how many DT cells are in the object
 (GPIO, IRQ, thermal sensors) specifier:
 
-sensor1: lm90@1c {
+sensor1: lm90 at 1c {
 	...
 	#thermal-sensor-cells = <1>;
 };
diff --git a/a/content_digest b/N2/content_digest
index 5f1f6eb..d2c562e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,20 +1,9 @@
  "ref\01361187031-3679-1-git-send-email-wni@nvidia.com\0"
  "ref\01361187031-3679-6-git-send-email-wni@nvidia.com\0"
- "ref\01361187031-3679-6-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [RFC PATCH 5/9] Thermal: Support using dt node to get sensor\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[RFC PATCH 5/9] Thermal: Support using dt node to get sensor\0"
  "Date\0Tue, 19 Feb 2013 16:12:48 -0700\0"
- "To\0Wei Ni <wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0durgadoss.r-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org"
-  rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
-  MLongnecker-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
-  khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
-  linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TZX6JHB/w77yyCwEArCW2h5@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 02/18/2013 04:30 AM, Wei Ni wrote:\n"
@@ -63,7 +52,7 @@
  "Provider of a service indicates how many DT cells are in the object\n"
  "(GPIO, IRQ, thermal sensors) specifier:\n"
  "\n"
- "sensor1: lm90@1c {\n"
+ "sensor1: lm90 at 1c {\n"
  "\t...\n"
  "\t#thermal-sensor-cells = <1>;\n"
  "};\n"
@@ -90,4 +79,4 @@
  "implementation. That's why functions such as of_pwm_simple_xlate() or\n"
  of_gpio_simple_xlate() exist.
 
-1381892619319e76260cba92161b50580c0e15aaaac5db816e6b626fb2156226
+3b7ed479589d8870bcf0aadaad514a3c8a64362bb9b342cfdcee0c719a8bb7b6

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.