mbox series

[GIT,PULL] Devicetree fixes for v6.8

Message ID 20240215153248.GA181950-robh@kernel.org
State Not Applicable
Headers show
Series [GIT,PULL] Devicetree fixes for v6.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.8-1

Checks

Context Check Description
robh/checkpatch warning total: 1 errors, 2 warnings, 0 lines checked
robh/patch-applied success

Message

Rob Herring (Arm) Feb. 15, 2024, 3:32 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 15, 2024, 7:50 p.m. UTC | #1
The pull request you sent on Thu, 15 Feb 2024 09:32:48 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.8-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/339e2fca02141ee74bd705b3d409aa81d9ca3d0a

Thank you!