All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1464067268-35299-1-git-send-email-navam@xilinx.com>

diff --git a/a/1.txt b/N1/1.txt
index dadf303..68de2ae 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -37,14 +37,14 @@ index 47b4e39..09df757 100644
 +- xlnx,addrwidth	: Should be the dma addressing size in bits(ex: 64 bits)
  
  Example:
-- 		axi-usb2-device at 42e00000 {
+- 		axi-usb2-device@42e00000 {
 -                        compatible = "xlnx,usb2-device-4.00.a";
 -                        interrupts = <0x0 0x39 0x1>;
 -                        reg = <0x42e00000 0x10000>;
 -                        xlnx,has-builtin-dma;
 -                };
 -
-+		axi-usb2-device at 42e00000 {
++		axi-usb2-device@42e00000 {
 +			compatible = "xlnx,usb2-device-4.00.a";
 +			interrupts = <0x0 0x39 0x1>;
 +			reg = <0x42e00000 0x10000>;
diff --git a/a/content_digest b/N1/content_digest
index 240f178..da940ee 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,21 @@
- "From\0nava.manne@xilinx.com (Nava kishore Manne)\0"
+ "From\0Nava kishore Manne <nava.manne@xilinx.com>\0"
  "Subject\0[PATCH v3] Axi-usb: Add support for 64-bit addressing.\0"
  "Date\0Tue, 24 May 2016 10:51:08 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0robh+dt@kernel.org"
+  pawel.moll@arm.com
+  mark.rutland@arm.com
+  ijc+devicetree@hellion.org.uk
+  galak@codeaurora.org
+  michal.simek@xilinx.com
+  soren.brinkmann@xilinx.com
+  balbi@ti.com
+  gregkh@linuxfoundation.org
+  hyun.kwon@xilinx.com
+  navam@xilinx.com
+ " radhey.shyam.pandey@xilinx.com\0"
+ "Cc\0devicetree@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "This patch updates the driver to support 64-bit DMA addressing.\n"
@@ -43,14 +57,14 @@
  "+- xlnx,addrwidth\t: Should be the dma addressing size in bits(ex: 64 bits)\n"
  " \n"
  " Example:\n"
- "- \t\taxi-usb2-device at 42e00000 {\n"
+ "- \t\taxi-usb2-device@42e00000 {\n"
  "-                        compatible = \"xlnx,usb2-device-4.00.a\";\n"
  "-                        interrupts = <0x0 0x39 0x1>;\n"
  "-                        reg = <0x42e00000 0x10000>;\n"
  "-                        xlnx,has-builtin-dma;\n"
  "-                };\n"
  "-\n"
- "+\t\taxi-usb2-device at 42e00000 {\n"
+ "+\t\taxi-usb2-device@42e00000 {\n"
  "+\t\t\tcompatible = \"xlnx,usb2-device-4.00.a\";\n"
  "+\t\t\tinterrupts = <0x0 0x39 0x1>;\n"
  "+\t\t\treg = <0x42e00000 0x10000>;\n"
@@ -160,4 +174,4 @@
  "-- \n"
  2.8.3.394.g3916adf
 
-f1d22b916debc82f52ae6a4932b2a003967cd81e1b1d878d5a641e22fbc7fe04
+d08c1095db6711d66a8b7267fcbb7b2dc828f3be3fedf4f3fcca9060291d2a9e

diff --git a/a/1.txt b/N2/1.txt
index dadf303..68de2ae 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -37,14 +37,14 @@ index 47b4e39..09df757 100644
 +- xlnx,addrwidth	: Should be the dma addressing size in bits(ex: 64 bits)
  
  Example:
-- 		axi-usb2-device at 42e00000 {
+- 		axi-usb2-device@42e00000 {
 -                        compatible = "xlnx,usb2-device-4.00.a";
 -                        interrupts = <0x0 0x39 0x1>;
 -                        reg = <0x42e00000 0x10000>;
 -                        xlnx,has-builtin-dma;
 -                };
 -
-+		axi-usb2-device at 42e00000 {
++		axi-usb2-device@42e00000 {
 +			compatible = "xlnx,usb2-device-4.00.a";
 +			interrupts = <0x0 0x39 0x1>;
 +			reg = <0x42e00000 0x10000>;
diff --git a/a/content_digest b/N2/content_digest
index 240f178..52d276c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,21 @@
- "From\0nava.manne@xilinx.com (Nava kishore Manne)\0"
+ "From\0Nava kishore Manne <nava.manne@xilinx.com>\0"
  "Subject\0[PATCH v3] Axi-usb: Add support for 64-bit addressing.\0"
  "Date\0Tue, 24 May 2016 10:51:08 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0<robh+dt@kernel.org>"
+  <pawel.moll@arm.com>
+  <mark.rutland@arm.com>
+  <ijc+devicetree@hellion.org.uk>
+  <galak@codeaurora.org>
+  <michal.simek@xilinx.com>
+  <soren.brinkmann@xilinx.com>
+  <balbi@ti.com>
+  <gregkh@linuxfoundation.org>
+  <hyun.kwon@xilinx.com>
+  <navam@xilinx.com>
+ " <radhey.shyam.pandey@xilinx.com>\0"
+ "Cc\0<devicetree@vger.kernel.org>"
+  <linux-arm-kernel@lists.infradead.org>
+ " <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "This patch updates the driver to support 64-bit DMA addressing.\n"
@@ -43,14 +57,14 @@
  "+- xlnx,addrwidth\t: Should be the dma addressing size in bits(ex: 64 bits)\n"
  " \n"
  " Example:\n"
- "- \t\taxi-usb2-device at 42e00000 {\n"
+ "- \t\taxi-usb2-device@42e00000 {\n"
  "-                        compatible = \"xlnx,usb2-device-4.00.a\";\n"
  "-                        interrupts = <0x0 0x39 0x1>;\n"
  "-                        reg = <0x42e00000 0x10000>;\n"
  "-                        xlnx,has-builtin-dma;\n"
  "-                };\n"
  "-\n"
- "+\t\taxi-usb2-device at 42e00000 {\n"
+ "+\t\taxi-usb2-device@42e00000 {\n"
  "+\t\t\tcompatible = \"xlnx,usb2-device-4.00.a\";\n"
  "+\t\t\tinterrupts = <0x0 0x39 0x1>;\n"
  "+\t\t\treg = <0x42e00000 0x10000>;\n"
@@ -160,4 +174,4 @@
  "-- \n"
  2.8.3.394.g3916adf
 
-f1d22b916debc82f52ae6a4932b2a003967cd81e1b1d878d5a641e22fbc7fe04
+640d1f0d6e2bd8e5159d767239b3e19b86f69fe798ada24691bccdbd7ffe5253

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.