linux-stable/Documentation/devicetree/bindings/net
Linus Torvalds ab522e1478 Devicetree updates for v6.9:
DT core:
 
 - Add cleanup.h based auto release of struct device_node pointers via
   __free marking and new for_each_child_of_node_scoped() iterator to use
   it.
 
 - Always create a base skeleton DT when CONFIG_OF is enabled. This
   supports several usecases of adding DT data on non-DT booted systems.
 
 - Move around some /reserved-memory code in preparation for further
   improvements
 
 - Add a stub for_each_property_of_node() for !OF
 
 - Adjust the printk levels on some messages
 
 - Fix __be32 sparse warning
 
 - Drop RESERVEDMEM_OF_DECLARE usage from Freescale qbman driver
   (currently orphaned)
 
 - Add Saravana Kannan and drop Frank Rowand as DT maintainers
 
 DT bindings:
 
 - Convert Mediatek timer, Mediatek sysirq, fsl,imx6ul-tsc,
   fsl,imx6ul-pinctrl, Atmel AIC, Atmel HLCDC, FPGA region, and
   xlnx,sd-fec to DT schemas
 
 - Add existing, but undocumented fsl,imx-anatop binding
 
 - Add bunch of undocumented vendor prefixes used in compatible strings
 
 - Drop obsolete brcm,bcm2835-pm-wdt binding
 
 - Drop obsolete i2c.txt which as been replaced with schema in dtschema
 
 - Add DPS310 device and sort trivial-devices.yaml
 
 - Enable undocumented compatible checks on DT binding examples
 
 - More QCom maintainer fixes/updates
 
 - Updates to writing-schema.rst and DT submitting-patches.rst to cover
   some frequent review comments
 
 - Clean-up SPDX tags to use 'OR' rather than 'or'
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmX0foEACgkQ+vtdtY28
 YcOkUg//T5Q+ZudVn/oJGre3crfPU4O/RHbG+brbwpBZEdiwTGlIjI8ceThjumCO
 MY25yRewCIZtS8MLlRb/lNPUjQxPeyYWnpO3KZHbOJhU8bJCl2M5P0CQOYJNp0fl
 fMFhFU5bKVoXyK6y3qx7ivZTXSBCz9KzB1HxY3LueMHVgWiO1Oi++XjLfcos86Mh
 7dKZKNbpcnBFkXiESMksQS+asZkoRtZloFg4iFjniSLa8AgYJLsZXd7iW4s0IXy+
 Xj+5IcIRcPv2xQoXfCvlcKMheJyePDA1coYpO8pmOYOpjCQzsCnnbzoNERW6hc9u
 0DF2IWnq9WLlQ8RVijbECRPgwW6zuU+aklUZLz2q0AiwCVySHaMdC9iYe+KK/7GH
 m0F21x5mpfK0LVfOMWLsmuqKWn9J164VAeTY9zHqcWuvCohD5ulftvQgRBEiSDtv
 V3l668t6v67iMkYa8SncbuMkV/NSShWPGne+yP3smvL0pe0P0MJYb1XSstlbNXuK
 whTDaCydEHx3JPJ6VS/1aJnELFm+uZVl8wjhfrgbWo2hIC83qjN3k0yV+vFNdFzT
 5PUfI858fvgYOrGsswYCCJXmb/s37NImCnIF/sjqvj50BA468261KYAFtapa2Vlj
 uvpKgIZHJEDOK6TPlk5n7+aaOwoLMYzm+yov/0gyRpRKqsXu52U=
 =YzNN
 -----END PGP SIGNATURE-----

Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add cleanup.h based auto release of struct device_node pointers via
     __free marking and new for_each_child_of_node_scoped() iterator to
     use it.

   - Always create a base skeleton DT when CONFIG_OF is enabled. This
     supports several usecases of adding DT data on non-DT booted
     systems.

   - Move around some /reserved-memory code in preparation for further
     improvements

   - Add a stub for_each_property_of_node() for !OF

   - Adjust the printk levels on some messages

   - Fix __be32 sparse warning

   - Drop RESERVEDMEM_OF_DECLARE usage from Freescale qbman driver
     (currently orphaned)

   - Add Saravana Kannan and drop Frank Rowand as DT maintainers

  DT bindings:

   - Convert Mediatek timer, Mediatek sysirq, fsl,imx6ul-tsc,
     fsl,imx6ul-pinctrl, Atmel AIC, Atmel HLCDC, FPGA region, and
     xlnx,sd-fec to DT schemas

   - Add existing, but undocumented fsl,imx-anatop binding

   - Add bunch of undocumented vendor prefixes used in compatible
     strings

   - Drop obsolete brcm,bcm2835-pm-wdt binding

   - Drop obsolete i2c.txt which as been replaced with schema in
     dtschema

   - Add DPS310 device and sort trivial-devices.yaml

   - Enable undocumented compatible checks on DT binding examples

   - More QCom maintainer fixes/updates

   - Updates to writing-schema.rst and DT submitting-patches.rst to
     cover some frequent review comments

   - Clean-up SPDX tags to use 'OR' rather than 'or'"

* tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (56 commits)
  dt-bindings: soc: imx: fsl,imx-anatop: add imx6q regulators
  of: unittest: Use for_each_child_of_node_scoped()
  of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
  of: Add cleanup.h based auto release via __free(device_node) markings
  of: Move all FDT reserved-memory handling into of_reserved_mem.c
  of: Add KUnit test to confirm DTB is loaded
  of: unittest: treat missing of_root as error instead of fixing up
  x86/of: Unconditionally call unflatten_and_copy_device_tree()
  um: Unconditionally call unflatten_device_tree()
  of: Create of_root if no dtb provided by firmware
  of: Always unflatten in unflatten_and_copy_device_tree()
  dt-bindings: timer: mediatek: Convert to json-schema
  dt-bindings: interrupt-controller: fsl,intmux: Include power-domains support
  soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage
  dt-bindings: fsl-imx-sdma: fix HDMI audio index
  dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6
  dt-bindings: soc: imx: fsl,imx-anatop: add binding
  dt-bindings: input: touchscreen: fsl,imx6ul-tsc convert to YAML
  dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML
  of: make for_each_property_of_node() available to to !OF
  ...
2024-03-15 12:37:59 -07:00
..
bluetooth dt-bindings: net: bluetooth: qualcomm: Fix bouncing @codeaurora 2024-03-01 15:53:41 -06:00
can Devicetree updates for v6.9: 2024-03-15 12:37:59 -07:00
dsa dt-bindings: net: dsa: realtek: add reset controller 2024-02-28 08:21:41 +00:00
ieee802154
nfc dt-bindings: nfc: ti,trf7970a: fix usage example 2024-01-29 13:02:07 +00:00
pcs dt-bindings: clock: mediatek: add clock controllers of MT7988 2024-01-03 15:55:17 -08:00
pse-pd
wireless ath.git patches for v6.9 2024-03-05 20:57:28 +02:00
actions,owl-emac.yaml
adi,adin.yaml
adi,adin1110.yaml
allwinner,sun4i-a10-emac.yaml
allwinner,sun4i-a10-mdio.yaml
allwinner,sun7i-a20-gmac.yaml
allwinner,sun8i-a83t-emac.yaml dt-bindings: net: Add missing (unevaluated|additional)Properties on child node schemas 2023-10-19 08:56:34 -07:00
altr,tse.yaml
amd-xgbe.txt
amlogic,g12a-mdio-mux.yaml
amlogic,gxl-mdio-mux.yaml
amlogic,meson-dwmac.yaml
anarion-gmac.txt
apm-xgene-enet.txt
apm-xgene-mdio.txt
arc_emac.txt
asix,ax88178.yaml
asix,ax88796c.yaml
aspeed,ast2600-mdio.yaml
brcm,amac.yaml
brcm,asp-v2.0.yaml dt-bindings: net: brcm,asp-v2.0: Add asp-v2.2 2024-03-01 09:22:49 +00:00
brcm,bcm4908-enet.yaml
brcm,bcm6368-mdio-mux.yaml
brcm,bcm7445-switch-v4.0.txt
brcm,bcmgenet.yaml
brcm,iproc-mdio.yaml
brcm,mdio-mux-iproc.yaml
brcm,systemport.yaml
brcm,unimac-mdio.yaml dt-bindings: net: brcm,unimac-mdio: Add asp-v2.2 2024-03-01 09:22:49 +00:00
broadcom-bcm87xx.txt
broadcom-bluetooth.yaml
btusb.txt
calxeda-xgmac.yaml
cavium-mdio.txt
cavium-mix.txt
cavium-pip.txt
cdns,macb.yaml dt-bindings: net: cdns,macb: add sam9x7 ethernet interface 2024-02-26 18:39:56 -08:00
cirrus,cs89x0.txt
cortina,gemini-ethernet.yaml
cortina.txt
cpsw-phy-sel.txt
cpsw.txt
davicom,dm9000.yaml
davicom,dm9051.yaml
davinci_emac.txt
engleder,tsnep.yaml dt-bindings: net: Add missing (unevaluated|additional)Properties on child node schemas 2023-10-19 08:56:34 -07:00
ethernet-controller.yaml dt-bindings: net: ethernet-controller: drop redundant type from label 2024-02-28 11:17:29 +00:00
ethernet-phy-package.yaml dt-bindings: net: document ethernet PHY package nodes 2024-02-10 15:36:19 +00:00
ethernet-phy.yaml
ethernet-switch-port.yaml
ethernet-switch.yaml dt-bindings: net: ethernet-switch: Accept special variants 2023-11-29 19:37:21 -08:00
ethernet.txt
ezchip_enet.txt
faraday,ftgmac100.yaml
faraday,ftmac.txt
fixed-link.txt
fsl,fec.yaml dt-bindings: net: fec: add iommus property 2024-02-19 11:43:20 -08:00
fsl,fman-dtsec.yaml
fsl,qoriq-mc-dpmac.yaml
fsl-enetc.txt
fsl-fman.txt
fsl-tsec-phy.txt
hisilicon-femac-mdio.txt
hisilicon-femac.txt
hisilicon-hip04-net.txt
hisilicon-hix5hd2-gmac.txt
hisilicon-hns-dsaf.txt
hisilicon-hns-mdio.txt
hisilicon-hns-nic.txt
ibm,emac.txt
icplus-ip101ag.txt
idt,3243x-emac.yaml
ingenic,mac.yaml
intel,dwmac-plat.yaml
intel,ixp4xx-ethernet.yaml
intel,ixp4xx-hss.yaml
intel,ixp46x-ptp-timer.yaml
ipq806x-dwmac.txt
keystone-netcp.txt
lantiq,etop-xway.yaml
lantiq,pef2256.yaml dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer 2023-12-12 23:05:24 +01:00
lantiq,xrx200-net.yaml
litex,liteeth.yaml
loongson,ls1b-gmac.yaml dt-bindings: net: Add Loongson-1 Ethernet Controller 2023-09-16 11:46:14 +01:00
loongson,ls1c-emac.yaml dt-bindings: net: Add Loongson-1 Ethernet Controller 2023-09-16 11:46:14 +01:00
lpc-eth.txt
marvell,aquantia.yaml dt-bindings: Document Marvell Aquantia PHY 2023-11-16 22:10:29 +00:00
marvell,dfx-server.yaml
marvell,mvusb.yaml dt-bindings: net: mvusb: Fix up DSA example 2023-11-29 19:37:20 -08:00
marvell,orion-mdio.yaml dt-bindings: net: marvell,orion-mdio: Drop "reg" sizes schema 2023-12-15 17:44:28 -08:00
marvell,pp2.yaml
marvell,prestera.yaml net: marvell,prestera: Fix example PCI bus addressing 2024-02-05 16:33:23 +00:00
marvell-armada-370-neta.txt
marvell-bluetooth.yaml
marvell-bt-8xxx.txt
marvell-neta-bm.txt
marvell-orion-net.txt
marvell-pxa168.txt
maxim,ds26522.txt
maxlinear,gpy2xx.yaml
mctp-i2c-controller.yaml
mdio-gpio.yaml
mdio-mux-gpio.yaml
mdio-mux-mmioreg.yaml
mdio-mux-multiplexer.yaml
mdio-mux.yaml
mdio.txt
mdio.yaml
mediatek,net.yaml
mediatek,star-emac.yaml
mediatek-bluetooth.txt
mediatek-dwmac.yaml
micrel,ks8851.yaml
micrel-ks8995.txt
micrel-ksz90x1.txt
micrel.txt
microchip,enc28j60.txt
microchip,lan78xx.txt
microchip,lan95xx.yaml dt-bindings: net: microchip: Allow nvmem-cell usage 2023-10-15 23:40:10 +02:00
microchip,lan966x-switch.yaml
microchip,sparx5-switch.yaml
motorcomm,yt8xxx.yaml
mscc,miim.yaml
mscc,vsc7514-switch.yaml dt-bindings: net: mscc,vsc7514-switch: Simplify DSA and switch references 2023-10-19 08:56:36 -07:00
mscc-phy-vsc8531.txt
nixge.txt
nokia-bluetooth.txt
nvidia,tegra234-mgbe.yaml
nxp,dwmac-imx.yaml
nxp,lpc1850-dwmac.txt
nxp,tja11xx.yaml dt-bindings: net: Add missing (unevaluated|additional)Properties on child node schemas 2023-10-19 08:56:34 -07:00
opencores-ethoc.txt
phy.txt
qca,ar71xx.yaml
qca,ar803x.yaml
qca,qca808x.yaml dt-bindings: net: Document QCA808x PHYs 2024-01-26 21:03:31 -08:00
qca,qca7000.txt
qcom,bam-dmux.yaml
qcom,ethqos.yaml dt-bindings: net: qcom,ethqos: add binding doc for safety IRQ for sa8775p 2024-02-12 11:35:15 +00:00
qcom,ipa.yaml dt-bindings: net: qcom,ipa: do not override firmware-name $ref 2024-02-01 10:40:12 +01:00
qcom,ipq4019-mdio.yaml dt-bindings: net: ipq4019-mdio: document now supported clock-frequency 2024-02-02 10:08:02 +00:00
qcom,ipq8064-mdio.yaml
qcom,qca807x.yaml dt-bindings: net: Document Qcom QCA807x PHY package 2024-02-10 15:36:19 +00:00
qcom-emac.txt
realtek,rtl82xx.yaml
realtek-bluetooth.yaml
renesas,ether.yaml dt-bindings: net: renesas: Drop ethernet-phy node schema 2023-10-19 08:56:35 -07:00
renesas,etheravb.yaml dt-bindings: net: renesas,etheravb: Add support for R-Car V4M 2024-03-06 20:34:43 -08:00
renesas,ethertsn.yaml dt-bindings: net: renesas,ethertsn: Document default for delays 2024-03-01 08:32:33 +00:00
renesas,r8a779f0-ether-switch.yaml
rfkill-gpio.yaml
rockchip,emac.yaml
rockchip-dwmac.yaml
samsung-sxgbe.txt
sff,sfp.yaml dt-bindings: correct white-spaces in examples 2023-11-29 14:32:08 -06:00
smsc,lan91c111.yaml
smsc,lan9115.yaml
smsc-lan87xx.txt
snps,dwc-qos-ethernet.txt
snps,dwmac.yaml dt-bindings: net: qcom,ethqos: add binding doc for safety IRQ for sa8775p 2024-02-12 11:35:15 +00:00
socfpga-dwmac.txt
socionext,synquacer-netsec.yaml
socionext,uniphier-ave4.yaml
starfive,jh7110-dwmac.yaml dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible 2024-01-31 10:51:34 +00:00
sti-dwmac.txt
stm32-dwmac.yaml
stmmac.txt
sunplus,sp7021-emac.yaml
ti,bluetooth.yaml
ti,cc1352p7.yaml dt-bindings: net: Add ti,cc1352p7 2023-10-27 13:19:03 +02:00
ti,cpsw-switch.yaml dt-bindings: net: ti: Update maintainers list 2024-02-02 12:18:21 +00:00
ti,davinci-mdio.yaml
ti,dp83822.yaml dt-bindings: net: dp83822: change ti,rmii-mode description 2024-03-07 20:25:28 -08:00
ti,dp83867.yaml
ti,dp83869.yaml
ti,icss-iep.yaml
ti,icssg-prueth.yaml dt-bindings: net: Add documentation for Half duplex support. 2023-09-15 13:54:34 +01:00
ti,k3-am654-cpsw-nuss.yaml dt-bindings: net: ti: Update maintainers list 2024-02-02 12:18:21 +00:00
ti,k3-am654-cpts.yaml dt-bindings: net: ti: Update maintainers list 2024-02-02 12:18:21 +00:00
toshiba,visconti-dwmac.yaml
vertexcom-mse102x.yaml
via-rhine.txt
via-velocity.txt
wiznet,w5x00.txt
xlnx,axi-ethernet.yaml dt-bindings: net: xlnx,axi-ethernet: Introduce DMA support 2023-11-20 17:52:22 -08:00
xlnx,emaclite.yaml
xlnx,gmii-to-rgmii.yaml