mbox series

[GIT,PULL] Devicetree fixes for v5.15, take 2

Message ID YUUS0/i5AqSmmbGA@robh.at.kernel.org
State Not Applicable, archived
Headers show
Series [GIT,PULL] Devicetree fixes for v5.15, take 2 | expand

Pull-request

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

Checks

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

Message

Rob Herring (Arm) Sept. 17, 2021, 10:12 p.m. UTC
Linus,

Please pull another set of DT fixes.

Rob


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 55c21d57eafb7b379bb7b3e93baf9ca2695895b0:

  dt-bindings: arm: Fix Toradex compatible typo (2021-09-17 16:02:41 -0500)

----------------------------------------------------------------
Devicetree fixes for v5.15, take 2:

- Revert fw_devlink tracking 'phy-handle' links. This broke at least a
  few platforms. A better solution is being worked on.

- Add Samsung UFS binding which fell thru the cracks

- Doc reference fixes from Mauro

- Fix for restricted DMA error handling

----------------------------------------------------------------
Alim Akhtar (1):
      dt-bindings: ufs: Add bindings for Samsung ufs host

David Brazdil (1):
      of: restricted dma: Fix condition for rmem init

David Heidelberg (1):
      dt-bindings: arm: Fix Toradex compatible typo

Mauro Carvalho Chehab (2):
      dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
      dt-bindings: arm: mediatek: mmsys: update mediatek,mmsys.yaml reference

Saravana Kannan (1):
      Revert "of: property: fw_devlink: Add support for "phy-handle" property"

 Documentation/devicetree/bindings/arm/tegra.yaml   |  2 +-
 .../bindings/display/mediatek/mediatek,disp.txt    |  2 +-
 .../bindings/ufs/samsung,exynos-ufs.yaml           | 89 ++++++++++++++++++++++
 Documentation/networking/dsa/sja1105.rst           |  2 +-
 drivers/of/device.c                                |  6 +-
 drivers/of/property.c                              |  2 -
 6 files changed, 97 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml

Comments

pr-tracker-bot@kernel.org Sept. 18, 2021, 7:52 p.m. UTC | #1
The pull request you sent on Fri, 17 Sep 2021 17:12:35 -0500:

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

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

Thank you!