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, 4 Jul 2022 16:46:00 +0300 From: Ioana Ciornei <ioana.ciornei@....com> To: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org Cc: robh+dt@...nel.org, linux@...linux.org.uk, devicetree@...r.kernel.org, Ioana Ciornei <ioana.ciornei@....com> Subject: [PATCH v2 net-next 0/4] dt-bindings: net: convert sff,sfp to dtschema (Really sorry if you are receiving this patch set twice, I forgot to add the netdev list the first time.) This patch set converts the sff,sfp to dtschema. The first patch does a somewhat mechanical conversion without changing anything else beside the format in which the dt binding is presented. In the second patch we rename some dt nodes to be generic. The last two patches change the GPIO related properties so that they uses the -gpios preferred suffix. This way, all the DTBs are passing the validation against the sff,sfp.yaml binding. Changes in v2: - 1/4: used the -gpios suffix - 1/4: restricted the use of some gpios if the compatible is sff,sff - 2: new patch, renamed some example dt nodes to be generic - 3,4: new patches, changed to the preffered -gpios suffix all impacted DT files Ioana Ciornei (4): dt-bindings: net: convert sff,sfp to dtschema dt-bindings: net: sff,sfp: rename example dt nodes to be more generic arch: arm64: dts: lx2160a-clearfog-itx: rename the sfp GPIO properties arch: arm64: dts: marvell: rename the sfp GPIO properties .../devicetree/bindings/net/sff,sfp.txt | 85 ----------- .../devicetree/bindings/net/sff,sfp.yaml | 143 ++++++++++++++++++ MAINTAINERS | 1 + .../freescale/fsl-lx2160a-clearfog-itx.dtsi | 8 +- .../dts/marvell/armada-3720-turris-mox.dts | 10 +- .../boot/dts/marvell/armada-3720-uDPU.dts | 16 +- .../boot/dts/marvell/armada-7040-mochabin.dts | 16 +- .../marvell/armada-8040-clearfog-gt-8k.dts | 4 +- .../boot/dts/marvell/armada-8040-mcbin.dtsi | 24 +-- .../dts/marvell/armada-8040-puzzle-m801.dts | 16 +- arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 6 +- arch/arm64/boot/dts/marvell/cn9130-db.dtsi | 8 +- arch/arm64/boot/dts/marvell/cn9131-db.dtsi | 8 +- arch/arm64/boot/dts/marvell/cn9132-db.dtsi | 8 +- 14 files changed, 206 insertions(+), 147 deletions(-) delete mode 100644 Documentation/devicetree/bindings/net/sff,sfp.txt create mode 100644 Documentation/devicetree/bindings/net/sff,sfp.yaml -- 2.17.1
Powered by blists - more mailing lists