All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] convert designware-pcie.txt to yaml
@ 2021-07-18 11:40 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 21+ messages in thread
From: Mauro Carvalho Chehab @ 2021-07-18 11:40 UTC (permalink / raw)
  To: Rob Herring
  Cc: linuxarm, mauro.chehab, Mauro Carvalho Chehab, Andy Gross,
	Binghui Wang, Bjorn Andersson, Fabio Estevam, Greentime Hu,
	Gustavo Pimentel, Jerome Brunet, Jesper Nilsson, Jingoo Han,
	Jonathan Chocron, Kevin Hilman, Krzysztof Kozlowski,
	Kunihiko Hayashi, Lucas Stach, Martin Blumenstingl,
	Masami Hiramatsu, NXP Linux Team, Neil Armstrong, Paul Walmsley,
	Pengutronix Kernel Team, Richard Zhu, Rob Herring, Sascha Hauer,
	Shawn Guo, Thomas Petazzoni, Xiaowei Song, devicetree,
	linux-amlogic, linux-arm-kernel, linux-arm-kernel, linux-arm-msm,
	linux-kernel, linux-omap, linux-pci, linux-riscv,
	linux-samsung-soc, linux-tegra

This series convert designware-pcie.txt to DT schema.

I opted to move the pcie-kirin.txt changes out of this series. I'll submit
it in separate, as they should come after some changes I'm doing at
pcie-kirin.c driver.

v5:
- Addressed some issues pointed by Rob Herring:
  Added interrupts and interrupt-cells to DT;
  Addressed warnings generated with make dbs-check on existing
  *.dts* files.

Mauro Carvalho Chehab (5):
  dt-bindings: PCI: add snps,dw-pcie.yaml
  dt-bindings: PCI: add snps,dw-pcie-ep.yaml
  dt-bindings: PCI: update references to Designware schema
  dt-bindings: PCI: remove designware-pcie.txt
  dt-bindings: arm64: tegra: fix pcie-ep DT nodes

 .../bindings/pci/amlogic,meson-pcie.txt       |   4 +-
 .../bindings/pci/axis,artpec6-pcie.txt        |   2 +-
 .../bindings/pci/designware-pcie.txt          |  77 -------------
 .../bindings/pci/fsl,imx6q-pcie.txt           |   2 +-
 .../bindings/pci/hisilicon-histb-pcie.txt     |   2 +-
 .../devicetree/bindings/pci/kirin-pcie.txt    |   2 +-
 .../bindings/pci/layerscape-pci.txt           |   2 +-
 .../bindings/pci/nvidia,tegra194-pcie.txt     |   7 +-
 .../devicetree/bindings/pci/pci-armada8k.txt  |   2 +-
 .../devicetree/bindings/pci/pcie-al.txt       |   2 +-
 .../devicetree/bindings/pci/qcom,pcie.txt     |  14 +--
 .../bindings/pci/samsung,exynos-pcie.yaml     |   4 +-
 .../bindings/pci/sifive,fu740-pcie.yaml       |   4 +-
 .../bindings/pci/snps,dw-pcie-ep.yaml         |  90 ++++++++++++++++
 .../devicetree/bindings/pci/snps,dw-pcie.yaml | 102 ++++++++++++++++++
 .../pci/socionext,uniphier-pcie-ep.yaml       |   4 +-
 .../devicetree/bindings/pci/ti-pci.txt        |   4 +-
 .../devicetree/bindings/pci/uniphier-pcie.txt |   2 +-
 MAINTAINERS                                   |   3 +-
 .../boot/dts/nvidia/tegra194-p2972-0000.dts   |   2 +-
 .../boot/dts/nvidia/tegra194-p3509-0000.dtsi  |   2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi      |   6 +-
 22 files changed, 228 insertions(+), 111 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pci/designware-pcie.txt
 create mode 100644 Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml
 create mode 100644 Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml

-- 
2.31.1



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

end of thread, other threads:[~2021-10-07 19:23 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 11:40 [PATCH v5 0/5] convert designware-pcie.txt to yaml Mauro Carvalho Chehab
2021-07-18 11:40 ` Mauro Carvalho Chehab
2021-07-18 11:40 ` Mauro Carvalho Chehab
2021-07-18 11:40 ` Mauro Carvalho Chehab
2021-07-18 11:40 ` [PATCH v5 1/5] dt-bindings: PCI: add snps,dw-pcie.yaml Mauro Carvalho Chehab
2021-07-19 22:02   ` Rob Herring
2021-07-18 11:40 ` [PATCH v5 2/5] dt-bindings: PCI: add snps,dw-pcie-ep.yaml Mauro Carvalho Chehab
2021-07-19 22:02   ` Rob Herring
2021-07-18 11:40 ` [PATCH v5 3/5] dt-bindings: PCI: update references to Designware schema Mauro Carvalho Chehab
2021-07-18 11:40   ` Mauro Carvalho Chehab
2021-07-18 11:40   ` Mauro Carvalho Chehab
2021-07-18 11:40   ` Mauro Carvalho Chehab
2021-07-19 22:02   ` Rob Herring
2021-07-19 22:02     ` Rob Herring
2021-07-19 22:02     ` Rob Herring
2021-07-19 22:02     ` Rob Herring
2021-07-18 11:40 ` [PATCH v5 4/5] dt-bindings: PCI: remove designware-pcie.txt Mauro Carvalho Chehab
2021-07-19 22:02   ` Rob Herring
2021-07-18 11:40 ` [PATCH v5 5/5] dt-bindings: arm64: tegra: fix pcie-ep DT nodes Mauro Carvalho Chehab
2021-07-19 21:19   ` Rob Herring
2021-10-07 19:23   ` Thierry Reding

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.