linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mips: bmips: add BCM6328 PCIe support
@ 2020-06-17 10:25 Álvaro Fernández Rojas
  2020-06-17 10:25 ` [PATCH 1/3] mips: bmips: add PCI support Álvaro Fernández Rojas
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Álvaro Fernández Rojas @ 2020-06-17 10:25 UTC (permalink / raw)
  To: bhelgaas, robh+dt, tsbogend, lorenzo.pieralisi, p.zabel,
	jiaxun.yang, paulburton, info, allison, kstewart, tglx,
	jonas.gorski, f.fainelli, bcm-kernel-feedback-list, linux-pci,
	devicetree, linux-kernel, linux-mips
  Cc: Álvaro Fernández Rojas

BCM6328 PCIe host controller is found on BCM6328, BCM6362 and BCM63268 SoCs.

Álvaro Fernández Rojas (3):
  mips: bmips: add PCI support
  dt-bindings: Document BCM6328 PCIe Host Controller
  pci: add BCM6328 PCIe controller support

 .../bindings/pci/brcm,bcm6328-pcie.yaml       | 109 ++++++
 arch/mips/Kconfig                             |   1 +
 arch/mips/pci/Makefile                        |   1 +
 arch/mips/pci/fixup-bmips.c                   |  17 +
 drivers/pci/controller/Kconfig                |   8 +
 drivers/pci/controller/Makefile               |   1 +
 drivers/pci/controller/pcie-bcm6328.c         | 346 ++++++++++++++++++
 7 files changed, 483 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/brcm,bcm6328-pcie.yaml
 create mode 100644 arch/mips/pci/fixup-bmips.c
 create mode 100644 drivers/pci/controller/pcie-bcm6328.c

-- 
2.27.0


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

end of thread, other threads:[~2020-06-17 21:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17 10:25 [PATCH 0/3] mips: bmips: add BCM6328 PCIe support Álvaro Fernández Rojas
2020-06-17 10:25 ` [PATCH 1/3] mips: bmips: add PCI support Álvaro Fernández Rojas
2020-06-17 11:09   ` Thomas Bogendoerfer
2020-06-17 10:25 ` [PATCH 2/3] dt-bindings: Document BCM6328 PCIe Host Controller Álvaro Fernández Rojas
2020-06-17 17:07   ` Rob Herring
2020-06-17 21:50   ` Florian Fainelli
2020-06-17 10:25 ` [PATCH 3/3] pci: add BCM6328 PCIe controller support Álvaro Fernández Rojas
2020-06-17 15:50   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).