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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 17 Oct 2022 13:26:53 -0500 From: Rob Herring <robh@...nel.org> To: Michał Grzelak <mig@...ihalf.com> Cc: robh+dt@...nel.org, edumazet@...gle.com, linux@...linux.org.uk, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, krzysztof.kozlowski+dt@...aro.org, upstream@...ihalf.com, devicetree@...r.kernel.org, davem@...emloft.net, pabeni@...hat.com, mw@...ihalf.com, kuba@...nel.org Subject: Re: [PATCH v5 1/3] dt-bindings: net: marvell,pp2: convert to json-schema On Fri, 14 Oct 2022 23:32:52 +0200, Michał Grzelak wrote: > Convert the marvell,pp2 bindings from text to proper schema. > > Move 'marvell,system-controller' and 'dma-coherent' properties from > port up to the controller node, to match what is actually done in DT. > > Rename all subnodes to match "^(ethernet-)?port@[0-2]$" and deprecate > port-id in favour of 'reg'. > > Signed-off-by: Michał Grzelak <mig@...ihalf.com> > --- > .../devicetree/bindings/net/marvell,pp2.yaml | 305 ++++++++++++++++++ > .../devicetree/bindings/net/marvell-pp2.txt | 141 -------- > MAINTAINERS | 2 +- > 3 files changed, 306 insertions(+), 142 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/marvell,pp2.yaml > delete mode 100644 Documentation/devicetree/bindings/net/marvell-pp2.txt > Reviewed-by: Rob Herring <robh@...nel.org>
Powered by blists - more mailing lists