RE: [PATCH v7 RESEND 0/3] Add support for Xilinx XDMA Soft IP as Root Port.

From: Havalige, Thippeswamy
Date: Mon Oct 16 2023 - 01:44:37 EST


Hi Bjorn/Lorenzo/ Krzysztof

Can you please provide update on this series.

Regards,
Thippeswamy H

> -----Original Message-----
> From: Thippeswamy Havalige <thippeswamy.havalige@xxxxxxx>
> Sent: Tuesday, October 3, 2023 11:05 PM
> To: linux-pci@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: bhelgaas@xxxxxxxxxx; lpieralisi@xxxxxxxxxx; kw@xxxxxxxxx;
> robh@xxxxxxxxxx; krzysztof.kozlowski+dt@xxxxxxxxxx; conor+dt@xxxxxxxxxx;
> Havalige, Thippeswamy <thippeswamy.havalige@xxxxxxx>; Simek, Michal
> <michal.simek@xxxxxxx>; Gogada, Bharat Kumar
> <bharat.kumar.gogada@xxxxxxx>
> Subject: [PATCH v7 RESEND 0/3] Add support for Xilinx XDMA Soft IP as Root
> Port.
>
> This series of patch add support for Xilinx XDMA Soft IP as Root Port.
>
> The Xilinx XDMA Soft IP support's 32 bit and 64bit BAR's.
> As Root Port it supports MSI and legacy interrupts.
>
> For code reusability existing CPM4 error interrupt bits are moved to common
> header.
>
> Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@xxxxxxx>
> Signed-off-by: Bharat Kumar Gogada <bharat.kumar.gogada@xxxxxxx>
> ---
> Thippeswamy Havalige (3):
> PCI: xilinx-cpm: Move interrupt bit definitions to common header
> dt-bindings: PCI: xilinx-xdma: Add YAML schemas for Xilinx XDMA PCIe
> Root Port Bridge
> PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver
>
> .../bindings/pci/xlnx,xdma-host.yaml | 114 +++
> drivers/pci/controller/Kconfig | 11 +
> drivers/pci/controller/Makefile | 1 +
> drivers/pci/controller/pcie-xilinx-common.h | 31 +
> drivers/pci/controller/pcie-xilinx-cpm.c | 38 +-
> drivers/pci/controller/pcie-xilinx-dma-pl.c | 803 ++++++++++++++++++
> 6 files changed, 967 insertions(+), 31 deletions(-) create mode 100644
> Documentation/devicetree/bindings/pci/xlnx,xdma-host.yaml
> create mode 100644 drivers/pci/controller/pcie-xilinx-common.h
> create mode 100644 drivers/pci/controller/pcie-xilinx-dma-pl.c
>
> --
> 2.25.1