Linus, Please pull DT fixes for 6.8. Rob The following changes since commit 716089b417cf98d01f0dc1b39f9c47e1d7b4c965: of: unittest: Fix of_count_phandle_with_args() expected value message (2024-01-11 16:18:30 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.8-1 for you to fetch changes up to 4e06ec0774f5bebf10e27bc7a5ace4b48ae0fa56: dt-bindings: ufs: samsung,exynos-ufs: Add size constraints on "samsung,sysreg" (2024-02-13 10:32:13 -0600) ---------------------------------------------------------------- Devicetree fixes for v6.8: - Improve devlink dependency parsing for DT graphs - Fix devlink handling of io-channels dependencies - Fix PCI addressing in marvell,prestera example - A few schema fixes for property constraints - Improve performance of DT unprobed devices kselftest - Fix regression in DT_SCHEMA_FILES handling - Fix compile error in unittest for !OF_DYNAMIC ---------------------------------------------------------------- André Draszik (1): dt-bindings: don't anchor DT_SCHEMA_FILES to bindings directory Christian A. Ehrhardt (1): of: unittest: Fix compile in the non-dynamic case Nuno Sa (1): of: property: fix typo in io-channels Nícolas F. R. A. Prado (1): kselftest: dt: Stop relying on dirname to improve performance Radhey Shyam Pandey (1): dt-bindings: xilinx: replace Piyush Mehta maintainership Rob Herring (4): dt-bindings: display: nxp,tda998x: Fix 'audio-ports' constraints dt-bindings: tpm: Drop type from "resets" net: marvell,prestera: Fix example PCI bus addressing dt-bindings: ufs: samsung,exynos-ufs: Add size constraints on "samsung,sysreg" Saravana Kannan (3): of: property: Improve finding the consumer of a remote-endpoint property of: property: Improve finding the supplier of a remote-endpoint property of: property: Add in-ports/out-ports support to of_graph_get_port_parent() Documentation/devicetree/bindings/Makefile | 5 +- .../devicetree/bindings/ata/ceva,ahci-1v84.yaml | 3 +- .../bindings/display/bridge/nxp,tda998x.yaml | 7 ++- .../bindings/gpio/xlnx,zynqmp-gpio-modepin.yaml | 3 +- .../devicetree/bindings/net/marvell,prestera.yaml | 4 +- .../bindings/reset/xlnx,zynqmp-reset.yaml | 3 +- .../devicetree/bindings/tpm/tpm-common.yaml | 2 +- .../bindings/ufs/samsung,exynos-ufs.yaml | 9 ++- .../devicetree/bindings/usb/dwc3-xilinx.yaml | 3 +- .../devicetree/bindings/usb/microchip,usb5744.yaml | 3 +- .../devicetree/bindings/usb/xlnx,usb2.yaml | 3 +- drivers/of/property.c | 65 +++++++++------------- drivers/of/unittest.c | 12 +++- .../testing/selftests/dt/test_unprobed_devices.sh | 13 +++-- 14 files changed, 71 insertions(+), 64 deletions(-)