mbox series

[GIT,PULL] Devicetree fixes for v5.12-rc, take 2

Message ID 20210409200009.GA4050302@robh.at.kernel.org
State Not Applicable, archived
Headers show
Series [GIT,PULL] Devicetree fixes for v5.12-rc, take 2 | expand

Pull-request

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

Checks

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

Message

Rob Herring (Arm) April 9, 2021, 8 p.m. UTC
Linus,

Please pull. This has the fix for the OpenRisc regression Guenter 
reported.

Rob


The following changes since commit b5a95bb1883e2bac1009cc88e65c71cff6f931e6:

  dt-bindings: media: Use graph and video-interfaces schemas, round 2 (2021-03-01 11:30:21 -0600)

are available in the Git repository at:

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

for you to fetch changes up to d473d32c2fbac2d1d7082c61899cfebd34eb267a:

  of: property: fw_devlink: do not link ".*,nr-gpios" (2021-04-09 14:24:25 -0500)

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

- Fix fw_devlink failure with ".*,nr-gpios" properties

- Doc link reference fixes from Mauro

- Fixes for unaligned FDT handling found on OpenRisc. First, avoid
  crash with better error handling when unflattening an unaligned FDT.
  Second, fix memory allocations for FDTs to ensure alignment.

----------------------------------------------------------------
Frank Rowand (2):
      of: properly check for error returned by fdt_get_name()
      of: unittest: overlay: ensure proper alignment of copied FDT

Ilya Lipnitskiy (1):
      of: property: fw_devlink: do not link ".*,nr-gpios"

Mauro Carvalho Chehab (3):
      dt-bindings: don't use ../dir for doc references
      dt-bindings: fix references for iio-bindings.txt
      dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference

 .../devicetree/bindings/hwmon/ntc_thermistor.txt   |  2 +-
 .../devicetree/bindings/iio/adc/ingenic,adc.yaml   |  5 +--
 .../devicetree/bindings/input/adc-joystick.yaml    |  4 ++-
 .../input/touchscreen/resistive-adc-touch.txt      |  5 ++-
 Documentation/devicetree/bindings/mfd/ab8500.txt   |  4 ++-
 .../devicetree/bindings/mfd/motorola-cpcap.txt     | 16 +++++-----
 drivers/of/fdt.c                                   | 36 ++++++++++++++--------
 drivers/of/of_private.h                            |  2 ++
 drivers/of/overlay.c                               | 24 +++++++++------
 drivers/of/property.c                              | 11 ++++++-
 drivers/of/unittest.c                              | 22 +++++++++----
 11 files changed, 88 insertions(+), 43 deletions(-)

Comments

pr-tracker-bot@kernel.org April 9, 2021, 8:09 p.m. UTC | #1
The pull request you sent on Fri, 9 Apr 2021 15:00:09 -0500:

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

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

Thank you!