All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1470685445.3551.37.camel@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 3734b93..341d9f1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,31 +11,31 @@ On Mon, 2016-08-08 at 15:05 +0200, Tomasz Nowicki wrote:
 > v4 -> v5
 > - rebase against v4.8-rc1
 > - rework to exact MCFG OEM ID, TABLE ID, rev match
->   - use memcmp instead of strncmp
->   - no substring match
+> ? - use memcmp instead of strncmp
+> ? - no substring match
 > - fix typos and dmesg message
 > 
 > Tomasz Nowicki (5):
->   PCI: Embed pci_ecam_ops in pci_config_window structure
->   PCI/ACPI: Move ACPI ECAM mapping to generic MCFG driver
->   PCI: Check platform specific ECAM quirks
->   ARM64/PCI: Start using quirks handling for ACPI based PCI host
->     controller
->   PCI: thunder-pem: Support quirky configuration space access for ACPI
->     based PCI host controller
+> ? PCI: Embed pci_ecam_ops in pci_config_window structure
+> ? PCI/ACPI: Move ACPI ECAM mapping to generic MCFG driver
+> ? PCI: Check platform specific ECAM quirks
+> ? ARM64/PCI: Start using quirks handling for ACPI based PCI host
+> ????controller
+> ? PCI: thunder-pem: Support quirky configuration space access for ACPI
+> ????based PCI host controller
 > 
->  arch/arm64/kernel/pci.c            | 42 +----------------
->  drivers/acpi/pci_mcfg.c            | 40 ++++++++++++++++
->  drivers/pci/ecam.c                 |  6 +--
->  drivers/pci/host/Makefile          |  1 +
->  drivers/pci/host/mcfg-quirks.c     | 93 ++++++++++++++++++++++++++++++++++++
->  drivers/pci/host/mcfg-quirks.h     | 24 ++++++++++
->  drivers/pci/host/pci-thunder-pem.c | 96 ++++++++++++++++++++++++++++++++------
->  include/linux/pci-acpi.h           |  5 ++
->  include/linux/pci-ecam.h           |  2 +-
->  9 files changed, 252 insertions(+), 57 deletions(-)
->  create mode 100644 drivers/pci/host/mcfg-quirks.c
->  create mode 100644 drivers/pci/host/mcfg-quirks.h
+> ?arch/arm64/kernel/pci.c????????????| 42 +----------------
+> ?drivers/acpi/pci_mcfg.c????????????| 40 ++++++++++++++++
+> ?drivers/pci/ecam.c?????????????????|??6 +--
+> ?drivers/pci/host/Makefile??????????|??1 +
+> ?drivers/pci/host/mcfg-quirks.c?????| 93 ++++++++++++++++++++++++++++++++++++
+> ?drivers/pci/host/mcfg-quirks.h?????| 24 ++++++++++
+> ?drivers/pci/host/pci-thunder-pem.c | 96 ++++++++++++++++++++++++++++++++------
+> ?include/linux/pci-acpi.h???????????|??5 ++
+> ?include/linux/pci-ecam.h???????????|??2 +-
+> ?9 files changed, 252 insertions(+), 57 deletions(-)
+> ?create mode 100644 drivers/pci/host/mcfg-quirks.c
+> ?create mode 100644 drivers/pci/host/mcfg-quirks.h
 > 
 
 Tested-by: Mark Salter <msalter@redhat.com>
diff --git a/a/content_digest b/N1/content_digest
index a068733..a92e703 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,36 +1,8 @@
  "ref\01470661541-26270-1-git-send-email-tn@semihalf.com\0"
- "From\0Mark Salter <msalter@redhat.com>\0"
- "Subject\0Re: [RFC PATCH V5 0/5] ECAM quirks handling for ARM64 platforms\0"
+ "From\0msalter@redhat.com (Mark Salter)\0"
+ "Subject\0[RFC PATCH V5 0/5] ECAM quirks handling for ARM64 platforms\0"
  "Date\0Mon, 08 Aug 2016 15:44:05 -0400\0"
- "To\0Tomasz Nowicki <tn@semihalf.com>"
-  helgaas@kernel.org
-  arnd@arndb.de
-  will.deacon@arm.com
-  catalin.marinas@arm.com
-  rafael@kernel.org
- " Lorenzo.Pieralisi@arm.com\0"
- "Cc\0hanjun.guo@linaro.org"
-  okaya@codeaurora.org
-  jchandra@broadcom.com
-  cov@codeaurora.org
-  dhdang@apm.com
-  ard.biesheuvel@linaro.org
-  robert.richter@caviumnetworks.com
-  mw@semihalf.com
-  Liviu.Dudau@arm.com
-  ddaney@caviumnetworks.com
-  wangyijing@huawei.com
-  linux-pci@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linaro-acpi@lists.linaro.org
-  jcm@redhat.com
-  andrea.gallo@linaro.org
-  jeremy.linton@arm.com
-  liudongdong3@huawei.com
-  gabriele.paoloni@huawei.com
-  jhugo@codeaurora.org
-  linux-acpi@vger.kernel.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 2016-08-08 at 15:05 +0200, Tomasz Nowicki wrote:\n"
@@ -46,33 +18,33 @@
  "> v4 -> v5\n"
  "> - rebase against v4.8-rc1\n"
  "> - rework to exact MCFG OEM ID, TABLE ID, rev match\n"
- "> \302\240 - use memcmp instead of strncmp\n"
- "> \302\240 - no substring match\n"
+ "> ? - use memcmp instead of strncmp\n"
+ "> ? - no substring match\n"
  "> - fix typos and dmesg message\n"
  "> \n"
  "> Tomasz Nowicki (5):\n"
- "> \302\240 PCI: Embed pci_ecam_ops in pci_config_window structure\n"
- "> \302\240 PCI/ACPI: Move ACPI ECAM mapping to generic MCFG driver\n"
- "> \302\240 PCI: Check platform specific ECAM quirks\n"
- "> \302\240 ARM64/PCI: Start using quirks handling for ACPI based PCI host\n"
- "> \302\240\302\240\302\240\302\240controller\n"
- "> \302\240 PCI: thunder-pem: Support quirky configuration space access for ACPI\n"
- "> \302\240\302\240\302\240\302\240based PCI host controller\n"
+ "> ? PCI: Embed pci_ecam_ops in pci_config_window structure\n"
+ "> ? PCI/ACPI: Move ACPI ECAM mapping to generic MCFG driver\n"
+ "> ? PCI: Check platform specific ECAM quirks\n"
+ "> ? ARM64/PCI: Start using quirks handling for ACPI based PCI host\n"
+ "> ????controller\n"
+ "> ? PCI: thunder-pem: Support quirky configuration space access for ACPI\n"
+ "> ????based PCI host controller\n"
  "> \n"
- "> \302\240arch/arm64/kernel/pci.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 42 +----------------\n"
- "> \302\240drivers/acpi/pci_mcfg.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 40 ++++++++++++++++\n"
- "> \302\240drivers/pci/ecam.c\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\240\302\240|\302\240\302\2406 +--\n"
- "> \302\240drivers/pci/host/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2401 +\n"
- "> \302\240drivers/pci/host/mcfg-quirks.c\302\240\302\240\302\240\302\240\302\240| 93 ++++++++++++++++++++++++++++++++++++\n"
- "> \302\240drivers/pci/host/mcfg-quirks.h\302\240\302\240\302\240\302\240\302\240| 24 ++++++++++\n"
- "> \302\240drivers/pci/host/pci-thunder-pem.c | 96 ++++++++++++++++++++++++++++++++------\n"
- "> \302\240include/linux/pci-acpi.h\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\2405 ++\n"
- "> \302\240include/linux/pci-ecam.h\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\2402 +-\n"
- "> \302\2409 files changed, 252 insertions(+), 57 deletions(-)\n"
- "> \302\240create mode 100644 drivers/pci/host/mcfg-quirks.c\n"
- "> \302\240create mode 100644 drivers/pci/host/mcfg-quirks.h\n"
+ "> ?arch/arm64/kernel/pci.c????????????| 42 +----------------\n"
+ "> ?drivers/acpi/pci_mcfg.c????????????| 40 ++++++++++++++++\n"
+ "> ?drivers/pci/ecam.c?????????????????|??6 +--\n"
+ "> ?drivers/pci/host/Makefile??????????|??1 +\n"
+ "> ?drivers/pci/host/mcfg-quirks.c?????| 93 ++++++++++++++++++++++++++++++++++++\n"
+ "> ?drivers/pci/host/mcfg-quirks.h?????| 24 ++++++++++\n"
+ "> ?drivers/pci/host/pci-thunder-pem.c | 96 ++++++++++++++++++++++++++++++++------\n"
+ "> ?include/linux/pci-acpi.h???????????|??5 ++\n"
+ "> ?include/linux/pci-ecam.h???????????|??2 +-\n"
+ "> ?9 files changed, 252 insertions(+), 57 deletions(-)\n"
+ "> ?create mode 100644 drivers/pci/host/mcfg-quirks.c\n"
+ "> ?create mode 100644 drivers/pci/host/mcfg-quirks.h\n"
  "> \n"
  "\n"
  Tested-by: Mark Salter <msalter@redhat.com>
 
-09072ee7ea161d50ea48fd1d23203862e6fa4971f60c3d8238ac52e81ab1640c
+f3ebb42705445afe39e144ebc459757e2903f0c1fd4a3789e9af10ba3b1cb972

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.