mbox series

[GIT,PULL] Devicetree fixes for v6.7, take 1

Message ID 20231206223952.GA3467946-robh@kernel.org
State Not Applicable
Headers show
Series [GIT,PULL] Devicetree fixes for v6.7, take 1 | expand

Pull-request

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

Checks

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

Message

Rob Herring (Arm) Dec. 6, 2023, 10:39 p.m. UTC
Linus,

Please pull some fixes for 6.7.

Rob


The following changes since commit fe612629746cf5cc7040529f780d46929605d0a6:

  dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC (2023-10-30 16:28:19 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 136c6531ba12e4a658376387e355a09c9b5223e5:

  dt-bindings: display: adi,adv75xx: Document #sound-dai-cells (2023-12-06 16:36:14 -0600)

----------------------------------------------------------------
Devicetree fixes for v6.7, take 1:

- Fix dt-extract-compatibles for builds with in tree build directory

- Drop Xinlei Lee <xinlei.lee@mediatek.com> bouncing email

- Fix the of_reconfig_get_state_change() return value documentation

- Add missing #power-domain-cells property to QCom MPM

- Fix warnings in i.MX LCDIF and adi,adv7533

----------------------------------------------------------------
Fabio Estevam (2):
      dt-bindings: lcdif: Properly describe the i.MX23 interrupts
      dt-bindings: display: adi,adv75xx: Document #sound-dai-cells

Konrad Dybcio (1):
      dt-bindings: interrupt-controller: Allow #power-domain-cells

Luca Ceresoli (1):
      of: dynamic: Fix of_reconfig_get_state_change() return value documentation

Michael Walle (1):
      dt-bindings: display: mediatek: dsi: remove Xinlei's mail

Nícolas F. R. A. Prado (1):
      dt: dt-extract-compatibles: Don't follow symlinks when walking tree

 .../bindings/display/bridge/adi,adv7533.yaml         |  6 ++++++
 .../devicetree/bindings/display/fsl,lcdif.yaml       | 20 +++++++++++++++++++-
 .../bindings/display/mediatek/mediatek,dsi.yaml      |  1 -
 .../bindings/interrupt-controller/qcom,mpm.yaml      |  4 ++++
 drivers/of/dynamic.c                                 |  5 +++--
 scripts/dtc/dt-extract-compatibles                   | 14 ++++++++++++--
 6 files changed, 44 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 7, 2023, 8:46 p.m. UTC | #1
The pull request you sent on Wed, 6 Dec 2023 16:39:52 -0600:

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

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

Thank you!