All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1369246717-4167-4-git-send-email-nm@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 836ec36..72cec73 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -33,9 +33,9 @@ associates with an voltage controller channel. This enables the full
 communication path between the OMAP PMIC regulator to the external PMIC
 hardware over OMAP Voltage Processor and OMAP Voltage Controller.
 
-[grygorii.strashko-l0cyMroinI0@public.gmane.org: co-developer]
-Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
-Signed-off-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
+[grygorii.strashko at ti.com: co-developer]
+Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
+Signed-off-by: Nishanth Menon <nm@ti.com>
 ---
  .../devicetree/bindings/power/omap-vp.txt          |   39 +
  drivers/power/avs/Makefile                         |    2 +-
@@ -74,7 +74,7 @@ index 0000000..b690e35
 +- ti,vc-channel - phandle to the Voltage Controller Channel device used by this Voltage
 +	Processor.
 +Example:
-+vp_mpu: vp@0x4a307b58 {
++vp_mpu: vp at 0x4a307b58 {
 +	compatible = "ti,omap4-vp";
 +
 +	reg = <0x4a307b58 0x18>, <0x4A306014 0x4>;
@@ -231,7 +231,7 @@ index 0000000..b6a155d
 + * struct omap_vp - Structure representing Voltage Processor info
 + * @dev:		device pointer for Voltage Processor
 + * @list:		list head for VP list.
-+ * @usage_count:	Usage count - only 1 user at a time.(not always module)
++ * @usage_count:	Usage count - only 1 user@a time.(not always module)
 + * @clk_rate:		Sysclk rate for VP computation.
 + * @vc:			Voltage controller channel corresponding to VP
 + * @pmic:		PMIC used for this path
diff --git a/a/content_digest b/N1/content_digest
index 16c34ac..43994c0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,8 @@
  "ref\01369246717-4167-1-git-send-email-nm@ti.com\0"
- "ref\01369246717-4167-1-git-send-email-nm-l0cyMroinI0@public.gmane.org\0"
- "From\0Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>\0"
+ "From\0nm@ti.com (Nishanth Menon)\0"
  "Subject\0[RFC PATCH 3/4] PM / AVS: Introduce support for OMAP Voltage Processor(VP) with device tree nodes\0"
  "Date\0Wed, 22 May 2013 13:18:36 -0500\0"
- "To\0Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
-  Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Kevin Hilman <khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
- " Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0"
- "Cc\0Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>"
-  Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
-  linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@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"
  "Texas Instrument's OMAP SoC generations since OMAP3-5 introduced an TI\n"
@@ -51,9 +40,9 @@
  "communication path between the OMAP PMIC regulator to the external PMIC\n"
  "hardware over OMAP Voltage Processor and OMAP Voltage Controller.\n"
  "\n"
- "[grygorii.strashko-l0cyMroinI0@public.gmane.org: co-developer]\n"
- "Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>\n"
- "Signed-off-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>\n"
+ "[grygorii.strashko at ti.com: co-developer]\n"
+ "Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>\n"
+ "Signed-off-by: Nishanth Menon <nm@ti.com>\n"
  "---\n"
  " .../devicetree/bindings/power/omap-vp.txt          |   39 +\n"
  " drivers/power/avs/Makefile                         |    2 +-\n"
@@ -92,7 +81,7 @@
  "+- ti,vc-channel - phandle to the Voltage Controller Channel device used by this Voltage\n"
  "+\tProcessor.\n"
  "+Example:\n"
- "+vp_mpu: vp@0x4a307b58 {\n"
+ "+vp_mpu: vp at 0x4a307b58 {\n"
  "+\tcompatible = \"ti,omap4-vp\";\n"
  "+\n"
  "+\treg = <0x4a307b58 0x18>, <0x4A306014 0x4>;\n"
@@ -249,7 +238,7 @@
  "+ * struct omap_vp - Structure representing Voltage Processor info\n"
  "+ * @dev:\t\tdevice pointer for Voltage Processor\n"
  "+ * @list:\t\tlist head for VP list.\n"
- "+ * @usage_count:\tUsage count - only 1 user at a time.(not always module)\n"
+ "+ * @usage_count:\tUsage count - only 1 user@a time.(not always module)\n"
  "+ * @clk_rate:\t\tSysclk rate for VP computation.\n"
  "+ * @vc:\t\t\tVoltage controller channel corresponding to VP\n"
  "+ * @pmic:\t\tPMIC used for this path\n"
@@ -1015,4 +1004,4 @@
  "-- \n"
  1.7.9.5
 
-f1ab175108102fefc9bfe82c9f35e1cc18016c21159e2e28d9357d79f958cf99
+33433c128e5cfb9b94f3ccd19e111047dfcfdf244ded49ffde721ca8153a679a

diff --git a/a/1.txt b/N2/1.txt
index 836ec36..6f4bdac 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -33,9 +33,9 @@ associates with an voltage controller channel. This enables the full
 communication path between the OMAP PMIC regulator to the external PMIC
 hardware over OMAP Voltage Processor and OMAP Voltage Controller.
 
-[grygorii.strashko-l0cyMroinI0@public.gmane.org: co-developer]
-Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
-Signed-off-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
+[grygorii.strashko@ti.com: co-developer]
+Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
+Signed-off-by: Nishanth Menon <nm@ti.com>
 ---
  .../devicetree/bindings/power/omap-vp.txt          |   39 +
  drivers/power/avs/Makefile                         |    2 +-
diff --git a/a/content_digest b/N2/content_digest
index 16c34ac..a443ab6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,19 +1,18 @@
  "ref\01369246717-4167-1-git-send-email-nm@ti.com\0"
- "ref\01369246717-4167-1-git-send-email-nm-l0cyMroinI0@public.gmane.org\0"
- "From\0Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>\0"
+ "From\0Nishanth Menon <nm@ti.com>\0"
  "Subject\0[RFC PATCH 3/4] PM / AVS: Introduce support for OMAP Voltage Processor(VP) with device tree nodes\0"
  "Date\0Wed, 22 May 2013 13:18:36 -0500\0"
- "To\0Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
-  Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Kevin Hilman <khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
- " Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0"
- "Cc\0Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>"
-  Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
-  linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0Liam Girdwood <lgirdwood@gmail.com>"
+  Mark Brown <broonie@kernel.org>
+  Kevin Hilman <khilman@deeprootsystems.com>
+ " Tony Lindgren <tony@atomide.com>\0"
+ "Cc\0<devicetree-discuss@lists.ozlabs.org>"
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-doc@vger.kernel.org>
+  <linux-kernel@vger.kernel.org>
+  <linux-omap@vger.kernel.org>
+  Grygorii Strashko <grygorii.strashko@ti.com>
+ " Nishanth Menon <nm@ti.com>\0"
  "\00:1\0"
  "b\0"
  "Texas Instrument's OMAP SoC generations since OMAP3-5 introduced an TI\n"
@@ -51,9 +50,9 @@
  "communication path between the OMAP PMIC regulator to the external PMIC\n"
  "hardware over OMAP Voltage Processor and OMAP Voltage Controller.\n"
  "\n"
- "[grygorii.strashko-l0cyMroinI0@public.gmane.org: co-developer]\n"
- "Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>\n"
- "Signed-off-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>\n"
+ "[grygorii.strashko@ti.com: co-developer]\n"
+ "Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>\n"
+ "Signed-off-by: Nishanth Menon <nm@ti.com>\n"
  "---\n"
  " .../devicetree/bindings/power/omap-vp.txt          |   39 +\n"
  " drivers/power/avs/Makefile                         |    2 +-\n"
@@ -1015,4 +1014,4 @@
  "-- \n"
  1.7.9.5
 
-f1ab175108102fefc9bfe82c9f35e1cc18016c21159e2e28d9357d79f958cf99
+c6a0b29768745b3976e096506b0ca6e99bbeb31645d76c2766b19b82c664e7a3

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.