mbox series

[GIT,PULL] Devicetree fixes for v6.9, part 1

Message ID 20240405204017.GA1394619-robh@kernel.org
State Not Applicable, archived
Headers show
Series [GIT,PULL] Devicetree fixes for v6.9, part 1 | expand

Pull-request

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

Checks

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

Message

Rob Herring April 5, 2024, 8:40 p.m. UTC
Linus,

Please pull DT fixes for v6.9.

Rob


The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to de164a7f19248fb03229a4af9b0db333d9591e55:

  nios2: Only use built-in devicetree blob if configured to do so (2024-04-03 14:35:53 -0500)

----------------------------------------------------------------
Devicetree fixes for v6.9, part 1:

- Fix NIOS2 boot with external DTB

- Add missing synchronization needed between fw_devlink and DT overlay
  removals

- Fix some unit-address regex's to be hex only

- Drop some 10+ year old "unstable binding" statements

- Add new SoCs to QCom UFS binding

- Add TPM bindings to TPM maintainers

----------------------------------------------------------------
Guenter Roeck (1):
      nios2: Only use built-in devicetree blob if configured to do so

Herve Codina (2):
      driver core: Introduce device_link_wait_removal()
      of: dynamic: Synchronize of_changeset_destroy() with the devlink removals

Krzysztof Kozlowski (9):
      docs: dt-bindings: add missing address/size-cells to example
      dt-bindings: ufs: qcom: document SC8180X UFS
      dt-bindings: ufs: qcom: document SC7180 UFS
      dt-bindings: ufs: qcom: document SM6125 UFS
      dt-bindings: clock: keystone: remove unstable remark
      dt-bindings: clock: ti: remove unstable remark
      dt-bindings: remoteproc: ti,davinci: remove unstable remark
      dt-bindings: soc: fsl: narrow regex for unit address to hex numbers
      dt-bindings: timer: narrow regex for unit address to hex numbers

Rob Herring (1):
      MAINTAINERS: Add TPM DT bindings to TPM maintainers

Sergey Shtylyov (1):
      of: module: prevent NULL pointer dereference in vsnprintf()

 .../devicetree/bindings/clock/keystone-gate.txt    |  2 --
 .../devicetree/bindings/clock/keystone-pll.txt     |  2 --
 .../devicetree/bindings/clock/ti/adpll.txt         |  2 --
 .../devicetree/bindings/clock/ti/apll.txt          |  2 --
 .../devicetree/bindings/clock/ti/autoidle.txt      |  2 --
 .../devicetree/bindings/clock/ti/clockdomain.txt   |  2 --
 .../devicetree/bindings/clock/ti/composite.txt     |  2 --
 .../devicetree/bindings/clock/ti/divider.txt       |  2 --
 .../devicetree/bindings/clock/ti/dpll.txt          |  2 --
 .../devicetree/bindings/clock/ti/fapll.txt         |  2 --
 .../bindings/clock/ti/fixed-factor-clock.txt       |  2 --
 .../devicetree/bindings/clock/ti/gate.txt          |  2 --
 .../devicetree/bindings/clock/ti/interface.txt     |  2 --
 Documentation/devicetree/bindings/clock/ti/mux.txt |  2 --
 .../devicetree/bindings/dts-coding-style.rst       |  2 ++
 .../bindings/remoteproc/ti,davinci-rproc.txt       |  3 --
 .../bindings/soc/fsl/fsl,layerscape-dcfg.yaml      |  2 +-
 .../bindings/soc/fsl/fsl,layerscape-scfg.yaml      |  2 +-
 .../bindings/timer/arm,arch_timer_mmio.yaml        |  2 +-
 .../devicetree/bindings/ufs/qcom,ufs.yaml          | 38 +++++++++++++++++++---
 MAINTAINERS                                        |  1 +
 arch/nios2/kernel/prom.c                           |  6 +++-
 drivers/base/core.c                                | 26 +++++++++++++--
 drivers/of/dynamic.c                               | 12 +++++++
 drivers/of/module.c                                |  8 +++++
 include/linux/device.h                             |  1 +
 26 files changed, 89 insertions(+), 42 deletions(-)

Comments

pr-tracker-bot@kernel.org April 6, 2024, 12:10 a.m. UTC | #1
The pull request you sent on Fri, 5 Apr 2024 15:40:17 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/84985eb2c084676f974698cb19fb5a166650886a

Thank you!