mbox series

[0/5] PCI: mediatek-gen3: Add MT8196 support

Message ID 20250103060035.30688-1-jianjun.wang@mediatek.com (mailing list archive)
Headers show
Series PCI: mediatek-gen3: Add MT8196 support | expand

Message

Jianjun Wang Jan. 3, 2025, 6 a.m. UTC
The MT8196 is an ARM platform SoC that has the same PCIe IP as the MT8195.
It has 6 clocks like MT8195, but 2 of them are different, also it requires
additional settings in the pextpcfg registers, hence that introduce
pextpcfg in PCIe driver for these settings.

Jianjun Wang (5):
  dt-bindings: PCI: mediatek-gen3: Add MT8196 support
  PCI: mediatek-gen3: Add MT8196 support
  PCI: mediatek-gen3: Disable ASPM L0s
  PCI: mediatek-gen3: Don't reply AXI slave error
  PCI: mediatek-gen3: Keep PCIe power and clocks if suspend-to-idle

 .../bindings/pci/mediatek-pcie-gen3.yaml      |  29 ++++
 drivers/pci/controller/pcie-mediatek-gen3.c   | 129 ++++++++++++++++++
 2 files changed, 158 insertions(+)