linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Devicetree fixes for v5.7, take 1
@ 2020-04-17 16:10 Rob Herring
  2020-04-17 19:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2020-04-17 16:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, devicetree, Frank Rowand

Linus,

Please pull.

Rob


The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -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.7

for you to fetch changes up to 0903060fe590105b7d31901c1ed67614c08cee08:

  kbuild: check libyaml installation for 'make dt_binding_check' (2020-04-17 10:45:23 -0500)

----------------------------------------------------------------
Devicetree fixes for v5.7:

- Fix warnings from enabling more dtc warnings which landed in the merge
  window and didn't get fixed in time.

- Fix some document references from DT schema conversions

- Fix kmemleak errors in DT unittests

----------------------------------------------------------------
Alexandru Tachici (1):
      dt-bindings: iio: dac: AD5570R fix bindings errors

Fabio Estevam (4):
      dt-bindings: iio: dac: ad5770r: Add vendor to compatible string
      dt-bindings: iio: dac: ad5770r: Fix the file path
      dt-bindings: touchscreen: edt-ft5x06: Remove unneeded I2C unit name
      dt-bindings: clock: syscon-icst: Remove unneeded unit name

Frank Rowand (5):
      of: unittest: kmemleak on changeset destroy
      of: unittest: kmemleak in of_unittest_platform_populate()
      of: unittest: kmemleak in of_unittest_overlay_high_level()
      of: overlay: kmemleak in dup_and_fixup_symbol_prop()
      of: unittest: kmemleak in duplicate property update

Geert Uytterhoeven (1):
      dt-bindings: Fix misspellings of "Analog Devices"

Masahiro Yamada (1):
      kbuild: check libyaml installation for 'make dt_binding_check'

Matti Vaittinen (1):
      dt-bindings: BD718x7 - add missing I2C bus properties

Mauro Carvalho Chehab (6):
      docs: dt: fix broken reference to phy-cadence-torrent.yaml
      docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file
      docs: dt: fix a broken reference for a file converted to json
      docs: dt: rockchip,dwc3.txt: fix a pointer to a renamed file
      MAINTAINERS: dt: update display/allwinner file entry
      MAINTAINERS: dt: fix pointers for ARM Integrator, Versatile and RealView

Rob Herring (4):
      dt-bindings: Fix dtc warnings on reg and ranges in examples
      dt-bindings: hwmon: Fix incorrect $id paths
      dt-bindings: interrupt-controller: Fix loongson,parent_int_map property schema
      dt-bindings: pwm: Fix cros-ec-pwm example dtc 'reg' warning

 .../arm/sunxi/allwinner,sun4i-a10-mbus.yaml        |  6 ++
 .../devicetree/bindings/clock/arm,syscon-icst.yaml |  2 +-
 .../bindings/display/bridge/adi,adv7123.txt        |  4 +-
 .../bindings/display/bridge/adi,adv7511.txt        |  4 +-
 .../devicetree/bindings/dma/adi,axi-dmac.txt       |  2 +-
 .../bindings/hwmon/adi,axi-fan-control.yaml        |  4 +-
 .../devicetree/bindings/hwmon/adt7475.yaml         |  2 +-
 .../devicetree/bindings/iio/dac/ad5755.txt         |  2 +-
 .../devicetree/bindings/iio/dac/adi,ad5770r.yaml   | 97 ++++++++++------------
 .../bindings/input/touchscreen/edt-ft5x06.yaml     |  2 +-
 .../interrupt-controller/loongson,liointc.yaml     |  5 +-
 .../memory-controllers/nvidia,tegra186-mc.yaml     | 41 +++++----
 .../devicetree/bindings/mfd/rohm,bd71837-pmic.yaml |  4 +-
 .../devicetree/bindings/mfd/rohm,bd71847-pmic.yaml |  4 +-
 .../devicetree/bindings/mfd/st,stpmic1.yaml        |  2 +-
 .../devicetree/bindings/net/qcom,ipq8064-mdio.yaml |  1 +
 .../devicetree/bindings/net/qualcomm-bluetooth.txt |  2 +-
 .../devicetree/bindings/phy/ti,phy-j721e-wiz.yaml  |  2 +-
 .../bindings/pwm/google,cros-ec-pwm.yaml           | 17 ++--
 .../devicetree/bindings/rng/brcm,bcm2835.yaml      |  2 +-
 .../bindings/spi/qcom,spi-qcom-qspi.yaml           |  2 +-
 .../devicetree/bindings/usb/ingenic,musb.yaml      |  2 +-
 .../devicetree/bindings/usb/qcom,dwc3.txt          |  4 +-
 .../devicetree/bindings/usb/rockchip,dwc3.txt      |  2 +-
 MAINTAINERS                                        |  7 +-
 drivers/of/overlay.c                               |  2 +
 .../of/unittest-data/overlay_bad_add_dup_prop.dts  | 23 ++++-
 drivers/of/unittest.c                              | 28 +++++--
 scripts/dtc/Makefile                               |  2 +-
 29 files changed, 162 insertions(+), 115 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Devicetree fixes for v5.7, take 1
  2020-04-17 16:10 [GIT PULL] Devicetree fixes for v5.7, take 1 Rob Herring
@ 2020-04-17 19:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-04-17 19:15 UTC (permalink / raw)
  To: Rob Herring; +Cc: Linus Torvalds, linux-kernel, devicetree, Frank Rowand

The pull request you sent on Fri, 17 Apr 2020 11:10:10 -0500:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-17 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-17 16:10 [GIT PULL] Devicetree fixes for v5.7, take 1 Rob Herring
2020-04-17 19:15 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).