diff for duplicates of <551266DE.3030609@huawei.com> diff --git a/a/1.txt b/N1/1.txt index 95a1473..cd55615 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -38,10 +38,10 @@ interface, I think use the common interface would be better. >> + 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); diff --git a/a/content_digest b/N1/content_digest index 0eab6b2..bebdddf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01427241523.2685.18.camel@axtens.net\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [PATCH v8 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity\0" - "Date\0Wed, 25 Mar 2015 15:42:22 +0800\0" + "Date\0Wed, 25 Mar 2015 07:42:22 +0000\0" "To\0Daniel Axtens <dja@axtens.net>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" linux-ia64@vger.kernel.org @@ -15,7 +15,7 @@ Arnd Bergmann <arnd@arndb.de> Marc Zyngier <marc.zyngier@arm.com> Rusty Russell <rusty@rustcorp.com.au> - linux-m68k@lists.linux-m68k.org + linux-m68k@vger.kernel.org Thomas Gleixner <tglx@linutronix.de> Yinghai Lu <yinghai@kernel.org> linux-arm-kernel@lists.infradead.org @@ -68,10 +68,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" @@ -124,4 +124,4 @@ "Thanks!\n" Yijing -984d359ff17e6a37c5b7aba520fffd144c4f4ea48d320c46c1a920bdbf60096a +af2e7056af8963db68c94df3fba5823ac2cd0f7f18bf139556f857da1f072864
diff --git a/a/content_digest b/N2/content_digest index 0eab6b2..c9f8fb5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,25 +6,25 @@ "Date\0Wed, 25 Mar 2015 15:42:22 +0800\0" "To\0Daniel Axtens <dja@axtens.net>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-ia64@vger.kernel.org - linux-pci@vger.kernel.org + <linux-ia64@vger.kernel.org> + <linux-pci@vger.kernel.org> Guan Xuetao <gxt@mprc.pku.edu.cn> Russell King <linux@arm.linux.org.uk> - x86@kernel.org + <x86@kernel.org> Geert Uytterhoeven <geert@linux-m68k.org> Arnd Bergmann <arnd@arndb.de> Marc Zyngier <marc.zyngier@arm.com> Rusty Russell <rusty@rustcorp.com.au> - linux-m68k@lists.linux-m68k.org + <linux-m68k@lists.linux-m68k.org> Thomas Gleixner <tglx@linutronix.de> Yinghai Lu <yinghai@kernel.org> - linux-arm-kernel@lists.infradead.org + <linux-arm-kernel@lists.infradead.org> Liviu Dudau <liviu@dudau.co.uk> Tony Luck <tony.luck@intel.com> - linux-kernel@vger.kernel.org + <linux-kernel@vger.kernel.org> Jiang Liu <jiang.liu@linux.intel.com> - linux-alpha@vger.kernel.org - linuxppc-dev@lists.ozlabs.org + <linux-alpha@vger.kernel.org> + <linuxppc-dev@lists.ozlabs.org> " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" @@ -124,4 +124,4 @@ "Thanks!\n" Yijing -984d359ff17e6a37c5b7aba520fffd144c4f4ea48d320c46c1a920bdbf60096a +8edb44c21abbcff92c222f4c39aad60518e0577c56d0df971a72f218e2af5e78
diff --git a/a/content_digest b/N3/content_digest index 0eab6b2..47ce8dd 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -5,27 +5,27 @@ "Subject\0Re: [PATCH v8 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity\0" "Date\0Wed, 25 Mar 2015 15:42:22 +0800\0" "To\0Daniel Axtens <dja@axtens.net>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" + "Cc\0Liviu Dudau <liviu@dudau.co.uk>" + Rusty Russell <rusty@rustcorp.com.au> linux-ia64@vger.kernel.org - linux-pci@vger.kernel.org - Guan Xuetao <gxt@mprc.pku.edu.cn> - Russell King <linux@arm.linux.org.uk> - x86@kernel.org - Geert Uytterhoeven <geert@linux-m68k.org> Arnd Bergmann <arnd@arndb.de> Marc Zyngier <marc.zyngier@arm.com> - Rusty Russell <rusty@rustcorp.com.au> + linux-pci@vger.kernel.org + x86@kernel.org + linux-kernel@vger.kernel.org + David S. Miller <davem@davemloft.net> + linuxppc-dev@lists.ozlabs.org linux-m68k@lists.linux-m68k.org + Tony Luck <tony.luck@intel.com> + Geert Uytterhoeven <geert@linux-m68k.org> + linux-alpha@vger.kernel.org + Bjorn Helgaas <bhelgaas@google.com> + Russell King <linux@arm.linux.org.uk> Thomas Gleixner <tglx@linutronix.de> + Guan Xuetao <gxt@mprc.pku.edu.cn> Yinghai Lu <yinghai@kernel.org> - linux-arm-kernel@lists.infradead.org - Liviu Dudau <liviu@dudau.co.uk> - 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" + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 2015/3/25 7:58, Daniel Axtens wrote:\n" @@ -124,4 +124,4 @@ "Thanks!\n" Yijing -984d359ff17e6a37c5b7aba520fffd144c4f4ea48d320c46c1a920bdbf60096a +191446ab213b76aec8bc2068a9589f3034a352afdbb92be91e335ed91cbaf2ba
diff --git a/a/1.txt b/N4/1.txt index 95a1473..4aba184 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -5,7 +5,7 @@ On 2015/3/25 7:58, Daniel Axtens wrote: >> >> 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 | 60 +++++++++++++++++++++++-------------- >> 1 files changed, 37 insertions(+), 23 deletions(-) diff --git a/a/content_digest b/N4/content_digest index 0eab6b2..5554bba 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,31 +1,10 @@ "ref\01427168064-8657-1-git-send-email-wangyijing@huawei.com\0" "ref\01427168064-8657-20-git-send-email-wangyijing@huawei.com\0" "ref\01427241523.2685.18.camel@axtens.net\0" - "From\0Yijing Wang <wangyijing@huawei.com>\0" - "Subject\0Re: [PATCH v8 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity\0" + "From\0wangyijing@huawei.com (Yijing Wang)\0" + "Subject\0[PATCH v8 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity\0" "Date\0Wed, 25 Mar 2015 15:42:22 +0800\0" - "To\0Daniel Axtens <dja@axtens.net>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-ia64@vger.kernel.org - linux-pci@vger.kernel.org - Guan Xuetao <gxt@mprc.pku.edu.cn> - Russell King <linux@arm.linux.org.uk> - x86@kernel.org - Geert Uytterhoeven <geert@linux-m68k.org> - Arnd Bergmann <arnd@arndb.de> - Marc Zyngier <marc.zyngier@arm.com> - Rusty Russell <rusty@rustcorp.com.au> - linux-m68k@lists.linux-m68k.org - Thomas Gleixner <tglx@linutronix.de> - Yinghai Lu <yinghai@kernel.org> - linux-arm-kernel@lists.infradead.org - Liviu Dudau <liviu@dudau.co.uk> - 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" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 2015/3/25 7:58, Daniel Axtens wrote:\n" @@ -35,7 +14,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 | 60 +++++++++++++++++++++++--------------\n" ">> 1 files changed, 37 insertions(+), 23 deletions(-)\n" @@ -124,4 +103,4 @@ "Thanks!\n" Yijing -984d359ff17e6a37c5b7aba520fffd144c4f4ea48d320c46c1a920bdbf60096a +9a5d4ee0ce0747d8ab07a47770a08cffef41573f9867aad1eb13c6f3f8f5e314
diff --git a/a/content_digest b/N5/content_digest index 0eab6b2..707088c 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -6,25 +6,25 @@ "Date\0Wed, 25 Mar 2015 15:42:22 +0800\0" "To\0Daniel Axtens <dja@axtens.net>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-ia64@vger.kernel.org - linux-pci@vger.kernel.org + <linux-ia64@vger.kernel.org> + <linux-pci@vger.kernel.org> Guan Xuetao <gxt@mprc.pku.edu.cn> Russell King <linux@arm.linux.org.uk> - x86@kernel.org + <x86@kernel.org> Geert Uytterhoeven <geert@linux-m68k.org> Arnd Bergmann <arnd@arndb.de> Marc Zyngier <marc.zyngier@arm.com> Rusty Russell <rusty@rustcorp.com.au> - linux-m68k@lists.linux-m68k.org + <linux-m68k@vger.kernel.org> Thomas Gleixner <tglx@linutronix.de> Yinghai Lu <yinghai@kernel.org> - linux-arm-kernel@lists.infradead.org + <linux-arm-kernel@lists.infradead.org> Liviu Dudau <liviu@dudau.co.uk> Tony Luck <tony.luck@intel.com> - linux-kernel@vger.kernel.org + <linux-kernel@vger.kernel.org> Jiang Liu <jiang.liu@linux.intel.com> - linux-alpha@vger.kernel.org - linuxppc-dev@lists.ozlabs.org + <linux-alpha@vger.kernel.org> + <linuxppc-dev@lists.ozlabs.org> " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" @@ -124,4 +124,4 @@ "Thanks!\n" Yijing -984d359ff17e6a37c5b7aba520fffd144c4f4ea48d320c46c1a920bdbf60096a +f01b6289e9e3488d15e931903004a843417436b2460832a575c276d2aa0820e2
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.