[PATCH v4 0/1] dt-bindings: PCI: uniphier: Fix endpoint descriptions

Kunihiko Hayashi posted 1 patch 2 years, 8 months ago
.../pci/socionext,uniphier-pcie-ep.yaml       | 76 ++++++++++++-------
1 file changed, 49 insertions(+), 27 deletions(-)
[PATCH v4 0/1] dt-bindings: PCI: uniphier: Fix endpoint descriptions
Posted by Kunihiko Hayashi 2 years, 8 months ago
This series fixes dt-schema descriptions for PCI endpoint controller
implemented in UniPhier SoCs.

Drop the patch in this series,
"dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names",
because this was done by the commit 4cc13eedb892
("dt-bindings: PCI: dwc: Add reg/reg-names common properties").

Changes since v3:
- Drop Patch 1
  "dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names".

Changes since v2:
- Move some items to minimize if/then schemas in Patch 2
- Remove Patch 3 because the warning comment is for an unmerged source

Changes since v1:
- Fix "config" in the Patch 1 commit message to "addr_space"

Kunihiko Hayashi (1):
  dt-bindings: PCI: uniphier-ep: Clean up reg, clocks, resets, and their
    names using compatible string

 .../pci/socionext,uniphier-pcie-ep.yaml       | 76 ++++++++++++-------
 1 file changed, 49 insertions(+), 27 deletions(-)

-- 
2.25.1
Re: [PATCH v4 0/1] dt-bindings: PCI: uniphier: Fix endpoint descriptions
Posted by Lorenzo Pieralisi 2 years, 8 months ago
On Fri, 23 Dec 2022 16:07:12 +0900, Kunihiko Hayashi wrote:
> This series fixes dt-schema descriptions for PCI endpoint controller
> implemented in UniPhier SoCs.
> 
> Drop the patch in this series,
> "dt-bindings: PCI: designware-ep: Increase maxItems of reg and reg-names",
> because this was done by the commit 4cc13eedb892
> ("dt-bindings: PCI: dwc: Add reg/reg-names common properties").
> 
> [...]

Applied to pci/dt, thanks!

[1/1] dt-bindings: PCI: uniphier-ep: Clean up reg, clocks, resets, and their names using compatible string
      https://git.kernel.org/lpieralisi/pci/c/89836d5becf2

Thanks,
Lorenzo