mbox series

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

Message ID 20221223070713.20549-1-hayashi.kunihiko@socionext.com
Headers show
Series dt-bindings: PCI: uniphier: Fix endpoint descriptions | expand

Message

Kunihiko Hayashi Dec. 23, 2022, 7:07 a.m. UTC
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(-)

Comments

Lorenzo Pieralisi Dec. 30, 2022, 11:19 a.m. UTC | #1
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