[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241011215529.GA2601838-robh@kernel.org>
Date: Fri, 11 Oct 2024 16:55:29 -0500
From: Rob Herring <robh@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Saravana Kannan <saravanak@...gle.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org
Subject: [GIT PULL] Devicetree fixes for v6.12, part 1
Linus,
Please pull a few fixes for 6.12.
Rob
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.12-1
for you to fetch changes up to 6e0391e48cf9fb8b1b5e27c0cbbaf2e4639f2c33:
of: Skip kunit tests when arm64+ACPI doesn't populate root node (2024-10-10 12:43:01 -0500)
----------------------------------------------------------------
Devicetree fixes for v6.12, part 1:
- Disable kunit tests for arm64+ACPI
- Fix refcount issue in kunit tests
- Drop constraints on non-conformant 'interrupt-map' in fsl,ls-extirq
- Drop type ref on 'msi-parent in fsl,qoriq-mc binding
- Move elgin,jg10309-01 to its own binding from trivial-devices
----------------------------------------------------------------
Fabio Estevam (1):
dt-bindings: display: elgin,jg10309-01: Add own binding
Frank Li (2):
dt-bindings: misc: fsl,qoriq-mc: remove ref for msi-parent
dt-bindings: interrupt-controller: fsl,ls-extirq: workaround wrong interrupt-map number
Jinjie Ruan (1):
of: Fix unbalanced of node refcount and memory leaks
Stephen Boyd (1):
of: Skip kunit tests when arm64+ACPI doesn't populate root node
.../bindings/display/elgin,jg10309-01.yaml | 54 ++++++++++++++++++++++
.../interrupt-controller/fsl,ls-extirq.yaml | 26 +++++++++--
.../devicetree/bindings/misc/fsl,qoriq-mc.yaml | 2 +-
.../devicetree/bindings/trivial-devices.yaml | 2 -
drivers/of/of_kunit_helpers.c | 15 ++++++
drivers/of/of_private.h | 3 ++
drivers/of/of_test.c | 3 ++
drivers/of/overlay_test.c | 5 +-
8 files changed, 103 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/elgin,jg10309-01.yaml
Powered by blists - more mailing lists