[GIT PULL] Devicetree fixes for v6.5, take 2

From: Rob Herring
Date: Tue Aug 22 2023 - 13:43:33 EST


Linus,

Please pull a few more DT fixes for 6.5.

Rob


The following changes since commit ffc59c6414f9ffd52591786efe3e62e145563deb:

dt-bindings: serial: Remove obsolete nxp,lpc1850-uart.txt (2023-07-21 13:39:12 -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.5-2

for you to fetch changes up to 7882541ca06d51a6c12d687827176c16d5e05f65:

of/platform: increase refcount of fwnode (2023-08-21 16:12:28 -0500)

----------------------------------------------------------------
Devicetree fixes for v6.5, part 2:

- Fix DT node refcount when creating platform devices

- Fix deadlock in changeset code due to printing with devtree_lock held

- Fix unittest EXPECT strings for parse_phandle_with_args_map() test

- Fix IMA kexec memblock freeing

----------------------------------------------------------------
Peng Fan (1):
of/platform: increase refcount of fwnode

Rik van Riel (1):
mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer

Rob Herring (2):
of: unittest: Fix EXPECT for parse_phandle_with_args_map() test
of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock

drivers/of/dynamic.c | 31 +++++++++----------------------
drivers/of/kexec.c | 3 ++-
drivers/of/platform.c | 4 ++--
drivers/of/unittest.c | 4 ++--
4 files changed, 15 insertions(+), 27 deletions(-)