All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Frank Rowand <frowand.list@gmail.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.6, take 2
Date: Fri, 6 Oct 2023 14:01:06 -0500	[thread overview]
Message-ID: <20231006190106.GA143694-robh@kernel.org> (raw)

Linus,

Please pull some DT fixes for 6.6.

Rob


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -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.6-2

for you to fetch changes up to 19007c629c63c76ae0f8adee9dc076bda4788b46:

  dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string (2023-10-06 13:54:14 -0500)

----------------------------------------------------------------
Devicetree fixes for v6.6, part 2:

- Fix potential memory leak in of_changeset_action()

- Fix some i.MX binding warnings

- Fix typo in renesas,vin binding field-even-active property

- Fix andestech,ax45mp-cache example unit-address

- Add missing additionalProperties on RiscV CPU interrupt-controller
  node

- Add missing unevaluatedProperties on media bindings

- Fix brcm,iproc-pcie binding 'msi' child node schema

- Fix MEMSIC MXC4005 compatible string

----------------------------------------------------------------
Dan Carpenter (1):
      of: dynamic: Fix potential memory leak in of_changeset_action()

Fabio Estevam (2):
      dt-bindings: display: fsl,imx6-hdmi: Change to 'unevaluatedProperties: false'
      media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq

Geert Uytterhoeven (3):
      of: overlay: Reorder struct fragment fields kerneldoc
      dt-bindings: cache: andestech,ax45mp-cache: Fix unit address in example
      dt-bindings: media: renesas,vin: Fix field-even-active spelling

Luca Ceresoli (1):
      dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string

Rob Herring (6):
      dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node
      dt-bindings: bus: fsl,imx8qxp-pixel-link-msi-bus: Drop child 'reg' property
      media: dt-bindings: Add missing unevaluatedProperties on child node schemas
      dt-bindings: PCI: brcm,iproc-pcie: Fix example indentation
      dt-bindings: PCI: brcm,iproc-pcie: Drop common pci-bus properties
      dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schema

 .../bus/fsl,imx8qxp-pixel-link-msi-bus.yaml        |   3 -
 .../bindings/cache/andestech,ax45mp-cache.yaml     |   2 +-
 .../bindings/display/imx/fsl,imx6-hdmi.yaml        |   2 +-
 .../devicetree/bindings/media/i2c/sony,imx415.yaml |   1 +
 .../bindings/media/i2c/toshiba,tc358746.yaml       |   2 +
 .../devicetree/bindings/media/nxp,imx7-csi.yaml    |   1 -
 .../devicetree/bindings/media/renesas,vin.yaml     |   4 +-
 .../devicetree/bindings/media/samsung,fimc.yaml    |   1 +
 .../devicetree/bindings/pci/brcm,iproc-pcie.yaml   | 163 ++++++++++-----------
 Documentation/devicetree/bindings/riscv/cpus.yaml  |   1 +
 .../devicetree/bindings/trivial-devices.yaml       |   2 +-
 drivers/of/dynamic.c                               |   6 +-
 drivers/of/overlay.c                               |   2 +-
 13 files changed, 90 insertions(+), 100 deletions(-)

             reply	other threads:[~2023-10-06 19:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-06 19:01 Rob Herring [this message]
2023-10-07 18:12 ` [GIT PULL] Devicetree fixes for v6.6, take 2 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=20231006190106.GA143694-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --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.