lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20230110150328.GA1502381@bhelgaas> Date: Tue, 10 Jan 2023 09:03:28 -0600 From: Bjorn Helgaas <helgaas@...nel.org> To: Neil Armstrong <neil.armstrong@...aro.org> Cc: Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Kevin Hilman <khilman@...libre.com>, Jerome Brunet <jbrunet@...libre.com>, Martin Blumenstingl <martin.blumenstingl@...glemail.com>, Srinivas Kandagatla <srinivas.kandagatla@...aro.org>, Wim Van Sebroeck <wim@...ux-watchdog.org>, Guenter Roeck <linux@...ck-us.net>, Mauro Carvalho Chehab <mchehab@...nel.org>, Alessandro Zummo <a.zummo@...ertech.it>, Alexandre Belloni <alexandre.belloni@...tlin.com>, Daniel Lezcano <daniel.lezcano@...aro.org>, Thomas Gleixner <tglx@...utronix.de>, Vinod Koul <vkoul@...nel.org>, Kishon Vijay Abraham I <kishon@...nel.org>, Ulf Hansson <ulf.hansson@...aro.org>, Bjorn Helgaas <bhelgaas@...gle.com>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Andrew Lunn <andrew@...n.ch>, Heiner Kallweit <hkallweit1@...il.com>, Russell King <linux@...linux.org.uk>, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-amlogic@...ts.infradead.org, linux-kernel@...r.kernel.org, linux-watchdog@...r.kernel.org, linux-media@...r.kernel.org, linux-rtc@...r.kernel.org, linux-phy@...ts.infradead.org, linux-mmc@...r.kernel.org, linux-pci@...r.kernel.org, netdev@...r.kernel.org, Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org> Subject: Re: [PATCH v2 10/11] dt-bindings: PCI: convert amlogic,meson-pcie.txt to dt-schema Is this the same sort of conversion done by one of these? e4dffb674cfd ("dt-bindings: PCI: tegra194: Convert to json-schema") 075a9d55932e ("dt-bindings: PCI: qcom: Convert to YAML") It's helpful to non-experts like me if the subject lines use similar style (capitalized) and similar terminology ("dt-schema" vs "json-schema" vs "YAML"). On Mon, Jan 09, 2023 at 01:53:34PM +0100, Neil Armstrong wrote: > Convert the Amlogic Meson AXG DWC PCIE SoC controller bindings to > dt-schema. Some references here and below are "PCIE" (inherited from the original) and others are "PCIe". Could be made consistent here. > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org> > Signed-off-by: Neil Armstrong <neil.armstrong@...aro.org> > --- > .../devicetree/bindings/pci/amlogic,axg-pcie.yaml | 134 +++++++++++++++++++++ > .../devicetree/bindings/pci/amlogic,meson-pcie.txt | 70 ----------- > 2 files changed, 134 insertions(+), 70 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml b/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml > new file mode 100644 > index 000000000000..a08f15fe9a9a > --- /dev/null > +++ b/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml > @@ -0,0 +1,134 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/pci/amlogic,axg-pcie.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Amlogic Meson AXG DWC PCIE SoC controller > + > +maintainers: > + - Neil Armstrong <neil.armstrong@...aro.org> > + > +description: > + Amlogic Meson PCIe host controller is based on the Synopsys DesignWare PCI core. > ...
Powered by blists - more mailing lists