linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [v2,0/3] PCI: mediatek: Add new generation controller support
@ 2020-09-10  3:45 Jianjun Wang
  2020-09-10  3:45 ` [v2,1/3] dt-bindings: PCI: mediatek: Add YAML schema Jianjun Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jianjun Wang @ 2020-09-10  3:45 UTC (permalink / raw)
  To: Bjorn Helgaas, Rob Herring, Lorenzo Pieralisi, Ryder Lee
  Cc: devicetree, Mauro Carvalho Chehab, linux-pci, linux-kernel,
	Jianjun Wang, Sj Huang, linux-mediatek, Philipp Zabel,
	Matthias Brugger, davem, linux-arm-kernel

These series patches add pcie-mediatek-gen3.c and dt-bindings file to
support new generation PCIe controller.

Change in v2:
1. Fix the typo of dt-bindings patch
2. Remove the unnecessary properties in binding document
3. dispos the irq mappings of msi top domain when irq teardown

Jianjun Wang (3):
  dt-bindings: PCI: mediatek: Add YAML schema
  PCI: mediatek: Add new generation controller support
  MAINTAINERS: update entry for MediaTek PCIe controller

 .../bindings/pci/mediatek-pcie-gen3.yaml      |  130 ++
 MAINTAINERS                                   |    1 +
 drivers/pci/controller/Kconfig                |   14 +
 drivers/pci/controller/Makefile               |    1 +
 drivers/pci/controller/pcie-mediatek-gen3.c   | 1076 +++++++++++++++++
 5 files changed, 1222 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml
 create mode 100644 drivers/pci/controller/pcie-mediatek-gen3.c

-- 
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-09-16 13:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  3:45 [v2,0/3] PCI: mediatek: Add new generation controller support Jianjun Wang
2020-09-10  3:45 ` [v2,1/3] dt-bindings: PCI: mediatek: Add YAML schema Jianjun Wang
2020-09-11 22:45   ` Rob Herring
2020-09-14 10:23     ` Jianjun Wang
2020-09-10  3:45 ` [v2,2/3] PCI: mediatek: Add new generation controller support Jianjun Wang
2020-09-11 14:33   ` Philipp Zabel
2020-09-14 10:17     ` Jianjun Wang
2020-09-11 22:44   ` Rob Herring
2020-09-14 11:05     ` Jianjun Wang
2020-09-14 14:32       ` Rob Herring
2020-09-16 12:49         ` Jianjun Wang
2020-09-10  3:45 ` [v2,3/3] MAINTAINERS: update entry for MediaTek PCIe controller Jianjun Wang

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).