All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2 0/5] Introduction of PCIe support on STi platform
@ 2022-01-03  7:47 ` Alain Volmat
  0 siblings, 0 replies; 24+ messages in thread
From: Alain Volmat @ 2022-01-03  7:47 UTC (permalink / raw)
  To: Rob Herring, linux-pci
  Cc: Patrice Chotard, linux-arm-kernel, linux-kernel, Fabrice Gasnier,
	avolmat

The STi platform SoC embed a designware based PCIe controller.
This serie include the driver for the controller and DT for the
stih407-family and for the stih418-b2264 into which it is used.

Within the DT and the binding, only st,stih407-pcie compatible is
used.
Rob, could you clarify if I need to mention both compatible (st,stih407-pcie
and snps,dw-pcie) or if st,stih407-pcie is enought ?

RESEND since not all patches made their way to the mailing list on
previous attempt.

v2: update of the pcie-st driver to add possibility to build as module
    and remove the __init of the probe

Alain Volmat (5):
  dt-bindings: pci: st-pcie: PCIe controller found on STi platforms
  pci: dwc: pcie-st: Add PCIe driver for STi platforms
  MAINTAINERS: add entry for ST STI PCIE driver
  ARM: dts: sti: add the PCIe controller node within stih407-family
  ARM: dts: sti: enable PCIe on the stih418-b2264 board

 .../devicetree/bindings/pci/snps,dw-pcie.yaml |   2 +-
 .../devicetree/bindings/pci/st,st-pcie.yaml   | 112 +++++
 MAINTAINERS                                   |   6 +
 arch/arm/boot/dts/stih407-family.dtsi         |  40 ++
 arch/arm/boot/dts/stih418-b2264.dts           |   5 +
 drivers/pci/controller/dwc/Kconfig            |  11 +
 drivers/pci/controller/dwc/Makefile           |   1 +
 drivers/pci/controller/dwc/pcie-sti.c         | 386 ++++++++++++++++++
 8 files changed, 562 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/pci/st,st-pcie.yaml
 create mode 100644 drivers/pci/controller/dwc/pcie-sti.c

-- 
2.25.1


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

end of thread, other threads:[~2022-01-24 20:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03  7:47 [PATCH RESEND v2 0/5] Introduction of PCIe support on STi platform Alain Volmat
2022-01-03  7:47 ` Alain Volmat
2022-01-03  7:47 ` [PATCH RESEND v2 1/5] dt-bindings: pci: st-pcie: PCIe controller found on STi platforms Alain Volmat
2022-01-03  7:47   ` Alain Volmat
2022-01-24 20:06   ` Bjorn Helgaas
2022-01-24 20:06     ` Bjorn Helgaas
2022-01-03  7:47 ` [PATCH RESEND v2 2/5] pci: dwc: pcie-st: Add PCIe driver for " Alain Volmat
2022-01-03  7:47   ` Alain Volmat
2022-01-24 12:45   ` Patrice CHOTARD
2022-01-24 12:45     ` Patrice CHOTARD
2022-01-24 20:15   ` Bjorn Helgaas
2022-01-24 20:15     ` Bjorn Helgaas
2022-01-03  7:47 ` [PATCH RESEND v2 3/5] MAINTAINERS: add entry for ST STI PCIE driver Alain Volmat
2022-01-03  7:47   ` Alain Volmat
2022-01-24 12:46   ` Patrice CHOTARD
2022-01-24 12:46     ` Patrice CHOTARD
2022-01-03  7:47 ` [PATCH RESEND v2 4/5] ARM: dts: sti: add the PCIe controller node within stih407-family Alain Volmat
2022-01-03  7:47   ` Alain Volmat
2022-01-24 12:47   ` Patrice CHOTARD
2022-01-24 12:47     ` Patrice CHOTARD
2022-01-03  7:47 ` [PATCH RESEND v2 5/5] ARM: dts: sti: enable PCIe on the stih418-b2264 board Alain Volmat
2022-01-03  7:47   ` Alain Volmat
2022-01-24 12:48   ` Patrice CHOTARD
2022-01-24 12:48     ` Patrice CHOTARD

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.