mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
![]() 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 ... |
||
---|---|---|
.. | ||
abilis,tb10x-ictl.txt | ||
actions,owl-sirq.yaml | ||
al,alpine-msix.txt | ||
allwinner,sun4i-a10-ic.yaml | ||
allwinner,sun6i-a31-r-intc.yaml | ||
allwinner,sun7i-a20-sc-nmi.yaml | ||
amazon,al-fic.txt | ||
amlogic,meson-gpio-intc.yaml | ||
apple,aic2.yaml | ||
apple,aic.yaml | ||
arm,gic-v3.yaml | ||
arm,gic.yaml | ||
arm,nvic.txt | ||
arm,versatile-fpga-irq.txt | ||
arm,vic.yaml | ||
aspeed,ast2xxx-scu-ic.txt | ||
aspeed,ast2400-i2c-ic.txt | ||
aspeed,ast2400-vic.txt | ||
atmel,aic.yaml | ||
brcm,bcm2835-armctrl-ic.txt | ||
brcm,bcm2836-l1-intc.txt | ||
brcm,bcm6345-l1-intc.txt | ||
brcm,bcm7038-l1-intc.yaml | ||
brcm,bcm7120-l2-intc.yaml | ||
brcm,l2-intc.yaml | ||
cdns,xtensa-mx.txt | ||
cdns,xtensa-pic.txt | ||
cirrus,clps711x-intc.txt | ||
csky,apb-intc.txt | ||
csky,mpintc.txt | ||
digicolor-ic.txt | ||
ezchip,nps400-ic.txt | ||
faraday,ftintc010.txt | ||
fsl,intmux.yaml | ||
fsl,irqsteer.yaml | ||
fsl,ls-extirq.yaml | ||
fsl,ls-scfg-msi.txt | ||
fsl,mu-msi.yaml | ||
google,goldfish-pic.txt | ||
hisilicon,mbigen-v2.txt | ||
idt,32434-pic.yaml | ||
img,pdc-intc.txt | ||
ingenic,intc.yaml | ||
intel,ce4100-ioapic.yaml | ||
intel,ce4100-lapic.yaml | ||
intel,ixp4xx-interrupt.yaml | ||
interrupts.txt | ||
jcore,aic.txt | ||
kontron,sl28cpld-intc.yaml | ||
loongson,cpu-interrupt-controller.yaml | ||
loongson,eiointc.yaml | ||
loongson,htpic.yaml | ||
loongson,htvec.yaml | ||
loongson,liointc.yaml | ||
loongson,ls1x-intc.yaml | ||
loongson,pch-msi.yaml | ||
loongson,pch-pic.yaml | ||
lsi,zevio-intc.txt | ||
marvell,armada-8k-pic.txt | ||
marvell,armada-370-xp-mpic.txt | ||
marvell,gicp.txt | ||
marvell,icu.txt | ||
marvell,odmi-controller.txt | ||
marvell,orion-intc.txt | ||
marvell,sei.txt | ||
mediatek,mt6577-sysirq.yaml | ||
mediatek,mtk-cirq.yaml | ||
microchip,pic32-evic.txt | ||
microchip,sama7g5-eic.yaml | ||
mrvl,intc.yaml | ||
mscc,ocelot-icpu-intr.yaml | ||
msi-controller.yaml | ||
msi.txt | ||
mstar,mst-intc.yaml | ||
mti,cpu-interrupt-controller.yaml | ||
mti,gic.yaml | ||
nuvoton,wpcm450-aic.yaml | ||
nvidia,tegra20-ictlr.txt | ||
nxp,lpc3220-mic.txt | ||
open-pic.txt | ||
opencores,or1k-pic.txt | ||
openrisc,ompic.txt | ||
qca,ath79-cpu-intc.txt | ||
qca,ath79-misc-intc.txt | ||
qcom,mpm.yaml | ||
qcom,pdc.yaml | ||
ralink,rt2880-intc.yaml | ||
rda,8810pl-intc.yaml | ||
realtek,rtl-intc.yaml | ||
renesas,intc-irqpin.yaml | ||
renesas,irqc.yaml | ||
renesas,rza1-irqc.yaml | ||
renesas,rzg2l-irqc.yaml | ||
riscv,cpu-intc.txt | ||
samsung,exynos4210-combiner.yaml | ||
sifive,plic-1.0.0.yaml | ||
snps,arc700-intc.txt | ||
snps,archs-idu-intc.txt | ||
snps,archs-intc.txt | ||
snps,dw-apb-ictl.txt | ||
socionext,synquacer-exiu.yaml | ||
socionext,uniphier-aidet.yaml | ||
st,spear3xx-shirq.txt | ||
st,stih407-irq-syscfg.yaml | ||
st,stm32-exti.yaml | ||
starfive,jh8100-intc.yaml | ||
sunplus,sp7021-intc.yaml | ||
technologic,ts4800.txt | ||
thead,c900-aclint-mswi.yaml | ||
ti,cp-intc.txt | ||
ti,keystone-irq.txt | ||
ti,omap2-intc.txt | ||
ti,omap4-wugen-mpu | ||
ti,omap-intc-irq.txt | ||
ti,pruss-intc.yaml | ||
ti,sci-inta.yaml | ||
ti,sci-intr.yaml | ||
via,vt8500-intc.txt |