All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [GIT PULL] Devicetree fixes for v6.8
Date: Thu, 15 Feb 2024 09:32:48 -0600	[thread overview]
Message-ID: <20240215153248.GA181950-robh@kernel.org> (raw)

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(-)

             reply	other threads:[~2024-02-15 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15 15:32 Rob Herring [this message]
2024-02-15 19:50 ` [GIT PULL] Devicetree fixes for v6.8 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240215153248.GA181950-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.