mbox series

[GIT,PULL] Devicetree fixes for v6.6, take 2

Message ID 20231006190106.GA143694-robh@kernel.org
State Not Applicable
Headers show
Series [GIT,PULL] Devicetree fixes for v6.6, take 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.6-2

Checks

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

Message

Rob Herring (Arm) Oct. 6, 2023, 7:01 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 7, 2023, 6:12 p.m. UTC | #1
The pull request you sent on Fri, 6 Oct 2023 14:01:06 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5e5558f5c9d8caa58a57427cd32f870aec3a69fb

Thank you!