All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1409033644-24376-2-git-send-email-thierry.reding@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 91783e7..e47e180 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,10 +1,10 @@
-From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+From: Thierry Reding <treding@nvidia.com>
 
 These nodes are required so that the flow controller driver can obtain
 the I/O memory region from device tree rather than hard-coding it.
 
-Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
-Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+Acked-by: Stephen Warren <swarren@nvidia.com>
+Signed-off-by: Thierry Reding <treding@nvidia.com>
 ---
  arch/arm/boot/dts/tegra114.dtsi | 5 +++++
  arch/arm/boot/dts/tegra124.dtsi | 5 +++++
@@ -20,12 +20,12 @@ index 08442d9abec7..430f85ac27f6 100644
  		#reset-cells = <1>;
  	};
  
-+	flow-controller@60007000 {
++	flow-controller at 60007000 {
 +		compatible = "nvidia,tegra114-flowctrl";
 +		reg = <0x60007000 0x1000>;
 +	};
 +
- 	apbdma: dma@6000a000 {
+ 	apbdma: dma at 6000a000 {
  		compatible = "nvidia,tegra114-apbdma";
  		reg = <0x6000a000 0x1400>;
 diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
@@ -36,12 +36,12 @@ index a2e3e25fe736..5d1b32225dc2 100644
  		#reset-cells = <1>;
  	};
  
-+	flow-controller@0,60007000 {
++	flow-controller at 0,60007000 {
 +		compatible = "nvidia,tegra124-flowctrl";
 +		reg = <0x0 0x60007000 0x0 0x1000>;
 +	};
 +
- 	gpio: gpio@0,6000d000 {
+ 	gpio: gpio at 0,6000d000 {
  		compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
  		reg = <0x0 0x6000d000 0x0 0x1000>;
 diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
@@ -52,12 +52,12 @@ index e44cb596c589..c6a2d078bdf4 100644
  		#reset-cells = <1>;
  	};
  
-+	flow-controller@60007000 {
++	flow-controller at 60007000 {
 +		compatible = "nvidia,tegra20-flowctrl";
 +		reg = <0x60007000 0x1000>;
 +	};
 +
- 	apbdma: dma@6000a000 {
+ 	apbdma: dma at 6000a000 {
  		compatible = "nvidia,tegra20-apbdma";
  		reg = <0x6000a000 0x1200>;
 diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
@@ -68,12 +68,12 @@ index c0136bf2c5da..f4693c9c070e 100644
  		#reset-cells = <1>;
  	};
  
-+	flow-controller@60007000 {
++	flow-controller at 60007000 {
 +		compatible = "nvidia,tegra30-flowctrl";
 +		reg = <0x60007000 0x1000>;
 +	};
 +
- 	apbdma: dma@6000a000 {
+ 	apbdma: dma at 6000a000 {
  		compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
  		reg = <0x6000a000 0x1400>;
 -- 
diff --git a/a/content_digest b/N1/content_digest
index c7d7f72..9eccd04 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,17 @@
  "ref\01409033644-24376-1-git-send-email-thierry.reding@gmail.com\0"
- "ref\01409033644-24376-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
- "From\0Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "From\0thierry.reding@gmail.com (Thierry Reding)\0"
  "Subject\0[PATCH v3 2/3] ARM: tegra: Add device tree nodes for flow controller\0"
  "Date\0Tue, 26 Aug 2014 08:14:03 +0200\0"
- "To\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Cc\0linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "From: Thierry Reding <treding@nvidia.com>\n"
  "\n"
  "These nodes are required so that the flow controller driver can obtain\n"
  "the I/O memory region from device tree rather than hard-coding it.\n"
  "\n"
- "Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
- "Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "Acked-by: Stephen Warren <swarren@nvidia.com>\n"
+ "Signed-off-by: Thierry Reding <treding@nvidia.com>\n"
  "---\n"
  " arch/arm/boot/dts/tegra114.dtsi | 5 +++++\n"
  " arch/arm/boot/dts/tegra124.dtsi | 5 +++++\n"
@@ -31,12 +27,12 @@
  " \t\t#reset-cells = <1>;\n"
  " \t};\n"
  " \n"
- "+\tflow-controller@60007000 {\n"
+ "+\tflow-controller at 60007000 {\n"
  "+\t\tcompatible = \"nvidia,tegra114-flowctrl\";\n"
  "+\t\treg = <0x60007000 0x1000>;\n"
  "+\t};\n"
  "+\n"
- " \tapbdma: dma@6000a000 {\n"
+ " \tapbdma: dma at 6000a000 {\n"
  " \t\tcompatible = \"nvidia,tegra114-apbdma\";\n"
  " \t\treg = <0x6000a000 0x1400>;\n"
  "diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi\n"
@@ -47,12 +43,12 @@
  " \t\t#reset-cells = <1>;\n"
  " \t};\n"
  " \n"
- "+\tflow-controller@0,60007000 {\n"
+ "+\tflow-controller at 0,60007000 {\n"
  "+\t\tcompatible = \"nvidia,tegra124-flowctrl\";\n"
  "+\t\treg = <0x0 0x60007000 0x0 0x1000>;\n"
  "+\t};\n"
  "+\n"
- " \tgpio: gpio@0,6000d000 {\n"
+ " \tgpio: gpio at 0,6000d000 {\n"
  " \t\tcompatible = \"nvidia,tegra124-gpio\", \"nvidia,tegra30-gpio\";\n"
  " \t\treg = <0x0 0x6000d000 0x0 0x1000>;\n"
  "diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi\n"
@@ -63,12 +59,12 @@
  " \t\t#reset-cells = <1>;\n"
  " \t};\n"
  " \n"
- "+\tflow-controller@60007000 {\n"
+ "+\tflow-controller at 60007000 {\n"
  "+\t\tcompatible = \"nvidia,tegra20-flowctrl\";\n"
  "+\t\treg = <0x60007000 0x1000>;\n"
  "+\t};\n"
  "+\n"
- " \tapbdma: dma@6000a000 {\n"
+ " \tapbdma: dma at 6000a000 {\n"
  " \t\tcompatible = \"nvidia,tegra20-apbdma\";\n"
  " \t\treg = <0x6000a000 0x1200>;\n"
  "diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi\n"
@@ -79,15 +75,15 @@
  " \t\t#reset-cells = <1>;\n"
  " \t};\n"
  " \n"
- "+\tflow-controller@60007000 {\n"
+ "+\tflow-controller at 60007000 {\n"
  "+\t\tcompatible = \"nvidia,tegra30-flowctrl\";\n"
  "+\t\treg = <0x60007000 0x1000>;\n"
  "+\t};\n"
  "+\n"
- " \tapbdma: dma@6000a000 {\n"
+ " \tapbdma: dma at 6000a000 {\n"
  " \t\tcompatible = \"nvidia,tegra30-apbdma\", \"nvidia,tegra20-apbdma\";\n"
  " \t\treg = <0x6000a000 0x1400>;\n"
  "-- \n"
  2.0.4
 
-50625a8550c14013670ff46d86ad8a1269ca5c82c543e94bee9d226f7d264aff
+db6657819f6dad1da319d4ae1cfd3edd54f24cf4ceaf1a93d1724db53aadda8b

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.