devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Frank Rowand <frowand.list@gmail.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [GIT PULL] Devicetree fixes for v5.19, part 2
Date: Fri, 10 Jun 2022 12:54:57 -0600	[thread overview]
Message-ID: <20220610185457.GA2005396-robh@kernel.org> (raw)

Linus,

Please pull another batch of DT fixes.

Rob


The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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.19-2

for you to fetch changes up to 0b9431c8221cfe73d06f6b9cd37b813fa52be8ce:

  dt-bindings: display: arm,malidp: remove bogus RQOS property (2022-06-10 12:32:05 -0600)

----------------------------------------------------------------
Devicetree fixes for 5.19, part 2:

- More DT meta-schema check fixes from new bindings in merge window

- Fix stale DT binding references from Mauro

- Update various binding maintainers

- Fix in arm,malidp properties to match reality

- Add deprecated 'atheros' vendor prefix

----------------------------------------------------------------
Andre Przywara (1):
      dt-bindings: display: arm,malidp: remove bogus RQOS property

Krishna Manikandan (1):
      dt-bindings: msm: update maintainers list with proper id

Krzysztof Kozlowski (1):
      dt-bindings: vendor-prefixes: document deprecated Atheros

Luca Ceresoli (1):
      dt-bindings: update Luca Ceresoli's e-mail address

Lukas Bulwahn (1):
      MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion

Mauro Carvalho Chehab (8):
      dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
      dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
      dt-bindings: arm: update vexpress-config.yaml references
      dt-bindings: reset: update st,stih407-powerdown.yaml references
      dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
      MAINTAINERS: update cortina,gemini-ethernet.yaml reference
      MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
      MAINTAINERS: update snps,axs10x-reset.yaml reference

Rob Herring (3):
      dt-bindings: nvme: apple,nvme-ans: Drop 'maxItems' from 'apple,sart'
      dt-bindings: Drop more redundant 'maxItems/minItems' in if/then schemas
      dt-bindings: pinctrl: ralink: Fix 'enum' lists with duplicate entries

Wesley Cheng (1):
      dt-bindings: Update QCOM USB subsystem maintainer information

 .../ABI/testing/sysfs-driver-bd9571mwv-regulator   |  2 +-
 .../devicetree/bindings/clock/idt,versaclock5.yaml |  2 +-
 .../bindings/cpufreq/brcm,stb-avs-cpu-freq.txt     |  2 +-
 .../devicetree/bindings/display/arm,malidp.yaml    |  7 +-----
 .../bindings/display/msm/dpu-sc7180.yaml           |  2 +-
 .../bindings/display/msm/dpu-sc7280.yaml           |  2 +-
 .../bindings/display/msm/dpu-sdm845.yaml           |  2 +-
 .../bindings/display/msm/dsi-controller-main.yaml  |  2 +-
 .../bindings/display/msm/dsi-phy-10nm.yaml         |  2 +-
 .../bindings/display/msm/dsi-phy-14nm.yaml         |  2 +-
 .../bindings/display/msm/dsi-phy-20nm.yaml         |  2 +-
 .../bindings/display/msm/dsi-phy-28nm.yaml         |  2 +-
 .../bindings/display/msm/dsi-phy-common.yaml       |  2 +-
 .../devicetree/bindings/hwmon/vexpress.txt         |  2 +-
 .../memory-controllers/nvidia,tegra186-mc.yaml     |  3 ---
 .../devicetree/bindings/mfd/maxim,max77714.yaml    |  2 +-
 .../bindings/mmc/marvell,xenon-sdhci.yaml          |  1 -
 .../devicetree/bindings/nvme/apple,nvme-ans.yaml   |  1 -
 .../devicetree/bindings/phy/phy-stih407-usb.txt    |  2 +-
 .../bindings/phy/qcom,qmp-usb3-dp-phy.yaml         |  2 +-
 .../devicetree/bindings/phy/qcom,qusb2-phy.yaml    |  2 +-
 .../bindings/phy/qcom,usb-snps-femto-v2.yaml       |  2 +-
 .../devicetree/bindings/pinctrl/pinctrl-rk805.txt  |  2 +-
 .../bindings/pinctrl/ralink,mt7620-pinctrl.yaml    | 26 +++++++++++++--------
 .../bindings/pinctrl/ralink,rt305x-pinctrl.yaml    | 27 ++++++++++------------
 .../bindings/power/supply/maxim,max77976.yaml      |  2 +-
 .../regulator/qcom,usb-vbus-regulator.yaml         |  2 +-
 .../devicetree/bindings/regulator/vexpress.txt     |  2 +-
 Documentation/devicetree/bindings/usb/dwc3-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ehci-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ohci-st.txt  |  2 +-
 .../devicetree/bindings/usb/qcom,dwc3.yaml         |  2 +-
 .../devicetree/bindings/vendor-prefixes.yaml       |  3 +++
 .../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml |  1 -
 MAINTAINERS                                        | 12 +++++-----
 35 files changed, 64 insertions(+), 69 deletions(-)

             reply	other threads:[~2022-06-10 18:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10 18:54 Rob Herring [this message]
2022-06-10 19:00 ` [GIT PULL] Devicetree fixes for v5.19, part 2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220610185457.GA2005396-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).