mbox series

[v2,0/3] PCI: armada8k: Add support for AC5 SoC

Message ID 20221124135829.2551873-1-vadym.kochan@plvision.eu
Headers show
Series PCI: armada8k: Add support for AC5 SoC | expand

Message

Vadym Kochan Nov. 24, 2022, 1:58 p.m. UTC
Add support for AC5 SoC with MSI. There are differences in the registers
addresses.

v2:
   1) add patch with adding compatible string for dt-bindings description

   2) fix W1 warnings which caused by unused leftover code

   3) Use one xlate function to translate ac5 dbi access. Also add
      mode description in comments about this translation.

   4) Use correct name of Raz

   5) Use matching data to pass the SoC specific params (type & ops)
   
Raz Adashi (1):
  PCI: armada8k: Add AC5 SoC support

Vadym Kochan (1):
  dt-bindings: PCI: armada8k: Add compatible string for AC5 SoC

Yuval Shaia (1):
  PCI: armada8k: Add MSI support for AC5 SoC

 .../devicetree/bindings/pci/pci-armada8k.txt  |   4 +-
 drivers/pci/controller/dwc/pcie-armada8k.c    | 171 ++++++++++++++----
 2 files changed, 139 insertions(+), 36 deletions(-)