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

Message ID 20230207221133.GA50340-robh@kernel.org
State New
Headers
Series [GIT,PULL] Devicetree fixes for v6.2, take 2 |

Pull-request

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

Message

Rob Herring Feb. 7, 2023, 10:11 p.m. UTC
  Linus,

Please pull a couple more DT fixes for 6.2.

Rob


The following changes since commit 064e32dc5b03114d0767893fecdaf7b5dfd8c286:

  of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2 (2023-01-04 21:31:59 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 707344c8a188bb1d6704d3546229fc7a07c01a63:

  dt-bindings: interrupt-controller: arm,gic-v3: Fix typo in description of msi-controller property (2023-02-02 17:10:58 -0600)

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

- Fix handling of multiple OF framebuffer devices

- Fix booting on Socionext Synquacer with bad 'dma-ranges' entries

- Add DT binding .yamllint to .gitignore

----------------------------------------------------------------
Andy Shevchenko (1):
      dt-bindings: Fix .gitignore

Lad Prabhakar (1):
      dt-bindings: interrupt-controller: arm,gic-v3: Fix typo in description of msi-controller property

Mark Brown (1):
      of/address: Return an error when no valid dma-ranges are found

Michal Suchanek (1):
      of: Make OF framebuffer device names unique

 Documentation/devicetree/bindings/.gitignore        |  5 +++++
 .../bindings/interrupt-controller/arm,gic-v3.yaml   |  2 +-
 drivers/of/address.c                                | 21 +++++++++++++++------
 drivers/of/platform.c                               | 12 ++++++++++--
 4 files changed, 31 insertions(+), 9 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 7, 2023, 10:20 p.m. UTC | #1
The pull request you sent on Tue, 7 Feb 2023 16:11:33 -0600:

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

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

Thank you!