All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] CM4 ACPI PCIe quirk
@ 2021-08-19 21:56 ` Jeremy Linton
  0 siblings, 0 replies; 36+ messages in thread
From: Jeremy Linton @ 2021-08-19 21:56 UTC (permalink / raw)
  To: linux-pci
  Cc: lorenzo.pieralisi, nsaenz, bhelgaas, rjw, lenb, robh, kw,
	f.fainelli, sdonthineni, stefan.wahren, bcm-kernel-feedback-list,
	linux-acpi, linux-arm-kernel, linux-rpi-kernel, linux-kernel,
	Jeremy Linton

The PFTF CM4 is an ACPI platform that is following the Arm PCIe SMC
(DEN0115) standard because its PCIe config space isn't ECAM compliant
since it is split into two parts. One part describes the root port
registers, and another contains a moveable window pointing at a given
device's 4K config space. Thus it doesn't have an MCFG table. As
Linux doesn't support the PCI/SMC, a host bridge specific _DSD is
added and associated with custom ECAM ops and cfgres.  The custom cfg
op selects between those two regions, as well as disallowing
problematic accesses.

V1->V2:
	Only move register definitions to new .h file, add
	     include guards.
	Change quirk namespace identifier.
	Update Maintainers file.
	A number of whitespace, grammar, etc fixes.


Jeremy Linton (4):
  PCI: brcmstb: Break register definitions into separate header
  PCI: brcmstb: Add ACPI config space quirk
  PCI/ACPI: Add Broadcom bcm2711 MCFG quirk
  MAINTAINERS: Widen brcmstb PCIe file scope

 MAINTAINERS                                |   2 +-
 drivers/acpi/pci_mcfg.c                    |  13 ++
 drivers/pci/controller/Makefile            |   1 +
 drivers/pci/controller/pcie-brcmstb-acpi.c |  74 ++++++++++
 drivers/pci/controller/pcie-brcmstb.c      | 150 +-------------------
 drivers/pci/controller/pcie-brcmstb.h      | 155 +++++++++++++++++++++
 include/linux/pci-ecam.h                   |   1 +
 7 files changed, 247 insertions(+), 149 deletions(-)
 create mode 100644 drivers/pci/controller/pcie-brcmstb-acpi.c
 create mode 100644 drivers/pci/controller/pcie-brcmstb.h

-- 
2.31.1


^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2021-08-30 16:56 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19 21:56 [PATCH v2 0/4] CM4 ACPI PCIe quirk Jeremy Linton
2021-08-19 21:56 ` Jeremy Linton
2021-08-19 21:56 ` [PATCH v2 1/4] PCI: brcmstb: Break register definitions into separate header Jeremy Linton
2021-08-19 21:56   ` Jeremy Linton
2021-08-22  8:49   ` Florian Fainelli
2021-08-22  8:49     ` Florian Fainelli
2021-08-19 21:56 ` [PATCH v2 2/4] PCI: brcmstb: Add ACPI config space quirk Jeremy Linton
2021-08-19 21:56   ` Jeremy Linton
2021-08-20 19:06   ` Bjorn Helgaas
2021-08-20 19:06     ` Bjorn Helgaas
2021-08-20 20:31     ` Jeremy Linton
2021-08-20 20:31       ` Jeremy Linton
2021-08-22  8:52   ` Florian Fainelli
2021-08-22  8:52     ` Florian Fainelli
2021-08-29 11:13   ` Pali Rohár
2021-08-29 11:13     ` Pali Rohár
2021-08-30 16:10     ` Jeremy Linton
2021-08-30 16:10       ` Jeremy Linton
2021-08-30 16:54       ` Pali Rohár
2021-08-30 16:54         ` Pali Rohár
2021-08-19 21:56 ` [PATCH v2 3/4] PCI/ACPI: Add Broadcom bcm2711 MCFG quirk Jeremy Linton
2021-08-19 21:56   ` Jeremy Linton
2021-08-22  8:53   ` Florian Fainelli
2021-08-22  8:53     ` Florian Fainelli
2021-08-24 21:39     ` Jeremy Linton
2021-08-24 21:39       ` Jeremy Linton
2021-08-25 16:23       ` Florian Fainelli
2021-08-25 16:23         ` Florian Fainelli
2021-08-19 21:56 ` [PATCH v2 4/4] MAINTAINERS: Widen brcmstb PCIe file scope Jeremy Linton
2021-08-19 21:56   ` Jeremy Linton
2021-08-20 19:09   ` Bjorn Helgaas
2021-08-20 19:09     ` Bjorn Helgaas
2021-08-22  8:55     ` Florian Fainelli
2021-08-22  8:55       ` Florian Fainelli
2021-08-20 19:11 ` [PATCH v2 0/4] CM4 ACPI PCIe quirk Bjorn Helgaas
2021-08-20 19:11   ` Bjorn Helgaas

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.