mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-24 03:46:45 +00:00
- Add Krzysztof Kozlowski as co-maintainer for DT bindings providing much needed help. - DT schema validation now takes DTB files as input rather than intermediate YAML files. This decouples the validation from the source level syntax information. There's a bunch of schema fixes as a result of switching to DTB based validation which exposed some errors and incomplete schemas and examples. - Kbuild improvements to explicitly warn users running 'make dt_binding_check' on missing yamllint - Expand DT_SCHEMA_FILES kbuild variable to take just a partial filename or path instead of the full path to 1 file. - Convert various bindings to schema format: mscc,vsc7514-switch, multiple GNSS bindings, ahci-platform, i2c-at91, multiple UFS bindings, cortina,gemini-sata-bridge, cortina,gemini-ethernet, Atmel SHA, Atmel TDES, Atmel AES, armv7m-systick, Samsung Exynos display subsystem, nuvoton,npcm7xx-timer, samsung,s3c2410-i2c, zynqmp_dma, msm/mdp4, rda,8810pl-uart - New schemas for u-boot environment variable partition, TI clksel - New compatible strings for Renesas RZ/V2L SoC - Vendor prefixes for Xen, HPE, deprecated Synopsys, deprecated HiSilicon - Add/fix schemas for QEMU Arm 'virt' machine - Drop unused of_alias_get_alias_list() function - Add a script to check DT unittest EXPECT message output. Pass messages also now print by default at PR_INFO level to help test automation. -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmI8s64QHHJvYmhAa2Vy bmVsLm9yZwAKCRD6+121jbxhwx3tD/4j56NE+aLkL636+I8tGFm3r+r6uLLT4SWh zDuiX3MP9OKfhJw43TjjURLwX5adBnG3nn505IXcAeiMRgEiciOpSa12w0mXyjMX QgVOcoaI3H2GBMEddJRo1PLTM/K5sYzZxAKLB827xoOk4mGNA0ZBAHvlB3W+yLE5 CE5yTaFoL4EMXuhWMtMrMlG1PQrbO3FpQ2DHBKrpxHPJmnHLk3c0YtMSTHGQnWbN AxT3S6RSsOLwLzZAXi2AlswqY82n5KtUf/RBrYi8rdr/xnIsCfMeXxafkP2Hyxkq L9RfKVn05c0LRtO1Eh8kYr+lmYmcWz/SIdJZXzpviIgE9MJapCAk0blBZ4S/FH0B EVGB1JkwCZFck6DBmkNJxAwR0iQOGWkJIkn6iBPNF0dHp58eE6adaXjhFH3uBEHk dXFaxPlvZ3P/Q2I/vmQ//m5tZMyjeCY2BlVYpkUJMOFfN26MIGHUmUlLnovLDqu4 lYgZG4V244uYzALLbURpbp+5dlPH/PL2gxvJJNqTS+/hXktQx1XnML4wD+xfJ4nT OY5DD7Z+KGBrdsMtxkFtIFvKD63E2gtAR5RZO0J/txlzhW7Wg6fJbhJZeRFhZKmN GAfud2s6rliyygByBL4ea50DSLLQpc/9HZtFmZ3NTILM6NbUR74sHt+1EZ1hee+M LaNsSscHuQ== =g1li -----END PGP SIGNATURE----- Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux Pull devicetree updates from Rob Herring: - Add Krzysztof Kozlowski as co-maintainer for DT bindings providing much needed help. - DT schema validation now takes DTB files as input rather than intermediate YAML files. This decouples the validation from the source level syntax information. There's a bunch of schema fixes as a result of switching to DTB based validation which exposed some errors and incomplete schemas and examples. - Kbuild improvements to explicitly warn users running 'make dt_binding_check' on missing yamllint - Expand DT_SCHEMA_FILES kbuild variable to take just a partial filename or path instead of the full path to 1 file. - Convert various bindings to schema format: mscc,vsc7514-switch, multiple GNSS bindings, ahci-platform, i2c-at91, multiple UFS bindings, cortina,gemini-sata-bridge, cortina,gemini-ethernet, Atmel SHA, Atmel TDES, Atmel AES, armv7m-systick, Samsung Exynos display subsystem, nuvoton,npcm7xx-timer, samsung,s3c2410-i2c, zynqmp_dma, msm/mdp4, rda,8810pl-uart - New schemas for u-boot environment variable partition, TI clksel - New compatible strings for Renesas RZ/V2L SoC - Vendor prefixes for Xen, HPE, deprecated Synopsys, deprecated HiSilicon - Add/fix schemas for QEMU Arm 'virt' machine - Drop unused of_alias_get_alias_list() function - Add a script to check DT unittest EXPECT message output. Pass messages also now print by default at PR_INFO level to help test automation. * tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (96 commits) dt-bindings: kbuild: Make DT_SCHEMA_LINT a recursive variable dt-bindings: nvmem: add U-Boot environment variables binding dt-bindings: ufs: qcom: Add SM6350 compatible string dt-bindings: dmaengine: sifive,fu540-c000: include generic schema dt-bindings: gpio: pca95xx: drop useless consumer example Revert "of: base: Introduce of_alias_get_alias_list() to check alias IDs" dt-bindings: virtio,mmio: Allow setting devices 'dma-coherent' dt-bindings: gnss: Add two more chips dt-bindings: gnss: Rewrite sirfstar binding in YAML dt-bindings: gnss: Modify u-blox to use common bindings dt-bindings: gnss: Rewrite common bindings in YAML dt-bindings: ata: ahci-platform: Add rk3568-dwc-ahci compatible dt-bindings: ata: ahci-platform: Add power-domains property dt-bindings: ata: ahci-platform: Convert DT bindings to yaml dt-bindings: kbuild: Use DTB files for validation dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validate dt-bindings: Add QEMU virt machine compatible dt-bindings: arm: Convert QEMU fw-cfg to DT schema dt-bindings: i2c: at91: Add SAMA7G5 compatible strings list dt-bindings: i2c: convert i2c-at91 to json-schema ... |
||
|---|---|---|
| .. | ||
| abt,y030xx067a.yaml | ||
| advantech,idk-1110wr.yaml | ||
| advantech,idk-2121wr.yaml | ||
| arm,versatile-tft-panel.yaml | ||
| armadeus,st0700-adapt.yaml | ||
| asus,z00t-tm5p5-nt35596.yaml | ||
| bananapi,s070wv20-ct16.yaml | ||
| boe,bf060y8m-aj0.yaml | ||
| boe,himax8279d.yaml | ||
| boe,tv101wum-nl6.yaml | ||
| display-timing.txt | ||
| display-timings.yaml | ||
| dlc,dlc0700yzg-1.yaml | ||
| elida,kd35t133.yaml | ||
| feixin,k101-im2ba02.yaml | ||
| feiyang,fy07024di26a30d.yaml | ||
| ilitek,ili9163.yaml | ||
| ilitek,ili9322.yaml | ||
| ilitek,ili9341.yaml | ||
| ilitek,ili9881c.yaml | ||
| innolux,ee101ia-01d.yaml | ||
| innolux,ej030na.yaml | ||
| innolux,p097pfg.yaml | ||
| innolux,p120zdg-bf1.yaml | ||
| jdi,lt070me05000.yaml | ||
| kingdisplay,kd035g6-54nt.yaml | ||
| leadtek,ltk050h3146w.yaml | ||
| leadtek,ltk500hd1829.yaml | ||
| lg,lg4573.yaml | ||
| lgphilips,lb035q02.yaml | ||
| logicpd,type28.yaml | ||
| mantix,mlaf057we51-x.yaml | ||
| mitsubishi,aa104xd12.yaml | ||
| mitsubishi,aa121td01.yaml | ||
| nec,nl8048hl11.yaml | ||
| novatek,nt35510.yaml | ||
| novatek,nt35950.yaml | ||
| novatek,nt36672a.yaml | ||
| olimex,lcd-olinuxino.yaml | ||
| orisetech,otm8009a.yaml | ||
| panel-common.yaml | ||
| panel-dpi.yaml | ||
| panel-dsi-cm.yaml | ||
| panel-edp.yaml | ||
| panel-lvds.yaml | ||
| panel-mipi-dbi-spi.yaml | ||
| panel-simple-dsi.yaml | ||
| panel-simple.yaml | ||
| panel-timing.yaml | ||
| pda,91-00156-a0.yaml | ||
| raspberrypi,7inch-touchscreen.yaml | ||
| raydium,rm67191.yaml | ||
| raydium,rm68200.yaml | ||
| rocktech,jh057n00900.yaml | ||
| ronbo,rb070d30.yaml | ||
| samsung,amoled-mipi-dsi.yaml | ||
| samsung,ld9040.yaml | ||
| samsung,lms380kf01.yaml | ||
| samsung,lms397kf04.yaml | ||
| samsung,s6d16d0.yaml | ||
| samsung,s6d27a1.yaml | ||
| samsung,s6e8aa0.yaml | ||
| samsung,s6e63m0.yaml | ||
| samsung,s6e88a0-ams452ef01.yaml | ||
| seiko,43wvf1g.yaml | ||
| sgd,gktw70sdae4se.yaml | ||
| sharp,ld-d5116z01b.yaml | ||
| sharp,lq101r1sx01.yaml | ||
| sharp,lq150x1lg11.yaml | ||
| sharp,ls037v7dw01.yaml | ||
| sharp,ls043t1le01.yaml | ||
| sharp,ls060t1sx01.yaml | ||
| sitronix,st7701.yaml | ||
| sitronix,st7789v.yaml | ||
| sony,acx424akp.yaml | ||
| sony,acx565akm.yaml | ||
| sony,tulip-truly-nt35521.yaml | ||
| startek,startek-kd050c.yaml | ||
| tfc,s9700rtwv43tr-01b.yaml | ||
| ti,nspire.yaml | ||
| tpo,td.yaml | ||
| tpo,tpg110.yaml | ||
| visionox,rm69299.yaml | ||
| xinpeng,xpp055c272.yaml | ||