mbox series

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

Message ID 20230413221458.GA1938449-robh@kernel.org
State New
Headers show
Series [GIT,PULL] Devicetree fixes for v6.2, take 3 | expand

Pull-request

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

Message

Rob Herring April 13, 2023, 10:14 p.m. UTC
Linus,

Please pull a couple more DT fixes.

Rob


The following changes since commit 707344c8a188bb1d6704d3546229fc7a07c01a63:

  dt-bindings: interrupt-controller: arm,gic-v3: Fix typo in description of msi-controller property (2023-02-02 17:10:58 -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-3

for you to fetch changes up to 1a50d9403fb90cbe4dea0ec9fd0351d2ecbd8924:

  treewide: Fix probing of devices in DT overlays (2023-04-11 14:39:52 -0500)

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

- Fix interaction between fw_devlink and DT overlays causing
  devices to not be probed

- Fix the compatible string for loongson,cpu-interrupt-controller

----------------------------------------------------------------
Geert Uytterhoeven (1):
      treewide: Fix probing of devices in DT overlays

Liu Peibao (1):
      dt-bindings: interrupt-controller: loongarch: Fix mismatched compatible

 ...rrupt-controller.yaml => loongson,cpu-interrupt-controller.yaml} | 6 +++---
 drivers/bus/imx-weim.c                                              | 6 ++++++
 drivers/i2c/i2c-core-of.c                                           | 5 +++++
 drivers/of/dynamic.c                                                | 1 +
 drivers/of/platform.c                                               | 5 +++++
 drivers/spi/spi.c                                                   | 5 +++++
 6 files changed, 25 insertions(+), 3 deletions(-)
 rename Documentation/devicetree/bindings/interrupt-controller/{loongarch,cpu-interrupt-controller.yaml => loongson,cpu-interrupt-controller.yaml} (72%)

Comments

pr-tracker-bot@kernel.org April 13, 2023, 10:53 p.m. UTC | #1
The pull request you sent on Thu, 13 Apr 2023 17:14:58 -0500:

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

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

Thank you!