mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
ab522e1478
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 ... |
||
---|---|---|
.. | ||
bluetooth | ||
can | ||
dsa | ||
ieee802154 | ||
nfc | ||
pcs | ||
pse-pd | ||
wireless | ||
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 | ||
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 | ||
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 | ||
broadcom-bcm87xx.txt | ||
broadcom-bluetooth.yaml | ||
btusb.txt | ||
calxeda-xgmac.yaml | ||
cavium-mdio.txt | ||
cavium-mix.txt | ||
cavium-pip.txt | ||
cdns,macb.yaml | ||
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 | ||
ethernet-controller.yaml | ||
ethernet-phy-package.yaml | ||
ethernet-phy.yaml | ||
ethernet-switch-port.yaml | ||
ethernet-switch.yaml | ||
ethernet.txt | ||
ezchip_enet.txt | ||
faraday,ftgmac100.yaml | ||
faraday,ftmac.txt | ||
fixed-link.txt | ||
fsl,fec.yaml | ||
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 | ||
lantiq,xrx200-net.yaml | ||
litex,liteeth.yaml | ||
loongson,ls1b-gmac.yaml | ||
loongson,ls1c-emac.yaml | ||
lpc-eth.txt | ||
marvell,aquantia.yaml | ||
marvell,dfx-server.yaml | ||
marvell,mvusb.yaml | ||
marvell,orion-mdio.yaml | ||
marvell,pp2.yaml | ||
marvell,prestera.yaml | ||
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 | ||
microchip,lan966x-switch.yaml | ||
microchip,sparx5-switch.yaml | ||
motorcomm,yt8xxx.yaml | ||
mscc,miim.yaml | ||
mscc,vsc7514-switch.yaml | ||
mscc-phy-vsc8531.txt | ||
nixge.txt | ||
nokia-bluetooth.txt | ||
nvidia,tegra234-mgbe.yaml | ||
nxp,dwmac-imx.yaml | ||
nxp,lpc1850-dwmac.txt | ||
nxp,tja11xx.yaml | ||
opencores-ethoc.txt | ||
phy.txt | ||
qca,ar71xx.yaml | ||
qca,ar803x.yaml | ||
qca,qca808x.yaml | ||
qca,qca7000.txt | ||
qcom,bam-dmux.yaml | ||
qcom,ethqos.yaml | ||
qcom,ipa.yaml | ||
qcom,ipq4019-mdio.yaml | ||
qcom,ipq8064-mdio.yaml | ||
qcom,qca807x.yaml | ||
qcom-emac.txt | ||
realtek,rtl82xx.yaml | ||
realtek-bluetooth.yaml | ||
renesas,ether.yaml | ||
renesas,etheravb.yaml | ||
renesas,ethertsn.yaml | ||
renesas,r8a779f0-ether-switch.yaml | ||
rfkill-gpio.yaml | ||
rockchip,emac.yaml | ||
rockchip-dwmac.yaml | ||
samsung-sxgbe.txt | ||
sff,sfp.yaml | ||
smsc,lan91c111.yaml | ||
smsc,lan9115.yaml | ||
smsc-lan87xx.txt | ||
snps,dwc-qos-ethernet.txt | ||
snps,dwmac.yaml | ||
socfpga-dwmac.txt | ||
socionext,synquacer-netsec.yaml | ||
socionext,uniphier-ave4.yaml | ||
starfive,jh7110-dwmac.yaml | ||
sti-dwmac.txt | ||
stm32-dwmac.yaml | ||
stmmac.txt | ||
sunplus,sp7021-emac.yaml | ||
ti,bluetooth.yaml | ||
ti,cc1352p7.yaml | ||
ti,cpsw-switch.yaml | ||
ti,davinci-mdio.yaml | ||
ti,dp83822.yaml | ||
ti,dp83867.yaml | ||
ti,dp83869.yaml | ||
ti,icss-iep.yaml | ||
ti,icssg-prueth.yaml | ||
ti,k3-am654-cpsw-nuss.yaml | ||
ti,k3-am654-cpts.yaml | ||
toshiba,visconti-dwmac.yaml | ||
vertexcom-mse102x.yaml | ||
via-rhine.txt | ||
via-velocity.txt | ||
wiznet,w5x00.txt | ||
xlnx,axi-ethernet.yaml | ||
xlnx,emaclite.yaml | ||
xlnx,gmii-to-rgmii.yaml |