linux/Documentation/devicetree/bindings/net
Linus Torvalds 8f447694c2 Devicetree updates for v6.6:
DT core:
 - Add support for generating DT nodes for PCI devices. This is the
   groundwork for applying overlays to PCI devices containing
   non-discoverable downstream devices.
 
 - DT unittest additions to check reverted changesets, to test for
   refcount issues, and to test unresolved symbols. Also, various
   clean-ups of the unittest along the way.
 
 - Refactor node and property manipulation functions to better share code
   with old API and changeset API
 
 - Refactor changeset print functions to a common implementation
 
 - Move some platform_device specific functions into of_platform.c
 
 Bindings:
 - Treewide fixing of typos
 
 - Treewide clean-up of SPDX tags to use 'OR' consistently
 
 - Last chunk of dropping unnecessary quotes. With that, the check
   for unnecessary quotes is enabled in yamllint.
 
 - Convert ftgmac100, zynqmp-genpd, pps-gpio, syna,rmi4, and qcom,ssbi
   bindings to DT schema format
 
 - Add Allwinner V3s xHCI USB, Saef SF-TC154B display, QCom SM8450 Inline
   Crypto Engine, QCom SM6115 UFS, QCom SDM670 PDC interrupt controller,
   Arm 2022 Cortex cores, and QCom IPQ9574 Crypto bindings
 
 - Fixes for Rockchip DWC PCI binding
 
 - Ensure all properties are evaluated on USB connector schema
 
 - Fix dt-check-compatible script to find of_device_id instances with
   compiler annotations
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmTubyoACgkQ+vtdtY28
 YcPamA//feXFYNPiIbSa7XqfAu1PE5XSg3PqCe77QvLBGJU7saTwRJApc88iTjlA
 hc5EELnZKp3FE9N7DJdmvEjYxKDqtJOukO+txKy3mFBWo+gZQURthZVcbLxUZmpw
 XmYA4b/GrIv5h8YWG1wokyaGTtSfTcf0+RmAtVepiDk5kWQKaC04Let356fKn9xi
 ePgLTZV6BJvPoGpMWd08o+1szUAc6Vihs9qWu7g0+mtb5K5xi/l05YMz3REu7kpf
 iz06CE/uzYvHpFBJZ6izN+9Qqxh52DnWckXX68v8kStHUON2h1YmZYvjhGrfay4k
 rHeDnHoRBrepDDCytXQ/fxzGtURr3b8yBnlhzEQadMLXmf25mm+TRBDmf6GnX5ij
 QmHlj+eSARIafcbb4fqF1Hdyv8c7XM0AkEnj1XrIWLtXPuRNSHlS25dngCztbII/
 lqmtBaH1ifCKj2VQ8YL8sVX7k208YU9vDNKZHQyA8dPEYwhknrWmp1F0OAnBB+wz
 F11kDE7xkZ0/gE7mUHwe9mP94hC6Ceks4IuBvsTzBmSwqXxyCz8gM2KHK4U3gNUr
 Sk2hWgZn+k2HM9zLb38FE18C6hqws6RBUWnJwZ4V3qPo2eYJ8Jzkvm7oonxjHgCC
 4FmYYAoCQhBEkZPOJ4map0eO5VbShn9Hrgs46Jj4WoXmm7dFDLc=
 =kl+z
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add support for generating DT nodes for PCI devices. This is the
     groundwork for applying overlays to PCI devices containing
     non-discoverable downstream devices.

   - DT unittest additions to check reverted changesets, to test for
     refcount issues, and to test unresolved symbols. Also, various
     clean-ups of the unittest along the way.

   - Refactor node and property manipulation functions to better share
     code with old API and changeset API

   - Refactor changeset print functions to a common implementation

   - Move some platform_device specific functions into of_platform.c

  Bindings:

   - Treewide fixing of typos

   - Treewide clean-up of SPDX tags to use 'OR' consistently

   - Last chunk of dropping unnecessary quotes. With that, the check for
     unnecessary quotes is enabled in yamllint.

   - Convert ftgmac100, zynqmp-genpd, pps-gpio, syna,rmi4, and qcom,ssbi
     bindings to DT schema format

   - Add Allwinner V3s xHCI USB, Saef SF-TC154B display, QCom SM8450
     Inline Crypto Engine, QCom SM6115 UFS, QCom SDM670 PDC interrupt
     controller, Arm 2022 Cortex cores, and QCom IPQ9574 Crypto bindings

   - Fixes for Rockchip DWC PCI binding

   - Ensure all properties are evaluated on USB connector schema

   - Fix dt-check-compatible script to find of_device_id instances with
     compiler annotations"

* tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (64 commits)
  dt-bindings: usb: Add V3s compatible string for OHCI
  dt-bindings: usb: Add V3s compatible string for EHCI
  dt-bindings: display: panel: mipi-dbi-spi: add Saef SF-TC154B
  dt-bindings: vendor-prefixes: document Saef Technology
  dt-bindings: thermal: lmh: update maintainer address
  of: unittest: Fix of_unittest_pci_node() kconfig dependencies
  dt-bindings: crypto: ice: Document sm8450 inline crypto engine
  dt-bindings: ufs: qcom: Add ICE to sm8450 example
  dt-bindings: ufs: qcom: Add sm6115 binding
  dt-bindings: ufs: qcom: Add reg-names property for ICE
  dt-bindings: yamllint: Enable quoted string check
  dt-bindings: Drop remaining unneeded quotes
  of: unittest-data: Fix whitespace - angular brackets
  of: unittest-data: Fix whitespace - indentation
  of: unittest-data: Fix whitespace - blank lines
  of: unittest-data: Convert remaining overlay DTS files to sugar syntax
  of: overlay: unittest: Add test for unresolved symbol
  of: unittest: Add separators to of_unittest_overlay_high_level()
  of: unittest: Cleanup partially-applied overlays
  of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()
  ...
2023-08-30 16:59:03 -07:00
..
bluetooth dt-bindings: net: bluetooth: qualcomm: document WCN7850 chipset 2023-08-24 12:20:36 -07:00
can Devicetree updates for v6.6: 2023-08-30 16:59:03 -07:00
dsa Devicetree updates for v6.6: 2023-08-30 16:59:03 -07:00
ieee802154
nfc dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
pcs dt-bindings: net: pcs: mediatek,sgmiisys: add MT7981 SoC 2023-03-20 19:48:19 -07:00
pse-pd dt-bindings: net: pse-pd: Allow -N suffix for ethernet-pse node names 2023-06-01 21:38:28 -07:00
wireless dt-bindings: mt76: support pointing to EEPROM using NVMEM cell 2023-07-26 11:15:04 +02:00
actions,owl-emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
adi,adin1110.yaml dt-bindings: net: adin1110: Document reset 2022-10-21 13:11:33 +01:00
adi,adin.yaml dt-bindings: net: Update ADIN PHY maintainers 2022-05-27 18:20:21 -07:00
allwinner,sun4i-a10-emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
allwinner,sun4i-a10-mdio.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
allwinner,sun7i-a20-gmac.yaml dt-bindings: net: drop unneeded quotes 2023-06-12 10:50:47 +01:00
allwinner,sun8i-a83t-emac.yaml dt-bindings: net: drop unneeded quotes 2023-06-12 10:50:47 +01:00
altr,tse.yaml dt-bindings: net: altr,tse: Fix error in "compatible" conditional schema 2023-06-23 12:49:11 +02:00
amd-xgbe.txt
amlogic,g12a-mdio-mux.yaml dt-bindings: net: convert mdio-mux-meson-g12a.txt to dt-schema 2023-01-11 10:14:16 -08:00
amlogic,gxl-mdio-mux.yaml dt-bindings: net: add amlogic gxl mdio multiplexer 2023-01-31 20:59:07 -08:00
amlogic,meson-dwmac.yaml dt-bindings: net: drop unneeded quotes 2023-06-12 10:50:47 +01:00
anarion-gmac.txt
apm-xgene-enet.txt
apm-xgene-mdio.txt
arc_emac.txt
asix,ax88178.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
asix,ax88796c.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
aspeed,ast2600-mdio.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
brcm,amac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
brcm,asp-v2.0.yaml dt-bindings: net: Brcm ASP 2.0 Ethernet controller 2023-07-17 07:39:04 +01:00
brcm,bcm4908-enet.yaml dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
brcm,bcm6368-mdio-mux.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
brcm,bcm7445-switch-v4.0.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
brcm,bcmgenet.yaml dt-bindings: net: drop unneeded quotes 2023-06-12 10:50:47 +01:00
brcm,iproc-mdio.yaml dt-bindings: net: brcm,iproc-mdio: convert to the json-schema 2021-06-02 13:05:21 -07:00
brcm,mdio-mux-iproc.yaml dt-bindings: net: Convert iProc MDIO mux to YAML 2021-12-08 13:51:13 -06:00
brcm,systemport.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
brcm,unimac-mdio.yaml dt-bindings: net: brcm,unimac-mdio: Add asp-v2.0 2023-07-17 07:39:03 +01:00
broadcom-bcm87xx.txt
broadcom-bluetooth.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
btusb.txt USB/Thunderbolt patches for 5.12-rc1 2021-02-20 21:32:37 -08:00
calxeda-xgmac.yaml
cavium-mdio.txt
cavium-mix.txt
cavium-pip.txt
cdns,macb.yaml dt-bindings: net: cdns,macb: Add rx-watermark property 2023-06-15 08:45:29 +01:00
cirrus,cs89x0.txt
cortina,gemini-ethernet.yaml dt-bindings: yamllint: Require a space after a comment '#' 2023-03-08 09:04:53 -06:00
cortina.txt
cpsw-phy-sel.txt
cpsw.txt devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
davicom,dm9000.yaml dt-bindings: net: davicom,dm9000: convert to DT schema 2023-07-25 22:09:39 +02:00
davicom,dm9051.yaml dt-bindings: net: Add Davicom dm9051 SPI ethernet controller 2022-02-14 11:18:46 +00:00
davinci_emac.txt
engleder,tsnep.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ethernet-controller.yaml dt-bindings: net: ethernet-controller: add PSGMII mode 2023-08-14 08:12:53 +01:00
ethernet-phy.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
ethernet-switch-port.yaml dt-bindings: net: add generic ethernet-switch-port binding 2023-01-16 18:42:55 +00:00
ethernet-switch.yaml dt-bindings: net: ethernet: Fix JSON pointer references 2023-04-19 18:41:55 -07:00
ethernet.txt
ezchip_enet.txt
faraday,ftgmac100.yaml dt-bindings: net: ftgmac100: convert to yaml version from txt 2023-08-17 13:07:39 -05:00
faraday,ftmac.txt
fixed-link.txt
fsl-enetc.txt dt-bindings: net: fsl: enetc: add the IERB documentation 2021-04-19 15:31:45 -07:00
fsl-fman.txt dt-bindings: net: fman: Add additional interface properties 2022-10-19 13:25:09 +01:00
fsl-tsec-phy.txt
fsl,fec.yaml dt-bindings: net: fec: add power-domains property 2023-03-31 10:38:46 -07:00
fsl,fman-dtsec.yaml dt-bindings: net: fman: Add additional interface properties 2022-10-19 13:25:09 +01:00
fsl,qoriq-mc-dpmac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
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 dt-bindings: net: korina: Add DT bindings for IDT 79RC3243x SoCs 2021-04-19 15:58:14 -07:00
ingenic,mac.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
intel,dwmac-plat.yaml dt-bindings: net: drop unneeded quotes 2023-06-12 10:50:47 +01:00
intel,ixp4xx-ethernet.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
intel,ixp4xx-hss.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
intel,ixp46x-ptp-timer.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ipq806x-dwmac.txt
keystone-netcp.txt
lantiq,etop-xway.yaml dt-bindings: Drop required 'interrupt-parent' 2022-01-11 11:54:35 -06:00
lantiq,xrx200-net.yaml dt-bindings: Drop required 'interrupt-parent' 2022-01-11 11:54:35 -06:00
litex,liteeth.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
lpc-eth.txt
marvell-armada-370-neta.txt dt-bindings: net: mvneta: Add marvell,armada-ac5-neta 2022-03-17 10:49:26 +01:00
marvell-bluetooth.yaml dt-bindings: bluetooth: marvell: add max-speed property 2023-04-23 21:44:59 -07:00
marvell-bt-8xxx.txt
marvell-neta-bm.txt
marvell-orion-net.txt
marvell-pxa168.txt
marvell,dfx-server.yaml dt-bindings: net: marvell,dfx-server: Convert to yaml 2022-11-29 10:45:53 +01:00
marvell,mvusb.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
marvell,orion-mdio.yaml dt-bindings: net: marvell,orion-mdio: Fix examples 2023-01-01 15:00:12 +00:00
marvell,pp2.yaml dt-bindings: net: marvell,pp2: convert to json-schema 2022-10-19 09:49:38 +01:00
marvell,prestera.yaml dt-bindings: net: marvell,prestera: Describe PCI devices of the prestera family 2022-11-29 10:45:53 +01:00
maxim,ds26522.txt
maxlinear,gpy2xx.yaml dt-bindings: net: phy: gpy2xx: more precise description 2023-06-18 14:30:26 +01:00
mctp-i2c-controller.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
mdio-gpio.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
mdio-mux-gpio.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux-mmioreg.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux-multiplexer.yaml dt-bindings: net: Convert MDIO mux bindings to DT schema 2021-06-02 16:05:22 -05:00
mdio-mux.yaml dt-bindings: net: Cleanup MDIO node schemas 2022-01-11 11:54:34 -06:00
mdio.txt
mdio.yaml dt-bindings: drop redundant part of title of shared bindings 2022-12-16 11:41:49 -06:00
mediatek-bluetooth.txt
mediatek-dwmac.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
mediatek,net.yaml Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-08-03 14:34:37 -07:00
mediatek,star-emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
micrel-ks8995.txt
micrel-ksz90x1.txt dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841 2023-02-08 09:16:07 +00:00
micrel,ks8851.yaml dt-bindings: net: micrel,ks8851: allow SPI device properties 2023-06-21 16:55:44 -07:00
micrel.txt dt-bindings: net: Updated micrel,led-mode for LAN8814 PHY 2022-07-02 16:30:44 +01:00
microchip,enc28j60.txt
microchip,lan78xx.txt
microchip,lan95xx.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
microchip,lan966x-switch.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
microchip,sparx5-switch.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
motorcomm,yt8xxx.yaml dt-bindings: net: motorcomm: Add pad driver strength cfg 2023-07-24 10:36:45 +01:00
mscc-phy-vsc8531.txt Documentation: fix incorrect macro referencing in mscc-phy-vsc8531.txt 2021-08-02 15:48:06 -06:00
mscc,miim.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
mscc,vsc7514-switch.yaml dt-bindings: net: mscc,vsc7514-switch: add dsa binding for the vsc7512 2023-01-30 21:07:21 -08:00
nixge.txt
nokia-bluetooth.txt
nvidia,tegra234-mgbe.yaml dt-bindings: net: Add Tegra234 MGBE 2022-09-07 18:24:02 +02:00
nxp,dwmac-imx.yaml dt-bindings: net: drop unneeded quotes 2023-06-12 10:50:47 +01:00
nxp,lpc1850-dwmac.txt
nxp,tja11xx.yaml dt-bindings: net: tja11xx: add nxp,refclk_in property 2022-08-23 17:43:27 -07:00
opencores-ethoc.txt
phy.txt
qca,ar71xx.yaml dt-bindings: net: qca,ar71xx: remove label = "cpu" from examples 2022-12-01 15:56:57 -08:00
qca,ar803x.yaml dt-bindings: net: qca,ar803x: add missing unevaluatedProperties for each regulator 2023-07-26 21:48:14 -07:00
qca,qca7000.txt
qcom-emac.txt dt-bindings: Fix incorrect "the the" corrections 2022-08-18 10:59:33 -07:00
qcom,bam-dmux.yaml dt-bindings: net: Add schema for Qualcomm BAM-DMUX 2021-11-29 12:27:34 +00:00
qcom,ethqos.yaml dt-bindings: net: qcom,ethqos: add description for sa8775p 2023-06-20 20:44:38 -07:00
qcom,ipa.yaml dt-bindings: net: qcom,ipa: add SDX65 compatible 2023-03-17 22:32:32 -07:00
qcom,ipq4019-mdio.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
qcom,ipq8064-mdio.yaml dt-bindings: net: ethernet-switch: Make "#address-cells/#size-cells" required 2023-04-05 17:51:19 -07:00
realtek-bluetooth.yaml dt-bindings: net: realtek-bluetooth: Fix double RTL8723CS in desc 2023-06-07 13:03:59 -06:00
realtek,rtl82xx.yaml dt-bindings: net: add dt binding for realtek rtl82xx phy 2021-06-08 11:41:23 -07:00
renesas,ether.yaml dt-bindings: net: renesas,ether: Update example to match reality 2021-10-02 14:13:38 +01:00
renesas,etheravb.yaml dt-bindings: net: renesas,etheravb: Add r8a779g0 support 2022-09-19 17:57:52 -07:00
renesas,r8a779f0-ether-switch.yaml dt-bindings: net: renesas: Document Renesas Ethernet Switch 2022-11-02 12:38:52 +00:00
rfkill-gpio.yaml dt-bindings: net: Add rfkill-gpio binding 2023-01-12 11:06:51 +01:00
rockchip-dwmac.yaml Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-08-03 14:34:37 -07:00
rockchip,emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
samsung-sxgbe.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
sff,sfp.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
smsc-lan87xx.txt
smsc,lan91c111.yaml dt-bindings: net: smsc,lan91c111 convert to schema 2022-04-06 11:03:37 -05:00
smsc,lan9115.yaml dt-bindings: net: sms911x: Convert to json-schema 2021-07-01 13:27:10 -07:00
snps,dwc-qos-ethernet.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
snps,dwmac.yaml dt-bindings: net: qcom,ethqos: add description for sa8775p 2023-06-20 20:44:38 -07:00
socfpga-dwmac.txt
socionext,synquacer-netsec.yaml dt-bindings: net: Convert Socionext NetSec Ethernet to DT schema 2022-12-12 13:03:45 -08:00
socionext,uniphier-ave4.yaml dt-bindings: net: ave: Use unevaluatedProperties 2022-04-08 11:55:06 +01:00
starfive,jh7110-dwmac.yaml dt-bindings: net: Add support StarFive dwmac 2023-04-18 13:13:41 +02:00
sti-dwmac.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
stm32-dwmac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
stmmac.txt
sunplus,sp7021-emac.yaml Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
ti,bluetooth.yaml dt-bindings: net: ti,bluetooth: Document default max-speed 2021-11-01 20:33:57 -05:00
ti,cpsw-switch.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,davinci-mdio.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,dp83822.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,dp83867.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,dp83869.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
ti,icss-iep.yaml dt-bindings: net: Add ICSS IEP 2023-08-27 07:13:23 +01:00
ti,icssg-prueth.yaml dt-bindings: net: Add IEP property in ICSSG 2023-08-27 07:13:23 +01:00
ti,k3-am654-cpsw-nuss.yaml dt-bindings: net: drop unneeded quotes 2023-06-12 10:50:47 +01:00
ti,k3-am654-cpts.yaml dt-binding: net: ti: am65x-cpts: add 'ti,pps' property 2023-01-18 12:56:38 +00:00
toshiba,visconti-dwmac.yaml dt-bindings: net: drop unneeded quotes 2023-06-12 10:50:47 +01:00
vertexcom-mse102x.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
via-rhine.txt
via-velocity.txt
wiznet,w5x00.txt
xlnx,axi-ethernet.yaml dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml 2023-06-12 08:48:24 +01:00
xlnx,emaclite.yaml dt-bindings: net: xilinx: document xilinx emaclite driver binding 2022-06-15 09:23:24 +01:00
xlnx,gmii-to-rgmii.yaml dt-bindings: net: xilinx_gmii2rgmii: Convert to json schema 2023-08-28 06:55:51 +01:00