diff for duplicates of <1452785393.28109.16.camel@redhat.com> diff --git a/a/1.txt b/N1/1.txt index b80a27c..4f3de5d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,13 +2,13 @@ On Wed, 2016-01-13 at 14:20 +0100, Tomasz Nowicki wrote: > From the functionality point of view this series might be split into the > following logic parts: > 1. Make MMCONFIG code arch-agnostic which allows all architectures to collect -> PCI config regions and used when necessary. +> ?? PCI config regions and used when necessary. > 2. Move non-arch specific bits to the core code. > 3. Use MMCONFIG code and implement generic ACPI based PCI host controller driver. > 4. Enable above driver on ARM64 > > Patches has been built on top of 4.4 and can be found here: -> git@github.com:semihalf-nowicki-tomasz/linux.git (pci-acpi-v3) +> git at github.com:semihalf-nowicki-tomasz/linux.git (pci-acpi-v3) > > NOTE, this patch set depends on Matthew's patches: > http://www.spinics.net/lists/linux-pci/msg45950.html @@ -22,10 +22,10 @@ On Wed, 2016-01-13 at 14:20 +0100, Tomasz Nowicki wrote: > - remove reference to arch specific companion device for ia64 > - move ACPI PCI host controller driver to pci_root.c > - drop generic domain assignment for x86 and ia64 as I am not -> able to run all necessary test variants +> ? able to run all necessary test variants > - drop patch which cleaned legacy IRQ assignment since it belongs to -> Mathew's series: -> https://patchwork.ozlabs.org/patch/557504/ +> ? Mathew's series: +> ? https://patchwork.ozlabs.org/patch/557504/ > - extend MCFG quirk code > - rebased to 4.4 > @@ -38,15 +38,15 @@ On Wed, 2016-01-13 at 14:20 +0100, Tomasz Nowicki wrote: IO resources on Mustang get disabled unless I do: @@ -126,9 +126,10 @@ static void acpi_dev_ioresource_flags(struct resource *res, u64 len, - if (!acpi_dev_resource_len_valid(res->start, res->end, len, true)) - res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; - +????????if (!acpi_dev_resource_len_valid(res->start, res->end, len, true)) +????????????????res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; +? +#if 0 - if (res->end >= 0x10003) - res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; +????????if (res->end >= 0x10003) +????????????????res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; - +#endif res->end is way beyond 0x10003 on Mustang: - pci_bus 0000:00: root bus resource [io 0x0000-0xffff window] (bus address [0x10000000-0x1000ffff]) +? pci_bus 0000:00: root bus resource [io??0x0000-0xffff window] (bus address [0x10000000-0x1000ffff]) diff --git a/a/content_digest b/N1/content_digest index c36e343..ca167bc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,45 +1,21 @@ "ref\01452691267-32240-1-git-send-email-tn@semihalf.com\0" - "From\0Mark Salter <msalter@redhat.com>\0" - "Subject\0Re: [PATCH V3 00/21] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI\0" + "From\0msalter@redhat.com (Mark Salter)\0" + "Subject\0[PATCH V3 00/21] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI\0" "Date\0Thu, 14 Jan 2016 10:29:53 -0500\0" - "To\0Tomasz Nowicki <tn@semihalf.com>" - bhelgaas@google.com - arnd@arndb.de - will.deacon@arm.com - catalin.marinas@arm.com - rjw@rjwysocki.net - hanjun.guo@linaro.org - Lorenzo.Pieralisi@arm.com - okaya@codeaurora.org - jiang.liu@linux.intel.com - " Stefano.Stabellini@eu.citrix.com\0" - "Cc\0robert.richter@caviumnetworks.com" - mw@semihalf.com - Liviu.Dudau@arm.com - ddaney@caviumnetworks.com - tglx@linutronix.de - wangyijing@huawei.com - Suravee.Suthikulpanit@amd.com - linux-pci@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-acpi@vger.kernel.org - linux-kernel@vger.kernel.org - linaro-acpi@lists.linaro.org - jchandra@broadcom.com - " jcm@redhat.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, 2016-01-13 at 14:20 +0100, Tomasz Nowicki wrote:\n" "> From the functionality point of view this series might be split into the\n" "> following logic parts:\n" "> 1. Make MMCONFIG code arch-agnostic which allows all architectures to collect\n" - "> \302\240\302\240 PCI config regions and used when necessary.\n" + "> ?? PCI config regions and used when necessary.\n" "> 2. Move non-arch specific bits to the core code.\n" "> 3. Use MMCONFIG code and implement generic ACPI based PCI host controller driver.\n" "> 4. Enable above driver on ARM64\n" "> \n" "> Patches has been built on top of 4.4 and can be found here:\n" - "> git@github.com:semihalf-nowicki-tomasz/linux.git (pci-acpi-v3)\n" + "> git at github.com:semihalf-nowicki-tomasz/linux.git (pci-acpi-v3)\n" "> \n" "> NOTE, this patch set depends on Matthew's patches:\n" "> http://www.spinics.net/lists/linux-pci/msg45950.html\n" @@ -53,10 +29,10 @@ "> - remove reference to arch specific companion device for ia64\n" "> - move ACPI PCI host controller driver to pci_root.c\n" "> - drop generic domain assignment for x86 and ia64 as I am not\n" - "> \302\240 able to run all necessary test variants\n" + "> ? able to run all necessary test variants\n" "> - drop patch which cleaned legacy IRQ assignment since it belongs to\n" - "> \302\240 Mathew's series:\n" - "> \302\240 https://patchwork.ozlabs.org/patch/557504/\n" + "> ? Mathew's series:\n" + "> ? https://patchwork.ozlabs.org/patch/557504/\n" "> - extend MCFG quirk code\n" "> - rebased to 4.4\n" "> \n" @@ -69,17 +45,17 @@ "IO resources on Mustang get disabled unless I do:\n" "\n" "@@ -126,9 +126,10 @@ static void acpi_dev_ioresource_flags(struct resource *res, u64 len,\n" - "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (!acpi_dev_resource_len_valid(res->start, res->end, len, true))\n" - "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET;\n" - "\302\240\n" + "????????if (!acpi_dev_resource_len_valid(res->start, res->end, len, true))\n" + "????????????????res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET;\n" + "?\n" "+#if 0\n" - "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (res->end >= 0x10003)\n" - "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET;\n" + "????????if (res->end >= 0x10003)\n" + "????????????????res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET;\n" "-\n" "+#endif\n" "\n" "res->end is way beyond 0x10003 on Mustang:\n" "\n" - "\302\240 pci_bus 0000:00: root bus resource [io\302\240\302\2400x0000-0xffff window] (bus address [0x10000000-0x1000ffff])" + ? pci_bus 0000:00: root bus resource [io??0x0000-0xffff window] (bus address [0x10000000-0x1000ffff]) -71c1c0ff6796747ea2df75ae08b8c130e7ca9547398230c7d08d5a51df471119 +44252a36dcb44308378de0b04a94f3b4c0b6904383c251b426127c61134110af
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.