All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Saravana Kannan <saravanak@google.com>,
	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.9, part 1
Date: Fri, 5 Apr 2024 15:40:17 -0500	[thread overview]
Message-ID: <20240405204017.GA1394619-robh@kernel.org> (raw)

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

             reply	other threads:[~2024-04-05 20:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-05 20:40 Rob Herring [this message]
2024-04-06  0:10 ` [GIT PULL] Devicetree fixes for v6.9, part 1 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=20240405204017.GA1394619-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=saravanak@google.com \
    --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.