Re: [PATCH v3 0/3] PCI: Introduce UniPhier NX1 PCI endpoint controller support

From: Lorenzo Pieralisi
Date: Fri Feb 11 2022 - 11:28:46 EST


On Thu, 10 Feb 2022 17:09:53 +0900, Kunihiko Hayashi wrote:
> This series includes the patches to add basic support for the PCI endpoint
> controller implemented in NX1 SoC.
>
> This defines SoC-dependent data to distinguish existing functions and flags
> for Pro5 and NX1 SoCs.
>
> Changes since v2:
> - Add .init(), .wait(), and has_gio to SoC-dependent data instead of
> "is_legacy" flag
> - Rename uniphier_pcie_init_ep_legacy() with uniphier_pcie_pro5_init_ep()
> - Rename uniphier_pcie_init_ep() and uniphier_pcie_wait_ep() with
> uniphier_pcie_nx1_init_ep() and uniphier_pcie_nx1_wait_ep()
> - Add Reviewed-by: lines
>
> [...]

Applied to pci/uniphier, thanks!

[1/3] dt-bindings: PCI: uniphier-ep: Add bindings for NX1 SoC
https://git.kernel.org/lpieralisi/pci/c/f28b24042b
[2/3] PCI: uniphier-ep: Add SoC data structure
https://git.kernel.org/lpieralisi/pci/c/d41584ae86
[3/3] PCI: uniphier-ep: Add NX1 support
https://git.kernel.org/lpieralisi/pci/c/892fdf15b8

Thanks,
Lorenzo