All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5523466A.3090500@huawei.com>

diff --git a/a/1.txt b/N1/1.txt
index 44d6b8a..a6c93bf 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -61,10 +61,10 @@ Yijing.
 >> +		mode = ppc_md.pci_probe_mode(bus);
 >> +
 >> +	pr_debug("    probe mode: %d\n", mode);
->> +	if (mode == PCI_PROBE_DEVTREE)
+>> +	if (mode = PCI_PROBE_DEVTREE)
 >> +		of_scan_bus(hose->dn, bus);
 >> +
->> +	if (mode == PCI_PROBE_NORMAL) {
+>> +	if (mode = PCI_PROBE_NORMAL) {
 >> +		pci_bus_update_busn_res_end(bus, 255);
 >> +		hose->last_busno = pci_scan_child_bus(bus);
 >> +		pci_bus_update_busn_res_end(bus, hose->last_busno);
@@ -107,12 +107,12 @@ Yijing.
 >>  	/* Create an empty bus for the toplevel */
 >> -	bus = pci_create_root_bus(hose->parent, hose->global_number,
 >> -			hose->first_busno, hose->ops, hose, &resources);
->> -	if (bus == NULL) {
+>> -	if (bus = NULL) {
 >> -		pr_err("Failed to create bus for PCI domain %04x\n",
 >> -			hose->global_number);
 >> +	host = pci_scan_host_bridge(hose->parent, hose->global_number,
 >> +			hose->first_busno, hose, &resources, &pci_host_ops);
->> +	if (host == NULL) {
+>> +	if (host = NULL) {
 >> +		pr_err("Failed to create host bridge for pci%04x:%02x\n",
 >> +			hose->global_number, hose->first_busno);
 >>  		pci_free_resource_list(&resources);
@@ -125,10 +125,10 @@ Yijing.
 >> -	if (node && ppc_md.pci_probe_mode)
 >> -		mode = ppc_md.pci_probe_mode(bus);
 >> -	pr_debug("    probe mode: %d\n", mode);
->> -	if (mode == PCI_PROBE_DEVTREE)
+>> -	if (mode = PCI_PROBE_DEVTREE)
 >> -		of_scan_bus(node, bus);
 >> -
->> -	if (mode == PCI_PROBE_NORMAL) {
+>> -	if (mode = PCI_PROBE_NORMAL) {
 >> -		pci_bus_update_busn_res_end(bus, 255);
 >> -		hose->last_busno = pci_scan_child_bus(bus);
 >> -		pci_bus_update_busn_res_end(bus, hose->last_busno);
diff --git a/a/content_digest b/N1/content_digest
index 2d86bb8..d483bb2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\01428363334.22268.9.camel@axtens.net\0"
  "From\0Yijing Wang <wangyijing@huawei.com>\0"
  "Subject\0Re: [PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity\0"
- "Date\0Tue, 7 Apr 2015 10:52:26 +0800\0"
+ "Date\0Tue, 07 Apr 2015 02:52:26 +0000\0"
  "To\0Daniel Axtens <dja@axtens.net>\0"
  "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
   Jiang Liu <jiang.liu@linux.intel.com>
@@ -22,7 +22,7 @@
   David S. Miller <davem@davemloft.net>
   Guan Xuetao <gxt@mprc.pku.edu.cn>
   linux-alpha@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
+  linux-m68k@vger.kernel.org
   Liviu Dudau <liviu@dudau.co.uk>
   Arnd Bergmann <arnd@arndb.de>
   Geert Uytterhoeven <geert@linux-m68k.org>
@@ -92,10 +92,10 @@
  ">> +\t\tmode = ppc_md.pci_probe_mode(bus);\n"
  ">> +\n"
  ">> +\tpr_debug(\"    probe mode: %d\\n\", mode);\n"
- ">> +\tif (mode == PCI_PROBE_DEVTREE)\n"
+ ">> +\tif (mode = PCI_PROBE_DEVTREE)\n"
  ">> +\t\tof_scan_bus(hose->dn, bus);\n"
  ">> +\n"
- ">> +\tif (mode == PCI_PROBE_NORMAL) {\n"
+ ">> +\tif (mode = PCI_PROBE_NORMAL) {\n"
  ">> +\t\tpci_bus_update_busn_res_end(bus, 255);\n"
  ">> +\t\those->last_busno = pci_scan_child_bus(bus);\n"
  ">> +\t\tpci_bus_update_busn_res_end(bus, hose->last_busno);\n"
@@ -138,12 +138,12 @@
  ">>  \t/* Create an empty bus for the toplevel */\n"
  ">> -\tbus = pci_create_root_bus(hose->parent, hose->global_number,\n"
  ">> -\t\t\those->first_busno, hose->ops, hose, &resources);\n"
- ">> -\tif (bus == NULL) {\n"
+ ">> -\tif (bus = NULL) {\n"
  ">> -\t\tpr_err(\"Failed to create bus for PCI domain %04x\\n\",\n"
  ">> -\t\t\those->global_number);\n"
  ">> +\thost = pci_scan_host_bridge(hose->parent, hose->global_number,\n"
  ">> +\t\t\those->first_busno, hose, &resources, &pci_host_ops);\n"
- ">> +\tif (host == NULL) {\n"
+ ">> +\tif (host = NULL) {\n"
  ">> +\t\tpr_err(\"Failed to create host bridge for pci%04x:%02x\\n\",\n"
  ">> +\t\t\those->global_number, hose->first_busno);\n"
  ">>  \t\tpci_free_resource_list(&resources);\n"
@@ -156,10 +156,10 @@
  ">> -\tif (node && ppc_md.pci_probe_mode)\n"
  ">> -\t\tmode = ppc_md.pci_probe_mode(bus);\n"
  ">> -\tpr_debug(\"    probe mode: %d\\n\", mode);\n"
- ">> -\tif (mode == PCI_PROBE_DEVTREE)\n"
+ ">> -\tif (mode = PCI_PROBE_DEVTREE)\n"
  ">> -\t\tof_scan_bus(node, bus);\n"
  ">> -\n"
- ">> -\tif (mode == PCI_PROBE_NORMAL) {\n"
+ ">> -\tif (mode = PCI_PROBE_NORMAL) {\n"
  ">> -\t\tpci_bus_update_busn_res_end(bus, 255);\n"
  ">> -\t\those->last_busno = pci_scan_child_bus(bus);\n"
  ">> -\t\tpci_bus_update_busn_res_end(bus, hose->last_busno);\n"
@@ -187,4 +187,4 @@
  "Thanks!\n"
  Yijing
 
-ee966f9a9e359488fd6a55bb8c46bcd64561b4410665eb8270a7b5d741184f77
+a160361890123824875ca316271391e277d9b5f18192f56a03acdd8c4fc0c7b7

diff --git a/a/content_digest b/N2/content_digest
index 2d86bb8..26029c4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,26 +7,26 @@
  "To\0Daniel Axtens <dja@axtens.net>\0"
  "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
   Jiang Liu <jiang.liu@linux.intel.com>
-  linux-pci@vger.kernel.org
+  <linux-pci@vger.kernel.org>
   Yinghai Lu <yinghai@kernel.org>
-  linux-kernel@vger.kernel.org
+  <linux-kernel@vger.kernel.org>
   Marc Zyngier <marc.zyngier@arm.com>
-  linux-arm-kernel@lists.infradead.org
+  <linux-arm-kernel@lists.infradead.org>
   Russell King <linux@arm.linux.org.uk>
-  x86@kernel.org
+  <x86@kernel.org>
   Thomas Gleixner <tglx@linutronix.de>
   Benjamin Herrenschmidt <benh@kernel.crashing.org>
   Rusty Russell <rusty@rustcorp.com.au>
   Tony Luck <tony.luck@intel.com>
-  linux-ia64@vger.kernel.org
+  <linux-ia64@vger.kernel.org>
   David S. Miller <davem@davemloft.net>
   Guan Xuetao <gxt@mprc.pku.edu.cn>
-  linux-alpha@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
+  <linux-alpha@vger.kernel.org>
+  <linux-m68k@lists.linux-m68k.org>
   Liviu Dudau <liviu@dudau.co.uk>
   Arnd Bergmann <arnd@arndb.de>
   Geert Uytterhoeven <geert@linux-m68k.org>
- " linuxppc-dev@lists.ozlabs.org\0"
+ " <linuxppc-dev@lists.ozlabs.org>\0"
  "\00:1\0"
  "b\0"
  "On 2015/4/7 7:35, Daniel Axtens wrote:\n"
@@ -187,4 +187,4 @@
  "Thanks!\n"
  Yijing
 
-ee966f9a9e359488fd6a55bb8c46bcd64561b4410665eb8270a7b5d741184f77
+46f3b507f04c8a8f9a2561639097daf06cb28510089c4c34fed0ae5ad0e65309

diff --git a/a/content_digest b/N3/content_digest
index 2d86bb8..2437a54 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -5,28 +5,27 @@
  "Subject\0Re: [PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity\0"
  "Date\0Tue, 7 Apr 2015 10:52:26 +0800\0"
  "To\0Daniel Axtens <dja@axtens.net>\0"
- "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
-  Jiang Liu <jiang.liu@linux.intel.com>
+ "Cc\0linux-ia64@vger.kernel.org"
   linux-pci@vger.kernel.org
-  Yinghai Lu <yinghai@kernel.org>
-  linux-kernel@vger.kernel.org
-  Marc Zyngier <marc.zyngier@arm.com>
-  linux-arm-kernel@lists.infradead.org
+  Guan Xuetao <gxt@mprc.pku.edu.cn>
   Russell King <linux@arm.linux.org.uk>
   x86@kernel.org
-  Thomas Gleixner <tglx@linutronix.de>
-  Benjamin Herrenschmidt <benh@kernel.crashing.org>
+  Geert Uytterhoeven <geert@linux-m68k.org>
+  Arnd Bergmann <arnd@arndb.de>
+  Marc Zyngier <marc.zyngier@arm.com>
   Rusty Russell <rusty@rustcorp.com.au>
-  Tony Luck <tony.luck@intel.com>
-  linux-ia64@vger.kernel.org
-  David S. Miller <davem@davemloft.net>
-  Guan Xuetao <gxt@mprc.pku.edu.cn>
-  linux-alpha@vger.kernel.org
   linux-m68k@lists.linux-m68k.org
+  Bjorn Helgaas <bhelgaas@google.com>
+  Thomas Gleixner <tglx@linutronix.de>
+  Yinghai Lu <yinghai@kernel.org>
+  linux-arm-kernel@lists.infradead.org
   Liviu Dudau <liviu@dudau.co.uk>
-  Arnd Bergmann <arnd@arndb.de>
-  Geert Uytterhoeven <geert@linux-m68k.org>
- " linuxppc-dev@lists.ozlabs.org\0"
+  Tony Luck <tony.luck@intel.com>
+  linux-kernel@vger.kernel.org
+  Jiang Liu <jiang.liu@linux.intel.com>
+  linux-alpha@vger.kernel.org
+  linuxppc-dev@lists.ozlabs.org
+ " David S. Miller <davem@davemloft.net>\0"
  "\00:1\0"
  "b\0"
  "On 2015/4/7 7:35, Daniel Axtens wrote:\n"
@@ -187,4 +186,4 @@
  "Thanks!\n"
  Yijing
 
-ee966f9a9e359488fd6a55bb8c46bcd64561b4410665eb8270a7b5d741184f77
+bf60563e8f88ee31fb17dbc18c8cf9db26da0f93a52306d68e65ac9deb8371bd

diff --git a/a/1.txt b/N4/1.txt
index 44d6b8a..08fb82d 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -37,7 +37,7 @@ Yijing.
 >>
 >> Signed-off-by: Yijing Wang <wangyijing@huawei.com>
 >> CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
->> CC: linuxppc-dev@lists.ozlabs.org
+>> CC: linuxppc-dev at lists.ozlabs.org
 >> ---
 >>  arch/powerpc/kernel/pci-common.c |   62 +++++++++++++++++++++++--------------
 >>  1 files changed, 38 insertions(+), 24 deletions(-)
diff --git a/a/content_digest b/N4/content_digest
index 2d86bb8..b018ed2 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -1,32 +1,10 @@
  "ref\01428053164-28277-1-git-send-email-wangyijing@huawei.com\0"
  "ref\01428053164-28277-21-git-send-email-wangyijing@huawei.com\0"
  "ref\01428363334.22268.9.camel@axtens.net\0"
- "From\0Yijing Wang <wangyijing@huawei.com>\0"
- "Subject\0Re: [PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity\0"
+ "From\0wangyijing@huawei.com (Yijing Wang)\0"
+ "Subject\0[PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity\0"
  "Date\0Tue, 7 Apr 2015 10:52:26 +0800\0"
- "To\0Daniel Axtens <dja@axtens.net>\0"
- "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
-  Jiang Liu <jiang.liu@linux.intel.com>
-  linux-pci@vger.kernel.org
-  Yinghai Lu <yinghai@kernel.org>
-  linux-kernel@vger.kernel.org
-  Marc Zyngier <marc.zyngier@arm.com>
-  linux-arm-kernel@lists.infradead.org
-  Russell King <linux@arm.linux.org.uk>
-  x86@kernel.org
-  Thomas Gleixner <tglx@linutronix.de>
-  Benjamin Herrenschmidt <benh@kernel.crashing.org>
-  Rusty Russell <rusty@rustcorp.com.au>
-  Tony Luck <tony.luck@intel.com>
-  linux-ia64@vger.kernel.org
-  David S. Miller <davem@davemloft.net>
-  Guan Xuetao <gxt@mprc.pku.edu.cn>
-  linux-alpha@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
-  Liviu Dudau <liviu@dudau.co.uk>
-  Arnd Bergmann <arnd@arndb.de>
-  Geert Uytterhoeven <geert@linux-m68k.org>
- " linuxppc-dev@lists.ozlabs.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 2015/4/7 7:35, Daniel Axtens wrote:\n"
@@ -68,7 +46,7 @@
  ">>\n"
  ">> Signed-off-by: Yijing Wang <wangyijing@huawei.com>\n"
  ">> CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>\n"
- ">> CC: linuxppc-dev@lists.ozlabs.org\n"
+ ">> CC: linuxppc-dev at lists.ozlabs.org\n"
  ">> ---\n"
  ">>  arch/powerpc/kernel/pci-common.c |   62 +++++++++++++++++++++++--------------\n"
  ">>  1 files changed, 38 insertions(+), 24 deletions(-)\n"
@@ -187,4 +165,4 @@
  "Thanks!\n"
  Yijing
 
-ee966f9a9e359488fd6a55bb8c46bcd64561b4410665eb8270a7b5d741184f77
+c235830cfd23f36e58b308d412926824b73c979b4465b8c8b56374b9d922050c

diff --git a/a/content_digest b/N5/content_digest
index 2d86bb8..1ccd958 100644
--- a/a/content_digest
+++ b/N5/content_digest
@@ -7,26 +7,26 @@
  "To\0Daniel Axtens <dja@axtens.net>\0"
  "Cc\0Bjorn Helgaas <bhelgaas@google.com>"
   Jiang Liu <jiang.liu@linux.intel.com>
-  linux-pci@vger.kernel.org
+  <linux-pci@vger.kernel.org>
   Yinghai Lu <yinghai@kernel.org>
-  linux-kernel@vger.kernel.org
+  <linux-kernel@vger.kernel.org>
   Marc Zyngier <marc.zyngier@arm.com>
-  linux-arm-kernel@lists.infradead.org
+  <linux-arm-kernel@lists.infradead.org>
   Russell King <linux@arm.linux.org.uk>
-  x86@kernel.org
+  <x86@kernel.org>
   Thomas Gleixner <tglx@linutronix.de>
   Benjamin Herrenschmidt <benh@kernel.crashing.org>
   Rusty Russell <rusty@rustcorp.com.au>
   Tony Luck <tony.luck@intel.com>
-  linux-ia64@vger.kernel.org
+  <linux-ia64@vger.kernel.org>
   David S. Miller <davem@davemloft.net>
   Guan Xuetao <gxt@mprc.pku.edu.cn>
-  linux-alpha@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
+  <linux-alpha@vger.kernel.org>
+  <linux-m68k@vger.kernel.org>
   Liviu Dudau <liviu@dudau.co.uk>
   Arnd Bergmann <arnd@arndb.de>
   Geert Uytterhoeven <geert@linux-m68k.org>
- " linuxppc-dev@lists.ozlabs.org\0"
+ " <linuxppc-dev@lists.ozlabs.org>\0"
  "\00:1\0"
  "b\0"
  "On 2015/4/7 7:35, Daniel Axtens wrote:\n"
@@ -187,4 +187,4 @@
  "Thanks!\n"
  Yijing
 
-ee966f9a9e359488fd6a55bb8c46bcd64561b4410665eb8270a7b5d741184f77
+13ad8ec23816089815f31877982ef2f5d4a3f823f39588a7d2993b1637eb3387

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.