diff for duplicates of <20140501165003.GC3296@obsidianresearch.com> diff --git a/a/1.txt b/N1/1.txt index eaa4111..b68b080 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ On Thu, May 01, 2014 at 09:50:56AM +0000, Phil Edworthy wrote: > > The logic should be: -> > if (bus == primary) +> > if (bus = primary) > > do io access to host bridge -> > else if (bus == secondary) +> > else if (bus = secondary) > > issue type 0 TLP on the wire > > else if (bus > secondary && bus <= subordinate) > > issue type 1 TLP on the wire @@ -19,7 +19,7 @@ On Thu, May 01, 2014 at 09:50:56AM +0000, Phil Edworthy wrote: > For type0 TLPs, we are not checking that root_bus_nr equals the > value the PCI core programmed into secondary, we are checking that -> the (root_bus_nr == bus->parent->number). The only way this wouldn't +> the (root_bus_nr = bus->parent->number). The only way this wouldn't > work is if root_bus_nr was not the root bus number. Okay, that isn't as sketchy, but that process still ignores the diff --git a/a/content_digest b/N1/content_digest index a94b6d8..8d64c7e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,24 +9,16 @@ "ref\0b9160c7a49304270b5070dcf49482723@HKXPR06MB168.apcprd06.prod.outlook.com\0" "From\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0" "Subject\0Re: [PATCH v7 01/10] PCI: host: rcar: Add Renesas R-Car PCIe driver\0" - "Date\0Thu, 1 May 2014 10:50:03 -0600\0" - "To\0Phil Edworthy <phil.edworthy@renesas.com>\0" - "Cc\0linux-sh@vger.kernel.org <linux-sh@vger.kernel.org>" - linux-pci@vger.kernel.org <linux-pci@vger.kernel.org> - Magnus Damm <magnus.damm@gmail.com> - Valentine Barshak <valentine.barshak@cogentembedded.com> - Simon Horman <horms@verge.net.au> - Bjorn Helgaas <bhelgaas@google.com> - Ben Dooks <ben.dooks@codethink.co.uk> - " LAKML <linux-arm-kernel@lists.infradead.org>\0" + "Date\0Thu, 01 May 2014 16:50:03 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, May 01, 2014 at 09:50:56AM +0000, Phil Edworthy wrote:\n" "\n" "> > The logic should be:\n" - "> > if (bus == primary)\n" + "> > if (bus = primary)\n" "> > do io access to host bridge\n" - "> > else if (bus == secondary)\n" + "> > else if (bus = secondary)\n" "> > issue type 0 TLP on the wire\n" "> > else if (bus > secondary && bus <= subordinate)\n" "> > issue type 1 TLP on the wire\n" @@ -42,7 +34,7 @@ "\n" "> For type0 TLPs, we are not checking that root_bus_nr equals the\n" "> value the PCI core programmed into secondary, we are checking that\n" - "> the (root_bus_nr == bus->parent->number). The only way this wouldn't\n" + "> the (root_bus_nr = bus->parent->number). The only way this wouldn't\n" "> work is if root_bus_nr was not the root bus number.\n" "\n" "Okay, that isn't as sketchy, but that process still ignores the\n" @@ -82,4 +74,4 @@ "\n" Jason -9b36f3a47c82887ef6f7d8c7a8188e9f1baaf02cc327cc75b969a890cdf2854b +69a4d1028546ca77c6dec29963cd371d79f1b7fd555ddf1de6723bad019d30db
diff --git a/a/content_digest b/N2/content_digest index a94b6d8..869e676 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,18 +7,10 @@ "ref\0ac795ce3bb6349708e2e96686e19d24f@HKXPR06MB168.apcprd06.prod.outlook.com\0" "ref\020140430154345.GA1705@obsidianresearch.com\0" "ref\0b9160c7a49304270b5070dcf49482723@HKXPR06MB168.apcprd06.prod.outlook.com\0" - "From\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0" - "Subject\0Re: [PATCH v7 01/10] PCI: host: rcar: Add Renesas R-Car PCIe driver\0" + "From\0jgunthorpe@obsidianresearch.com (Jason Gunthorpe)\0" + "Subject\0[PATCH v7 01/10] PCI: host: rcar: Add Renesas R-Car PCIe driver\0" "Date\0Thu, 1 May 2014 10:50:03 -0600\0" - "To\0Phil Edworthy <phil.edworthy@renesas.com>\0" - "Cc\0linux-sh@vger.kernel.org <linux-sh@vger.kernel.org>" - linux-pci@vger.kernel.org <linux-pci@vger.kernel.org> - Magnus Damm <magnus.damm@gmail.com> - Valentine Barshak <valentine.barshak@cogentembedded.com> - Simon Horman <horms@verge.net.au> - Bjorn Helgaas <bhelgaas@google.com> - Ben Dooks <ben.dooks@codethink.co.uk> - " LAKML <linux-arm-kernel@lists.infradead.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, May 01, 2014 at 09:50:56AM +0000, Phil Edworthy wrote:\n" @@ -82,4 +74,4 @@ "\n" Jason -9b36f3a47c82887ef6f7d8c7a8188e9f1baaf02cc327cc75b969a890cdf2854b +ae92d41b082d67189bef915f8d9c93e1333b5f065590d2d1794ebba53c9da9ca
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.