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

Kunihiko Hayashi posted 3 patches 4 years, 4 months ago
There is a newer version of this series
.../bindings/pci/socionext,uniphier-pcie-ep.yaml   |  22 ++--
drivers/pci/controller/dwc/pcie-uniphier-ep.c      | 139 ++++++++++++++++++---
2 files changed, 136 insertions(+), 25 deletions(-)
[PATCH v2 0/3] PCI: Introduce UniPhier NX1 PCI endpoint controller support
Posted by Kunihiko Hayashi 4 years, 4 months ago
This series includes the patches to add basic support for the PCI endpoint
controller implemented in NX1 SoC.

Existing functions for Pro5 treat as "legacy" because the some registers
and initialization of NX1 is different from Pro5.

Changes since v1:
- Fix dt-bindings warnings

Kunihiko Hayashi (3):
  dt-bindings: PCI: uniphier-ep: Add bindings for NX1 SoC
  PCI: uniphier-ep: Add support for non-legacy SoC
  PCI: uniphier-ep: Add compatible string and SoC-dependent data for NX1
    SoC

 .../bindings/pci/socionext,uniphier-pcie-ep.yaml   |  22 ++--
 drivers/pci/controller/dwc/pcie-uniphier-ep.c      | 139 ++++++++++++++++++---
 2 files changed, 136 insertions(+), 25 deletions(-)

-- 
2.7.4

Re: [PATCH v2 0/3] PCI: Introduce UniPhier NX1 PCI endpoint controller support
Posted by Rob Herring 4 years, 4 months ago
On Fri, Feb 04, 2022 at 01:25:36PM +0900, Kunihiko Hayashi wrote:
> This series includes the patches to add basic support for the PCI endpoint
> controller implemented in NX1 SoC.
> 
> Existing functions for Pro5 treat as "legacy" because the some registers
> and initialization of NX1 is different from Pro5.
> 
> Changes since v1:
> - Fix dt-bindings warnings
> 
> Kunihiko Hayashi (3):
>   dt-bindings: PCI: uniphier-ep: Add bindings for NX1 SoC
>   PCI: uniphier-ep: Add support for non-legacy SoC
>   PCI: uniphier-ep: Add compatible string and SoC-dependent data for NX1
>     SoC
> 
>  .../bindings/pci/socionext,uniphier-pcie-ep.yaml   |  22 ++--
>  drivers/pci/controller/dwc/pcie-uniphier-ep.c      | 139 ++++++++++++++++++---
>  2 files changed, 136 insertions(+), 25 deletions(-)

For the series:

Reviewed-by: Rob Herring <robh@kernel.org>