mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-19 17:06:22 +00:00
DT core:
- Fix node refcounting in of_find_last_cache_level()
- Constify device_node in of_device_compatible_match()
- Fix 'dma-ranges' handling in bus controller nodes
- Fix handling of initrd start > end
- Improve error reporting in of_irq_init()
- Taint kernel on DT unittest running
- Use strscpy instead of strlcpy
- Add a build target, dt_compatible_check, to check for
compatible strings used in kernel sources against compatible strings
in DT schemas.
- Handle DT_SCHEMA_FILES changes when rebuilding
DT bindings:
- LED bindings for MT6370 PMIC
- Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
and arm,versatile-sysreg to DT schema format
- Add nvmem cells to u-boot,env schema
- Add more LED_COLOR_ID definitions
- Require 'opp-table' uses to be a node
- Various schema fixes to match QEMU 'virt' DT usage
- Tree wide dropping of redundant 'Device Tree Binding' in schema titles
- More (unevaluated|additional)Properties fixes in schema child nodes
- Drop various redundant minItems equal to maxItems
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmM7QzsACgkQ+vtdtY28
YcNMgg//eZr/y+FUyF3tE7DRRmCzbptAfRG0Ccmj6z0VM9HNmOiacnNdqGjOFHj6
CCFUHYsFJhiTwgM5MzMMZcQetrF+dZDok5HQNAkYqz5jtdcg1T0ZgrcpHcZpxfGv
lpAFaDkyoWQ7BXJbgLJJFP6pZ4IDyekWjU49php5pYlmTvzLwMvYW2MYvElLJ4It
tKi0XAzVyT/TrynFAOYDVO+kwZ4DDctsJM44K0LRW0e05Den9zCZDeVXik0J9l8o
jMpVy5xgqAbNUe/TCj8n91nG/Cl3wiW8l8JGWPAcb3D1Em6CQlsJCGN1a/rSHUiE
Pseql1ufUzpjcpTMnmdbRE/jWwJcLI2DqandxqIrEpUFmF4hlGeSviKib9qtacN0
pWC5pZgxrWvM9rHbbe2cYLozkYd8eiRo2l8hfefTopYbQ3UHa2hsU+f6vm9t0Gru
vxH7BmdlI22aGlnP0jl8t84v5cpu8O4C6Zmf2B/b5xj3Tif2GTLU1aYPuX3PkqHL
F9Ni+JqhnQBl1+t90PJogEFicjeyrjUO9lkKbzuoWwiJk5AgJcGck8tkBotlWYPc
B59DTigELMlssYIoF4/oX8ZF1QVmws6Xc0f9/GkgCEA0bR1qdo63qPjM9FIpd1G4
9sUhxiQbPCtIMMwD1M26LGUE/C4WESL9VXjdakoMaj7ekon2vjw=
=IDIz
-----END PGP SIGNATURE-----
Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree updates from Rob Herring:
"DT core:
- Fix node refcounting in of_find_last_cache_level()
- Constify device_node in of_device_compatible_match()
- Fix 'dma-ranges' handling in bus controller nodes
- Fix handling of initrd start > end
- Improve error reporting in of_irq_init()
- Taint kernel on DT unittest running
- Use strscpy instead of strlcpy
- Add a build target, dt_compatible_check, to check for compatible
strings used in kernel sources against compatible strings in DT
schemas.
- Handle DT_SCHEMA_FILES changes when rebuilding
DT bindings:
- LED bindings for MT6370 PMIC
- Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
and arm,versatile-sysreg to DT schema format
- Add nvmem cells to u-boot,env schema
- Add more LED_COLOR_ID definitions
- Require 'opp-table' uses to be a node
- Various schema fixes to match QEMU 'virt' DT usage
- Tree wide dropping of redundant 'Device Tree Binding' in schema
titles
- More (unevaluated|additional)Properties fixes in schema child nodes
- Drop various redundant minItems equal to maxItems"
* tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (62 commits)
of: base: Shift refcount decrement in of_find_last_cache_level()
dt-bindings: leds: Add MediaTek MT6370 flashlight
dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator
dt-bindings: mailbox: Convert mtk-gce to DT schema
of: base: make of_device_compatible_match() accept const device node
of: Fix "dma-ranges" handling for bus controllers
of: fdt: Remove unused struct fdt_scan_status
dt-bindings: display: st,stm32-dsi: Handle data-lanes in DSI port node
dt-bindings: timer: Add power-domains for TI timer-dm on K3
dt: Add a check for undocumented compatible strings in kernel
kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
dt-bindings: interrupt-controller: migrate MIPS CPU interrupt controller text bindings to YAML
dt-bindings: i2c: migrate mt7621 text bindings to YAML
dt-bindings: power: gpcv2: correct patternProperties
dt-bindings: virtio: Convert virtio,pci-iommu to DT schema
dt-bindings: timer: arm,arch_timer: Allow dual compatible string
dt-bindings: arm: cpus: Add kryo240 compatible
dt-bindings: display: bridge: nxp,tda998x: Convert to json-schema
dt-bindings: nvmem: u-boot,env: add basic NVMEM cells
dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema
...
|
||
|---|---|---|
| .. | ||
| armada | ||
| atmel | ||
| bridge | ||
| connector | ||
| exynos | ||
| hisilicon | ||
| imx | ||
| mediatek | ||
| msm | ||
| panel | ||
| rockchip | ||
| samsung | ||
| sprd | ||
| tegra | ||
| ti | ||
| tilcdc | ||
| xlnx | ||
| allwinner,sun4i-a10-display-backend.yaml | ||
| allwinner,sun4i-a10-display-engine.yaml | ||
| allwinner,sun4i-a10-display-frontend.yaml | ||
| allwinner,sun4i-a10-hdmi.yaml | ||
| allwinner,sun4i-a10-tcon.yaml | ||
| allwinner,sun4i-a10-tv-encoder.yaml | ||
| allwinner,sun6i-a31-drc.yaml | ||
| allwinner,sun6i-a31-mipi-dsi.yaml | ||
| allwinner,sun8i-a83t-de2-mixer.yaml | ||
| allwinner,sun8i-a83t-dw-hdmi.yaml | ||
| allwinner,sun8i-a83t-hdmi-phy.yaml | ||
| allwinner,sun8i-r40-tcon-top.yaml | ||
| allwinner,sun9i-a80-deu.yaml | ||
| amlogic,meson-dw-hdmi.yaml | ||
| amlogic,meson-vpu.yaml | ||
| arm,hdlcd.yaml | ||
| arm,komeda.yaml | ||
| arm,malidp.yaml | ||
| arm,pl11x.yaml | ||
| atmel,lcdc.txt | ||
| brcm,bcm2711-hdmi.yaml | ||
| brcm,bcm2835-dpi.yaml | ||
| brcm,bcm2835-dsi0.yaml | ||
| brcm,bcm2835-hdmi.yaml | ||
| brcm,bcm2835-hvs.yaml | ||
| brcm,bcm2835-pixelvalve0.yaml | ||
| brcm,bcm2835-txp.yaml | ||
| brcm,bcm2835-v3d.yaml | ||
| brcm,bcm2835-vc4.yaml | ||
| brcm,bcm2835-vec.yaml | ||
| cirrus,clps711x-fb.txt | ||
| dp-aux-bus.yaml | ||
| dsi-controller.yaml | ||
| faraday,tve200.yaml | ||
| fsl,dcu.txt | ||
| fsl,lcdif.yaml | ||
| fsl,tcon.txt | ||
| google,goldfish-fb.txt | ||
| himax,hx8357d.txt | ||
| ilitek,ili9225.txt | ||
| ilitek,ili9486.yaml | ||
| ingenic,ipu.yaml | ||
| ingenic,lcd.yaml | ||
| intel,keembay-display.yaml | ||
| intel,keembay-msscam.yaml | ||
| lvds.yaml | ||
| marvell,pxa2xx-lcdc.txt | ||
| marvell,pxa300-gcu.txt | ||
| mipi-dsi-bus.txt | ||
| multi-inno,mi0283qt.txt | ||
| renesas,cmm.yaml | ||
| renesas,du.yaml | ||
| repaper.txt | ||
| simple-framebuffer.yaml | ||
| sitronix,st7586.txt | ||
| sitronix,st7735r.yaml | ||
| sm501fb.txt | ||
| snps,arcpgu.txt | ||
| solomon,ssd1307fb.yaml | ||
| ssd1289fb.txt | ||
| st,stih4xx.txt | ||
| st,stm32-dsi.yaml | ||
| st,stm32-ltdc.yaml | ||
| ste,mcde.yaml | ||
| truly,nt35597.txt | ||
| via,vt8500-fb.txt | ||
| wm,prizm-ge-rops.txt | ||
| wm,wm8505-fb.txt | ||
| xylon,logicvc-display.yaml | ||