mirror-linux/Documentation/devicetree/bindings/net
Linus Torvalds 2a17bb8c20 Devicetree updates for v6.12:
DT Bindings:
 - Drop duplicate devices in trivial-devices.yaml
 
 - Add a common serial peripheral device schema and reference it in
   serial device schemas.
 
 - Convert nxp,lpc1850-wdt, zii,rave-wdt, ti,davinci-wdt,
   snps,archs-pct, fsl,bcsr, fsl,fpga-qixis-i2c, fsl,fpga-qixis,
   fsl,cpm-enet, fsl,cpm-mdio, fsl,ucc-hdlc, maxim,ds26522,
   aspeed,ast2400-cvic, aspeed,ast2400-vic, fsl,ftm-timer,
   ti,davinci-timer, fsl,rcpm, and qcom,ebi2 to DT schema
 
 - Add support for rockchip,rk3576-wdt, qcom,apss-wdt-sa8255p,
   fsl,imx8qm-irqsteer, qcom,pm6150-vib, qcom,sa8255p-pdc, isil,isl69260,
   ti,tps546d24, and lpc32xx DMA mux
 
 - Drop duplicate nvidia,tegra186-ccplex-cluster.yaml and
   mediatek,mt6795-sys-clock.yaml
 
 - Add arm,gic ESPI and EPPI interrupt type specifiers
 
 - Add another batch of legacy compatible strings which we have no
   intention of documenting
 
 - Add dmas/dma-names properties to FSL lcdif
 
 - Fix wakeup-source reference to m8921-keypad.yaml
 
 - Treewide fixes of typos in bindings
 
 DT Core:
 - Update dtc/libfdt to upstream version v1.7.0-95-gbcd02b523429
 
 - More conversions to scoped iterators and __free() initializer
 
 - Handle overflows in address resources on 32-bit systems
 
 - Extend extracting compatible strings in sources from function
   parameters
 
 - Use of_property_present() in DT unittest
 
 - Clean-up of_irq_to_resource() to use helpers
 
 - Support #msi-cells=<0> in of_msi_get_domain()
 
 - Improve the kerneldoc for of_property_match_string()
 
 - kselftest: Ignore nodes that have ancestors disabled
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmbrSpcACgkQ+vtdtY28
 YcNpOw//WUD4C/tX8aoekeeoWo0uhCxy3IWzqNFOkP1wYhI4W5Fjoy6COlO1e428
 +knrEARe6fNBXa98wZo2PWC6yiHW5kFpFbf1epGCvP7O4uBZgColACnbCjtORZ5A
 /k3zXj8mu3CphsuTLljM8Ap0RUwqwlhmHJAz1pQlQWslK/v/QaopXtiR4dXS5Bdw
 jAGFiGDWni3NxiSPuey+1NJeY+t64AsplsCJ8a+3HIqXCxE6HohaboxIvsTaA999
 tbEah4AwVv3uQzdh01tmbd4z45XbKjUBc6IscTTXbm2pdpmmCDR9K0k9kkceDDGz
 7zyPf1/GGFG+RKC+irUkWHjIb89DrCUl7/DrRO1yijbTuFBktiJZ1KAVuVrmxJSd
 qh359bphMOx5hbZnPMvsH3Qyb78+U5sCKIHYddzqi1l7o+kMxGE3CqZFj2fGPfiQ
 W/f9ERQMwbicn0rFh/sdDf1S+QfRQQqjvfko2gjWWEUoImkuxcUiubYQi+ujnuHX
 S9YGYO8siiODSrVPBKJs1ylYxBlsU4YFk2KSBLjdA3erBvGe4DeH6HozXjh6WmlN
 e+/4UMoGRPeOesOHhPPqRWkgULmH7X0Ti61FNG2nnDyrt4z2auQ/UIDXj4gfFyS+
 PqfPFH2N83dPaHe6PyDoeEkbqEyKI1+gNtGx/alZeMkwMkwDyfU=
 =a3qP
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT Bindings:

   - Drop duplicate devices in trivial-devices.yaml

   - Add a common serial peripheral device schema and reference it in
     serial device schemas.

   - Convert nxp,lpc1850-wdt, zii,rave-wdt, ti,davinci-wdt,
     snps,archs-pct, fsl,bcsr, fsl,fpga-qixis-i2c, fsl,fpga-qixis,
     fsl,cpm-enet, fsl,cpm-mdio, fsl,ucc-hdlc, maxim,ds26522,
     aspeed,ast2400-cvic, aspeed,ast2400-vic, fsl,ftm-timer,
     ti,davinci-timer, fsl,rcpm, and qcom,ebi2 to DT schema

   - Add support for rockchip,rk3576-wdt, qcom,apss-wdt-sa8255p,
     fsl,imx8qm-irqsteer, qcom,pm6150-vib, qcom,sa8255p-pdc,
     isil,isl69260, ti,tps546d24, and lpc32xx DMA mux

   - Drop duplicate nvidia,tegra186-ccplex-cluster.yaml and
     mediatek,mt6795-sys-clock.yaml

   - Add arm,gic ESPI and EPPI interrupt type specifiers

   - Add another batch of legacy compatible strings which we have no
     intention of documenting

   - Add dmas/dma-names properties to FSL lcdif

   - Fix wakeup-source reference to m8921-keypad.yaml

   - Treewide fixes of typos in bindings

  DT Core:

   - Update dtc/libfdt to upstream version v1.7.0-95-gbcd02b523429

   - More conversions to scoped iterators and __free() initializer

   - Handle overflows in address resources on 32-bit systems

   - Extend extracting compatible strings in sources from function
     parameters

   - Use of_property_present() in DT unittest

   - Clean-up of_irq_to_resource() to use helpers

   - Support #msi-cells=<0> in of_msi_get_domain()

   - Improve the kerneldoc for of_property_match_string()

   - kselftest: Ignore nodes that have ancestors disabled"

* tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (59 commits)
  dt-bindings: watchdog: Add rockchip,rk3576-wdt compatible
  dt-bindings: cpu: Drop duplicate nvidia,tegra186-ccplex-cluster.yaml
  dt-bindings: clock: mediatek: Drop duplicate mediatek,mt6795-sys-clock.yaml
  of/irq: Use helper to define resources
  of/irq: Make use of irq_get_trigger_type()
  dt-bindings: clk: vc5: Make SD/OE pin configuration properties not required
  drivers/of: Improve documentation for match_string
  of: property: Do some clean up with use of __free()
  dt-bindings: watchdog: qcom-wdt: document support on SA8255p
  dt-bindings: interrupt-controller: fsl,irqsteer: Document fsl,imx8qm-irqsteer
  dt-bindings: interrupt-controller: arm,gic: add ESPI and EPPI specifiers
  dt-bindings: dma: Add lpc32xx DMA mux binding
  dt-bindings: trivial-devices: Drop duplicate "maxim,max1237"
  dt-bindings: trivial-devices: Drop duplicate LM75 compatible devices
  dt-bindings: trivial-devices: Deprecate "ad,ad7414"
  dt-bindings: trivial-devices: Drop incorrect and duplicate at24 compatibles
  dt-bindings: wakeup-source: update reference to m8921-keypad.yaml
  dt-bindings: interrupt-controller: qcom-pdc: document support for SA8255p
  dt-bindings: Fix various typos
  of: address: Unify resource bounds overflow checking
  ...
2024-09-19 08:38:51 +02:00
..
bluetooth Devicetree updates for v6.12: 2024-09-19 08:38:51 +02:00
can dt-bindings: can: rockchip_canfd: add rockchip CAN-FD controller 2024-09-04 11:21:00 +02:00
dsa dt-bindings: net: dsa: microchip: Add KSZ8895/KSZ8864 switch support 2024-08-27 16:14:18 -07:00
ieee802154
nfc dt-bindings: nfc: ti,trf7970a: fix usage example 2024-01-29 13:02:07 +00:00
pcs dt-bindings: net: Add Synopsys DW xPCS bindings 2024-07-05 09:35:50 +01:00
pse-pd dt-bindings: pse: tps23881: add reset-gpios 2024-08-26 13:24:10 -07:00
wireless dt-bindings: net: wireless: convert marvel-8xxx.txt to yaml format 2024-09-03 21:28:21 +03:00
actions,owl-emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
adi,adin.yaml
adi,adin1110.yaml dt-bindings: net: adin1110: Document reset 2022-10-21 13:11:33 +01:00
airoha,en7581-eth.yaml dt-bindings: net: airoha: Add EN7581 ethernet controller 2024-07-14 07:46:53 -07:00
airoha,en8811h.yaml dt-bindings: net: airoha,en8811h: Add en8811h 2024-03-29 12:06:39 -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: Add missing (unevaluated|additional)Properties on child node schemas 2023-10-19 08:56:34 -07: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 net: amlogic,meson-dwmac: Fix "amlogic,tx-delay-ns" schema 2024-09-10 18:35:51 -07:00
anarion-gmac.txt
apm-xgene-enet.txt
apm-xgene-mdio.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-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 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
brcm,mdio-mux-iproc.yaml
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.2 2024-03-01 09:22:49 +00:00
broadcom-bcm87xx.txt
btusb.txt
calxeda-xgmac.yaml
cavium-mdio.txt
cavium-mix.txt
cavium-pip.txt
cdns,macb.yaml dt-bindings: net: cdns,macb: Deprecate magic-packet property 2024-06-25 11:53:07 +02: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
davicom,dm9000.yaml dt-bindings: net: davicom,dm9000: convert to DT schema 2023-07-25 22:09:39 +02:00
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: add 10g-qxgmii mode 2024-06-18 13:28:26 +02:00
ethernet-phy-package.yaml dt-bindings: net: document ethernet PHY package nodes 2024-02-10 15:36:19 +00:00
ethernet-phy.yaml dt-bindings: ethernet-phy: add optional brr-mode flag 2024-07-14 20:38:34 -07: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-switch: Accept special variants 2023-11-29 19:37:21 -08: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,cpm-enet.yaml dt-bindings: soc: fsl: cpm_qe: convert network.txt to yaml 2024-08-15 09:41:33 -06:00
fsl,cpm-mdio.yaml dt-bindings: soc: fsl: cpm_qe: convert network.txt to yaml 2024-08-15 09:41:33 -06:00
fsl,enetc-ierb.yaml dt-bindings: net: convert enetc to yaml 2024-07-10 19:05:46 -07:00
fsl,enetc-mdio.yaml dt-bindings: net: convert enetc to yaml 2024-07-10 19:05:46 -07:00
fsl,enetc.yaml dt-bindings: net: convert enetc to yaml 2024-07-10 19:05:46 -07:00
fsl,fec.yaml dt-bindings: net: fec: add iommus property 2024-02-19 11:43:20 -08:00
fsl,fman-dtsec.yaml dt-bindings: net: fman: remove ptp-timer from required list 2024-06-23 12:51:59 +01:00
fsl,fman-mdio.yaml dt-bindings: net: Convert fsl-fman to yaml 2024-06-20 19:32:22 -07:00
fsl,fman-muram.yaml dt-bindings: net: Convert fsl-fman to yaml 2024-06-20 19:32:22 -07:00
fsl,fman-port.yaml dt-bindings: net: Convert fsl-fman to yaml 2024-06-20 19:32:22 -07:00
fsl,fman.yaml dt-bindings: net: fsl,fman: add ptimer-handle property 2024-07-09 11:33:39 -07:00
fsl,qoriq-mc-dpmac.yaml Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-08-15 17:18:52 -07:00
fsl-tsec-phy.txt dt-bindings: ptp: Convert ptp-qoirq to yaml format 2024-06-20 19:32:22 -07:00
hisilicon-femac-mdio.txt
hisilicon-femac.txt
hisilicon-hip04-net.txt dt-bindings: mfd: syscon: Add more simple compatibles 2024-07-04 17:38:38 +01:00
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 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
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 dt-bindings: net: marvell,dfx-server: Convert to yaml 2022-11-29 10:45:53 +01:00
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 dt-bindings: net: marvell,pp2: convert to json-schema 2022-10-19 09:49:38 +01:00
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-bt-8xxx.txt
marvell-neta-bm.txt
marvell-orion-net.txt
marvell-pxa168.txt
maxim,ds26522.yaml dt-bindings: net: convert maxim,ds26522.txt to yaml format 2024-08-13 14:19:31 -06:00
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
mdio-mux-mmioreg.yaml
mdio-mux-multiplexer.yaml
mdio-mux.yaml
mdio.txt
mdio.yaml dt-bindings: net: mdio: change nodename match pattern 2024-08-16 14:28:53 -07:00
mediatek,net.yaml dt-bindings: net: mediatek,net: add top-level constraints 2024-08-20 15:28:41 -07:00
mediatek,star-emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
mediatek-dwmac.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
micrel,ks8851.yaml dt-bindings: net: micrel,ks8851: allow SPI device properties 2023-06-21 16:55:44 -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.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 dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
microchip,lan8650.yaml dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY 2024-09-11 20:53:46 -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,miim.yaml dt-bindings: net: mscc-miim: Add resets property 2024-06-21 12:12:42 +01:00
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
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: nxp,dwmac-imx: allow nvmem cells property 2024-04-16 17:16:00 -07:00
nxp,lpc1850-dwmac.txt
nxp,tja11xx.yaml dt-bindings: net: tja11xx: fix the broken binding 2024-09-10 17:12:58 -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,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: ethernet: Allow dma-coherent 2024-05-16 19:33:33 -07: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: add IPQ9574 compatible 2024-05-08 18:44:49 -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
qcom,qca807x.yaml dt-bindings: net: Document Qcom QCA807x PHY package 2024-02-10 15:36:19 +00:00
qcom-emac.txt dt-bindings: Fix incorrect "the the" corrections 2022-08-18 10:59:33 -07:00
realtek,rtl82xx.yaml dt-bindings: net: realtek,rtl82xx: Document RTL8211F LED support 2024-07-10 19:04:42 -07:00
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 top-level constraints 2024-08-20 15:28:41 -07:00
renesas,ethertsn.yaml dt-bindings: net: renesas,ethertsn: Create child-node for MDIO bus 2024-04-02 18:16:32 -07:00
renesas,r8a779f0-ether-switch.yaml dt-bindings: net: renesas: Document Renesas Ethernet Switch 2022-11-02 12:38:52 +00:00
renesas,rzn1-gmac.yaml dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC support 2024-05-13 17:19:59 -07:00
rfkill-gpio.yaml dt-bindings: net: Add rfkill-gpio binding 2023-01-12 11:06:51 +01:00
rockchip,emac.yaml dt-bindings: net: Drop unneeded quotes 2023-03-22 21:54:19 -07:00
rockchip-dwmac.yaml dt-bindings: net: Add support for rk3576 dwmac 2024-08-27 13:29:15 -07:00
samsung-sxgbe.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
sff,sfp.yaml dt-bindings: Drop unnecessary quotes on keys 2024-05-03 07:50:05 -05:00
smsc,lan91c111.yaml
smsc,lan9115.yaml
smsc-lan87xx.txt
snps,dwc-qos-ethernet.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
snps,dwmac.yaml dt-bindings: net: Add support for rk3576 dwmac 2024-08-27 13:29:15 -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: socionext,uniphier-ave4: add top-level constraints 2024-08-20 15:28:42 -07:00
starfive,jh7110-dwmac.yaml dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 support 2024-04-04 19:07:42 -07:00
sti-dwmac.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
stm32-dwmac.yaml dt-bindings: net: add STM32MP25 compatible in documentation for stm32 2024-06-27 09:59:26 +02:00
stmmac.txt
sunplus,sp7021-emac.yaml Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
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-05-17 12:19:46 -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: dp83822: change ti,rmii-mode description 2024-03-07 20:25:28 -08: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 IEP interrupt 2024-06-19 10:56:10 +01:00
ti,icssg-prueth.yaml dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support 2024-05-30 18:31:34 -07:00
ti,k3-am654-cpsw-nuss.yaml dt-bindings: net: ti: Update maintainers list 2024-05-17 12:19:46 -07:00
ti,k3-am654-cpts.yaml dt-bindings: net: ti: Update maintainers list 2024-05-17 12:19:46 -07: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: Introduce DMA support 2023-11-20 17:52:22 -08:00
xlnx,emaclite.yaml
xlnx,gmii-to-rgmii.yaml dt-bindings: net: xilinx_gmii2rgmii: Add clock support 2024-05-29 13:10:57 +01:00