All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170529164816.GA14822@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 9d14c73..d5f9b36 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -364,7 +364,7 @@ and should not be called within atomic context.
 > +	tdev->tz_dev = devm_thermal_zone_of_sensor_register(dev, 0, tdev,
 > +						&uniphier_of_thermal_ops);
 
-From this point on, your driver should be ready to serve calls from the
+>From this point on, your driver should be ready to serve calls from the
 thermal subsystem. Looks like you are missing a lot of initialization,
 still to come from below, aren't you?. I would suggest moving the above
 registration further to a point when the sensor is ready to be used.
@@ -468,4 +468,11 @@ I see at least the map base as possible to be done in DT.
 > +MODULE_LICENSE("GPL v2");
 > -- 
 > 2.7.4
->
+> 
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: signature.asc
+Type: application/pgp-signature
+Size: 819 bytes
+Desc: Digital signature
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170529/86f915ef/attachment.sig>
diff --git a/a/2.bin b/a/2.bin
deleted file mode 100644
index f6f769a..0000000
--- a/a/2.bin
+++ /dev/null
@@ -1,17 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iQIcBAEBCAAGBQJZLFDJAAoJEA6VkvSQfF5TrKsP/2THgrmbiYRoTv4c7CiVuBgE
-1jrx2beYQj9GwFDz4DlV95eNo+VEOKvA8B3LvVggfT9AYBIfABxzRylThr8AdTHA
-itR8RoatF4CfXeL4mP+qrPXAIoBqC5PBz5wuPoLqwxK3ndFuhJykppUWuiaqCQWk
-byma/BaRRBhrxzVTPMIH3+GKj5GjxaR3bIZzsEeESxQwpphtLA1k+CCbaadg2S/9
-oaoQ9fAXyS5OFjPg/B0zMgcNw3DWUgVjLu6uSkncx+XDfcVPvFWlprH9XbVbNd5o
-BRTKr4LFPsjRq97yPk75KfqBjefBpzHD2DnmpjLboKbiqiCJCdzWO4/YYBb8Enkr
-FwfW4ehljHvvwkbnB8KLr4Gr/hLFdIFzWm7y1tR4ffhXtPD+IRR1JO5q8PL7ZmiH
-Z8hMi5zCAbJ3+1+HQwqk5o1JyhcBpCFe7KTy8xkHc7yrQ8F+vobbv/4NQloM0Uep
-0XU6TBrPG6ZY7tf7S1M1hxcfVXZKIvd24iZ4PwI/KJgNNxDtUlMHXvpl8P82RCF/
-7IwaoPpg6f8qKcf3q1Bf7Qfoc0ueiKReeKqrBMcCldrv9yqH/reImnB6kPUK36EE
-AszX0CDpAcHtwFj+tquMyWVgDwmiItp9zq3tOQzmlhLs6nP/6/UbAu/guFhWeRzT
-1qjYjz3qQEeSzpYI3DpS
-=VUst
------END PGP SIGNATURE-----
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index 3237378..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: application/pgp-signature; name="signature.asc"
-Content-Description: Digital signature
diff --git a/a/content_digest b/N1/content_digest
index ef4478a..39fd257 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,10 @@
  "ref\01496049345-14649-1-git-send-email-hayashi.kunihiko@socionext.com\0"
  "ref\01496049345-14649-2-git-send-email-hayashi.kunihiko@socionext.com\0"
- "From\0Eduardo Valentin <edubezval@gmail.com>\0"
- "Subject\0Re: [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver\0"
+ "From\0edubezval@gmail.com (Eduardo Valentin)\0"
+ "Subject\0[PATCH 1/4] thermal: uniphier: add UniPhier thermal driver\0"
  "Date\0Mon, 29 May 2017 09:48:19 -0700\0"
- "To\0Kunihiko Hayashi <hayashi.kunihiko@socionext.com>\0"
- "Cc\0rui.zhang@intel.com"
-  linux-pm@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
-  robh+dt@kernel.org
-  mark.rutland@arm.com
-  devicetree@vger.kernel.org
-  yamada.masahiro@socionext.com
-  masami.hiramatsu@linaro.org
- " jaswinder.singh@linaro.org\0"
- "\01:1\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
+ "\00:1\0"
  "b\0"
  "Knihiko,\n"
  "\n"
@@ -382,7 +372,7 @@
  "> +\ttdev->tz_dev = devm_thermal_zone_of_sensor_register(dev, 0, tdev,\n"
  "> +\t\t\t\t\t\t&uniphier_of_thermal_ops);\n"
  "\n"
- "From this point on, your driver should be ready to serve calls from the\n"
+ ">From this point on, your driver should be ready to serve calls from the\n"
  "thermal subsystem. Looks like you are missing a lot of initialization,\n"
  "still to come from below, aren't you?. I would suggest moving the above\n"
  "registration further to a point when the sensor is ready to be used.\n"
@@ -486,27 +476,13 @@
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "> -- \n"
  "> 2.7.4\n"
- >
- "\01:2\0"
- "fn\0signature.asc\0"
- "d\0Digital signature\0"
- "b\0"
- "-----BEGIN PGP SIGNATURE-----\n"
- "Version: GnuPG v2\n"
- "\n"
- "iQIcBAEBCAAGBQJZLFDJAAoJEA6VkvSQfF5TrKsP/2THgrmbiYRoTv4c7CiVuBgE\n"
- "1jrx2beYQj9GwFDz4DlV95eNo+VEOKvA8B3LvVggfT9AYBIfABxzRylThr8AdTHA\n"
- "itR8RoatF4CfXeL4mP+qrPXAIoBqC5PBz5wuPoLqwxK3ndFuhJykppUWuiaqCQWk\n"
- "byma/BaRRBhrxzVTPMIH3+GKj5GjxaR3bIZzsEeESxQwpphtLA1k+CCbaadg2S/9\n"
- "oaoQ9fAXyS5OFjPg/B0zMgcNw3DWUgVjLu6uSkncx+XDfcVPvFWlprH9XbVbNd5o\n"
- "BRTKr4LFPsjRq97yPk75KfqBjefBpzHD2DnmpjLboKbiqiCJCdzWO4/YYBb8Enkr\n"
- "FwfW4ehljHvvwkbnB8KLr4Gr/hLFdIFzWm7y1tR4ffhXtPD+IRR1JO5q8PL7ZmiH\n"
- "Z8hMi5zCAbJ3+1+HQwqk5o1JyhcBpCFe7KTy8xkHc7yrQ8F+vobbv/4NQloM0Uep\n"
- "0XU6TBrPG6ZY7tf7S1M1hxcfVXZKIvd24iZ4PwI/KJgNNxDtUlMHXvpl8P82RCF/\n"
- "7IwaoPpg6f8qKcf3q1Bf7Qfoc0ueiKReeKqrBMcCldrv9yqH/reImnB6kPUK36EE\n"
- "AszX0CDpAcHtwFj+tquMyWVgDwmiItp9zq3tOQzmlhLs6nP/6/UbAu/guFhWeRzT\n"
- "1qjYjz3qQEeSzpYI3DpS\n"
- "=VUst\n"
- "-----END PGP SIGNATURE-----\n"
+ "> \n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: signature.asc\n"
+ "Type: application/pgp-signature\n"
+ "Size: 819 bytes\n"
+ "Desc: Digital signature\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170529/86f915ef/attachment.sig>
 
-cec37b050871f7f62466431523dedb47add3f3a8f6eb3a31fcff78afd2b6afef
+d428390d92e156ff7f2caab669b89d77f1d16bc1099dd3875fb45eb77e88caa2

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.