All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201401031049.20932.arnd@arndb.de>

diff --git a/a/1.txt b/N1/1.txt
index 6609380..ba0447d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -40,7 +40,7 @@ The driver also seems to use a phy that is not defined here.
 > +Example:
 > +
 > +SoC specific DT Entry:
-> +	pcie0: pcie@1f2b0000 {
+> +	pcie0: pcie at 1f2b0000 {
 > +		status = "disabled";
 > +		device_type = "pci";
 > +		compatible = "xgene,pcie";
@@ -52,7 +52,7 @@ The driver also seems to use a phy that is not defined here.
 
 This is an awfully small memory space for a 64 bit machine. Is that a hardware bug you
 are working around? If not, please make it as large as you can to allow for arbitrary
-extension cards with large BARs, at least 4GB.
+extension cards with large BARs,@least 4GB.
 
 Also, do you support no prefetchable memory?
 
diff --git a/a/content_digest b/N1/content_digest
index 3a1fe65..1b3ddf2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,9 @@
  "ref\01387785725-24262-1-git-send-email-tinamdar@apm.com\0"
  "ref\01387785725-24262-4-git-send-email-tinamdar@apm.com\0"
- "From\0Arnd Bergmann <arnd@arndb.de>\0"
- "Subject\0Re: [RFC PATCH 3/3] dt-bindings: pci: xgene pcie device tree bindings\0"
+ "From\0arnd@arndb.de (Arnd Bergmann)\0"
+ "Subject\0[RFC PATCH 3/3] dt-bindings: pci: xgene pcie device tree bindings\0"
  "Date\0Fri, 3 Jan 2014 10:49:20 +0100\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
- "Cc\0Tanmay Inamdar <tinamdar@apm.com>"
-  Bjorn Helgaas <bhelgaas@google.com>
-  Grant Likely <grant.likely@linaro.org>
-  Catalin Marinas <catalin.marinas@arm.com>
-  Rob Landley <rob@landley.net>
-  devicetree@vger.kernel.org
-  linux-doc@vger.kernel.org
-  linux-pci@vger.kernel.org
-  patches@apm.com
-  linux-kernel@vger.kernel.org
- " jcm@redhat.com\0"
  "\00:1\0"
  "b\0"
  "On Monday 23 December 2013, Tanmay Inamdar wrote:\n"
@@ -59,7 +48,7 @@
  "> +Example:\n"
  "> +\n"
  "> +SoC specific DT Entry:\n"
- "> +\tpcie0: pcie@1f2b0000 {\n"
+ "> +\tpcie0: pcie at 1f2b0000 {\n"
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t\tdevice_type = \"pci\";\n"
  "> +\t\tcompatible = \"xgene,pcie\";\n"
@@ -71,7 +60,7 @@
  "\n"
  "This is an awfully small memory space for a 64 bit machine. Is that a hardware bug you\n"
  "are working around? If not, please make it as large as you can to allow for arbitrary\n"
- "extension cards with large BARs, at least 4GB.\n"
+ "extension cards with large BARs,@least 4GB.\n"
  "\n"
  "Also, do you support no prefetchable memory?\n"
  "\n"
@@ -107,4 +96,4 @@
  "\n"
  "\tArnd"
 
-8e46606d7fb45c05b6f1db3b1190fe7cd9df1d89b1f3d85de5b6602dde03c801
+4d85fd2edb30e16585a0fe875125c83580ebc07882cc0002ab5b6e48ea5a35b7

diff --git a/a/1.txt b/N2/1.txt
index 6609380..931853e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,7 +2,7 @@ On Monday 23 December 2013, Tanmay Inamdar wrote:
 > This patch adds the bindings for X-Gene PCIe driver. The driver resides
 > under 'drivers/pci/host/pcie-xgene.c' file.
 > 
-> Signed-off-by: Tanmay Inamdar <tinamdar@apm.com>
+> Signed-off-by: Tanmay Inamdar <tinamdar-qTEPVZfXA3Y@public.gmane.org>
 > ---
 >  .../devicetree/bindings/pci/xgene-pcie.txt         |   43 ++++++++++++++++++++
 >  1 file changed, 43 insertions(+)
@@ -87,3 +87,7 @@ Only one IRQ for all devices?
 > +	};
 
 	Arnd
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 3a1fe65..36113e1 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,27 +1,28 @@
  "ref\01387785725-24262-1-git-send-email-tinamdar@apm.com\0"
  "ref\01387785725-24262-4-git-send-email-tinamdar@apm.com\0"
- "From\0Arnd Bergmann <arnd@arndb.de>\0"
+ "ref\01387785725-24262-4-git-send-email-tinamdar-qTEPVZfXA3Y@public.gmane.org\0"
+ "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0"
  "Subject\0Re: [RFC PATCH 3/3] dt-bindings: pci: xgene pcie device tree bindings\0"
  "Date\0Fri, 3 Jan 2014 10:49:20 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
- "Cc\0Tanmay Inamdar <tinamdar@apm.com>"
-  Bjorn Helgaas <bhelgaas@google.com>
-  Grant Likely <grant.likely@linaro.org>
-  Catalin Marinas <catalin.marinas@arm.com>
-  Rob Landley <rob@landley.net>
-  devicetree@vger.kernel.org
-  linux-doc@vger.kernel.org
-  linux-pci@vger.kernel.org
-  patches@apm.com
-  linux-kernel@vger.kernel.org
- " jcm@redhat.com\0"
+ "To\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "Cc\0Tanmay Inamdar <tinamdar-qTEPVZfXA3Y@public.gmane.org>"
+  Bjorn Helgaas <bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
+  Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>
+  Rob Landley <rob-VoJi6FS/r0vR7s880joybQ@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  patches-qTEPVZfXA3Y@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " jcm-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Monday 23 December 2013, Tanmay Inamdar wrote:\n"
  "> This patch adds the bindings for X-Gene PCIe driver. The driver resides\n"
  "> under 'drivers/pci/host/pcie-xgene.c' file.\n"
  "> \n"
- "> Signed-off-by: Tanmay Inamdar <tinamdar@apm.com>\n"
+ "> Signed-off-by: Tanmay Inamdar <tinamdar-qTEPVZfXA3Y@public.gmane.org>\n"
  "> ---\n"
  ">  .../devicetree/bindings/pci/xgene-pcie.txt         |   43 ++++++++++++++++++++\n"
  ">  1 file changed, 43 insertions(+)\n"
@@ -105,6 +106,10 @@
  "> +\t\tstatus = \"ok\";\n"
  "> +\t};\n"
  "\n"
- "\tArnd"
+ "\tArnd\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-8e46606d7fb45c05b6f1db3b1190fe7cd9df1d89b1f3d85de5b6602dde03c801
+f93ed061d65910e9fa210e88b438081395b923a58ceaa9abb511bf2df3d42abf

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.