public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v6 0/7] Add PCIe support for bcm2712
@ 2025-02-24  8:35 Stanimir Varbanov
  2025-02-24  8:35 ` [PATCH v6 1/7] dt-bindings: interrupt-controller: Add BCM2712 MSI-X DT bindings Stanimir Varbanov
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Stanimir Varbanov @ 2025-02-24  8:35 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-arm-kernel, linux-rpi-kernel,
	linux-pci, Broadcom internal kernel review list
  Cc: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Florian Fainelli, Jim Quinlan, Nicolas Saenz Julienne,
	Bjorn Helgaas, Lorenzo Pieralisi, kw, Philipp Zabel,
	Andrea della Porta, Phil Elwell, Jonathan Bell, Dave Stevenson,
	Stanimir Varbanov

Hello, v6 is re-based version of controller/brcmstb branch of pci tree.

v5 could be found at [1].

v5 -> v6 changes include:
 - Fix a build error in 04/11 (Jim).
 - Address a comment from Bjorn about bisect-ability by squash
   07/11 in 06/11 (Bjorn).
 - Move 08/11 right after irqchip patch (Bjorn).

Regards,
~Stan

[1] https://lore.kernel.org/lkml/20250120130119.671119-1-svarbanov@suse.de/

Stanimir Varbanov (7):
  dt-bindings: interrupt-controller: Add BCM2712 MSI-X DT bindings
  dt-bindings: PCI: brcmstb: Update bindings for PCIe on BCM2712
  irqchip: Add Broadcom BCM2712 MSI-X interrupt controller
  PCI: brcmstb: Adding a softdep to MIP MSI-X driver
  PCI: brcmstb: Reuse pcie_cfg_data structure
  PCI: brcmstb: Expand inbound window size up to 64GB
  PCI: brcmstb: Add BCM2712 support

 .../brcm,bcm2712-msix.yaml                    |  60 ++++
 .../bindings/pci/brcm,stb-pcie.yaml           |   6 +-
 drivers/irqchip/Kconfig                       |  16 +
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/irq-bcm2712-mip.c             | 292 ++++++++++++++++++
 drivers/pci/controller/pcie-brcmstb.c         | 144 ++++++---
 6 files changed, 475 insertions(+), 44 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2712-msix.yaml
 create mode 100644 drivers/irqchip/irq-bcm2712-mip.c

-- 
2.47.0



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

end of thread, other threads:[~2025-02-24 21:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24  8:35 [PATCH v6 0/7] Add PCIe support for bcm2712 Stanimir Varbanov
2025-02-24  8:35 ` [PATCH v6 1/7] dt-bindings: interrupt-controller: Add BCM2712 MSI-X DT bindings Stanimir Varbanov
2025-02-24  8:35 ` [PATCH v6 2/7] dt-bindings: PCI: brcmstb: Update bindings for PCIe on BCM2712 Stanimir Varbanov
2025-02-24  8:35 ` [PATCH v6 3/7] irqchip: Add Broadcom BCM2712 MSI-X interrupt controller Stanimir Varbanov
2025-02-24  8:35 ` [PATCH v6 4/7] PCI: brcmstb: Adding a softdep to MIP MSI-X driver Stanimir Varbanov
2025-02-24  8:35 ` [PATCH v6 5/7] PCI: brcmstb: Reuse pcie_cfg_data structure Stanimir Varbanov
2025-02-24  8:35 ` [PATCH v6 6/7] PCI: brcmstb: Expand inbound window size up to 64GB Stanimir Varbanov
2025-02-24  8:35 ` [PATCH v6 7/7] PCI: brcmstb: Add BCM2712 support Stanimir Varbanov
2025-02-24 19:22 ` [PATCH v6 0/7] Add PCIe support for bcm2712 Krzysztof Wilczyński
2025-02-24 21:28   ` Stanimir Varbanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox