diff for duplicates of <5593F899.6050306@arm.com> diff --git a/a/1.txt b/N1/1.txt index d103825..d35df04 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,8 +18,8 @@ The network card is no longer detected, and I get a lockup when removing the root bridge and rescanning. Partial dmesg output below. Significantly, the lines: -> [ 0.152128] PCI host bridge /soc/pcie@0x01000000 ranges: -> [ 0.152142] No bus range found for /soc/pcie@0x01000000, using [bus +> [ 0.152128] PCI host bridge /soc/pcie at 0x01000000 ranges: +> [ 0.152142] No bus range found for /soc/pcie at 0x01000000, using [bus 00-ff] are new. @@ -34,10 +34,10 @@ James -root@localhost:~# dmesg | grep -i pci +root at localhost:~# dmesg | grep -i pci [ 0.126184] PCI: CLS 0 bytes, default 64 -[ 0.152128] PCI host bridge /soc/pcie@0x01000000 ranges: -[ 0.152142] No bus range found for /soc/pcie@0x01000000, using [bus 00-ff] +[ 0.152128] PCI host bridge /soc/pcie at 0x01000000 ranges: +[ 0.152142] No bus range found for /soc/pcie at 0x01000000, using [bus 00-ff] [ 0.154183] imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00 [ 0.154201] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.154215] pci_bus 0000:00: root bus resource [??? diff --git a/a/content_digest b/N1/content_digest index 30ab8d0..2e2d51e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,10 @@ "ref\01435743817-19083-1-git-send-email-wangzhou1@hisilicon.com\0" "ref\01435743817-19083-3-git-send-email-wangzhou1@hisilicon.com\0" "ref\0EE11001F9E5DDD47B7634E2F8A612F2E01D4E4BB@lhreml503-mbs\0" - "From\0James Morse <james.morse@arm.com>\0" - "Subject\0Re: [PATCH v3 2/5] PCI: designware: Add ARM64 support\0" + "From\0james.morse@arm.com (James Morse)\0" + "Subject\0[PATCH v3 2/5] PCI: designware: Add ARM64 support\0" "Date\0Wed, 01 Jul 2015 15:26:33 +0100\0" - "To\0Gabriele Paoloni <gabriele.paoloni@huawei.com>" - Wangzhou (B) <wangzhou1@hisilicon.com> - Bjorn Helgaas <bhelgaas@google.com> - Jingoo Han <jg1.han@samsung.com> - Pratyush Anand <pratyush.anand@gmail.com> - Arnd Bergmann <arnd@arndb.de> - Liviu Dudau <Liviu.Dudau@arm.com> - kishon@ti.com <kishon@ti.com> - xobs@kosagi.com <xobs@kosagi.com> - m-karicheri2@ti.com <m-karicheri2@ti.com> - " Minghuan.Lian@freescale.com <Minghuan.Lian@freescale.com>\0" - "Cc\0linux-pci@vger.kernel.org <linux-pci@vger.kernel.org>" - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - devicetree@vger.kernel.org <devicetree@vger.kernel.org> - Yuanzhichang <yuanzhichang@hisilicon.com> - Zhudacai <zhudacai@hisilicon.com> - zhangjukuo <zhangjukuo@huawei.com> - qiuzhenfa <qiuzhenfa@hisilicon.com> - " liguozhu@hisilicon.com <liguozhu@hisilicon.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Zhou Wang wrote:\n" @@ -45,8 +27,8 @@ "the root bridge and rescanning.\n" "\n" "Partial dmesg output below. Significantly, the lines:\n" - "> [ 0.152128] PCI host bridge /soc/pcie@0x01000000 ranges:\n" - "> [ 0.152142] No bus range found for /soc/pcie@0x01000000, using [bus\n" + "> [ 0.152128] PCI host bridge /soc/pcie at 0x01000000 ranges:\n" + "> [ 0.152142] No bus range found for /soc/pcie at 0x01000000, using [bus\n" "00-ff]\n" "are new.\n" "\n" @@ -61,10 +43,10 @@ "\n" "\n" "\n" - "root@localhost:~# dmesg | grep -i pci\n" + "root at localhost:~# dmesg | grep -i pci\n" "[ 0.126184] PCI: CLS 0 bytes, default 64\n" - "[ 0.152128] PCI host bridge /soc/pcie@0x01000000 ranges:\n" - "[ 0.152142] No bus range found for /soc/pcie@0x01000000, using [bus 00-ff]\n" + "[ 0.152128] PCI host bridge /soc/pcie at 0x01000000 ranges:\n" + "[ 0.152142] No bus range found for /soc/pcie at 0x01000000, using [bus 00-ff]\n" "[ 0.154183] imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00\n" "[ 0.154201] pci_bus 0000:00: root bus resource [bus 00-ff]\n" "[ 0.154215] pci_bus 0000:00: root bus resource [???\n" @@ -89,4 +71,4 @@ "[ 1.188840] ehci-pci: EHCI PCI platform driver\n" [ 1.232518] ohci-pci: OHCI PCI platform driver -7b47294015981ccba505974689fd6f40d771b3709deb0df2c57732a00ba2afd4 +c15e8d424f1a791060ba24c3a301f9b0fdee8e16af0d0a0f242f847deca4bdfd
diff --git a/a/1.txt b/N2/1.txt index d103825..ddfec95 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -6,11 +6,11 @@ Zhou Wang wrote: > could > help to test it. > -> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> -> Signed-off-by: Arnd Bergmann <arnd@arndb.de> -> Signed-off-by: Gabriele Paoloni <gabriele.paoloni@huawei.com> -> Tested-by: Fabrice Gasnier <fabrice.gasnier@st.com> -> Tested-by: James Morse <james.morse@arm.com> +> Signed-off-by: Zhou Wang <wangzhou1-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org> +> Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> +> Signed-off-by: Gabriele Paoloni <gabriele.paoloni-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> +> Tested-by: Fabrice Gasnier <fabrice.gasnier-qxv4g6HH51o@public.gmane.org> +> Tested-by: James Morse <james.morse-5wv7dgnIgG8@public.gmane.org> Tests on this new series, using the same i.MX 6Quad board, are not working. @@ -61,3 +61,8 @@ pref] [ 0.155279] aer 0000:00:00.0:pcie02: service driver aer loaded [ 1.188840] ehci-pci: EHCI PCI platform driver [ 1.232518] ohci-pci: OHCI PCI platform driver + +-- +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 30ab8d0..69ee77c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,28 +1,28 @@ "ref\01435743817-19083-1-git-send-email-wangzhou1@hisilicon.com\0" "ref\01435743817-19083-3-git-send-email-wangzhou1@hisilicon.com\0" "ref\0EE11001F9E5DDD47B7634E2F8A612F2E01D4E4BB@lhreml503-mbs\0" - "From\0James Morse <james.morse@arm.com>\0" + "From\0James Morse <james.morse-5wv7dgnIgG8@public.gmane.org>\0" "Subject\0Re: [PATCH v3 2/5] PCI: designware: Add ARM64 support\0" "Date\0Wed, 01 Jul 2015 15:26:33 +0100\0" - "To\0Gabriele Paoloni <gabriele.paoloni@huawei.com>" - Wangzhou (B) <wangzhou1@hisilicon.com> - Bjorn Helgaas <bhelgaas@google.com> - Jingoo Han <jg1.han@samsung.com> - Pratyush Anand <pratyush.anand@gmail.com> - Arnd Bergmann <arnd@arndb.de> - Liviu Dudau <Liviu.Dudau@arm.com> - kishon@ti.com <kishon@ti.com> - xobs@kosagi.com <xobs@kosagi.com> - m-karicheri2@ti.com <m-karicheri2@ti.com> - " Minghuan.Lian@freescale.com <Minghuan.Lian@freescale.com>\0" - "Cc\0linux-pci@vger.kernel.org <linux-pci@vger.kernel.org>" - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - devicetree@vger.kernel.org <devicetree@vger.kernel.org> - Yuanzhichang <yuanzhichang@hisilicon.com> - Zhudacai <zhudacai@hisilicon.com> - zhangjukuo <zhangjukuo@huawei.com> - qiuzhenfa <qiuzhenfa@hisilicon.com> - " liguozhu@hisilicon.com <liguozhu@hisilicon.com>\0" + "To\0Gabriele Paoloni <gabriele.paoloni-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>" + Wangzhou (B) <wangzhou1-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org> + Bjorn Helgaas <bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> + Jingoo Han <jg1.han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + Pratyush Anand <pratyush.anand-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> + Liviu Dudau <Liviu.Dudau-5wv7dgnIgG8@public.gmane.org> + kishon-l0cyMroinI0@public.gmane.org <kishon-l0cyMroinI0@public.gmane.org> + xobs-nXMMniAx+RbQT0dZR+AlfA@public.gmane.org <xobs-nXMMniAx+RbQT0dZR+AlfA@public.gmane.org> + m-karicheri2-l0cyMroinI0@public.gmane.org <m-karicheri2-l0cyMroinI0@public.gmane.org> + " Minghuan.Lian-KZfg59tc24xl57MIdRCFDg@public.gmane.org <Minghuan.Lian-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0" + "Cc\0linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + Yuanzhichang <yuanzhichang-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org> + Zhudacai <zhudacai-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org> + zhangjukuo <zhangjukuo-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> + qiuzhenfa <qiuzhenfa-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org> + " liguozhu-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org <liguozhu-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>\0" "\00:1\0" "b\0" "Zhou Wang wrote:\n" @@ -33,11 +33,11 @@ "> could\n" "> help to test it.\n" ">\n" - "> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com>\n" - "> Signed-off-by: Arnd Bergmann <arnd@arndb.de>\n" - "> Signed-off-by: Gabriele Paoloni <gabriele.paoloni@huawei.com>\n" - "> Tested-by: Fabrice Gasnier <fabrice.gasnier@st.com>\n" - "> Tested-by: James Morse <james.morse@arm.com>\n" + "> Signed-off-by: Zhou Wang <wangzhou1-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>\n" + "> Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" + "> Signed-off-by: Gabriele Paoloni <gabriele.paoloni-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>\n" + "> Tested-by: Fabrice Gasnier <fabrice.gasnier-qxv4g6HH51o@public.gmane.org>\n" + "> Tested-by: James Morse <james.morse-5wv7dgnIgG8@public.gmane.org>\n" "\n" "Tests on this new series, using the same i.MX 6Quad board, are not working.\n" "\n" @@ -87,6 +87,11 @@ "[ 0.155161] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded\n" "[ 0.155279] aer 0000:00:00.0:pcie02: service driver aer loaded\n" "[ 1.188840] ehci-pci: EHCI PCI platform driver\n" - [ 1.232518] ohci-pci: OHCI PCI platform driver + "[ 1.232518] ohci-pci: OHCI PCI platform driver\n" + "\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 -7b47294015981ccba505974689fd6f40d771b3709deb0df2c57732a00ba2afd4 +146dbbcdc65cefea2e0f7d2acbff0ecf0dca740cc8fdfc021f25be0793a89e5d
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.