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 v6.0, take 2
Date: Tue, 13 Sep 2022 13:36:05 -0500	[thread overview]
Message-ID: <20220913183605.GA155025-robh@kernel.org> (raw)

Linus,

Please pull a couple more DT fixes.

Rob


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to de11663b75b0a8f1cfeb00d3b4acec9bd5a49cad:

  dt-bindings: pinctrl: qcom: drop non-working codeaurora.org emails (2022-09-13 10:18:23 -0500)

----------------------------------------------------------------
Devicetree fixes for v6.0, take 2:

- Update some stale binding maintainer emails

- Fix property name error in apple,aic binding

- Add missing param to of_dma_configure_id() stub

- Fix an off-by-one error in unflatten_dt_nodes()

----------------------------------------------------------------
Janne Grunau (1):
      dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description

Krzysztof Kozlowski (3):
      dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez
      dt-bindings: power: qcom,rpmpd: drop non-working codeaurora.org emails
      dt-bindings: pinctrl: qcom: drop non-working codeaurora.org emails

Neil Armstrong (1):
      MAINTAINERS: Update email of Neil Armstrong

Sergey Shtylyov (1):
      of: fdt: fix off-by-one error in unflatten_dt_nodes()

Thierry Reding (1):
      of/device: Fix up of_dma_configure_id() stub

 .mailmap                                             |  1 +
 .../arm/amlogic/amlogic,meson-gx-ao-secure.yaml      |  2 +-
 .../bindings/display/amlogic,meson-dw-hdmi.yaml      |  2 +-
 .../bindings/display/amlogic,meson-vpu.yaml          |  2 +-
 .../bindings/display/bridge/analogix,anx7814.yaml    |  2 +-
 .../bindings/display/bridge/ite,it66121.yaml         |  2 +-
 .../bindings/display/panel/sgd,gktw70sdae4se.yaml    |  2 +-
 .../devicetree/bindings/i2c/amlogic,meson6-i2c.yaml  |  2 +-
 .../bindings/interconnect/fsl,imx8m-noc.yaml         |  2 +-
 .../bindings/interrupt-controller/apple,aic.yaml     |  2 +-
 .../bindings/mailbox/amlogic,meson-gxbb-mhu.yaml     |  2 +-
 .../devicetree/bindings/media/amlogic,axg-ge2d.yaml  |  2 +-
 .../devicetree/bindings/media/amlogic,gx-vdec.yaml   |  2 +-
 .../bindings/media/amlogic,meson-gx-ao-cec.yaml      |  2 +-
 .../devicetree/bindings/mfd/khadas,mcu.yaml          |  2 +-
 .../devicetree/bindings/net/amlogic,meson-dwmac.yaml |  2 +-
 .../bindings/phy/amlogic,axg-mipi-dphy.yaml          |  2 +-
 .../bindings/phy/amlogic,meson-g12a-usb2-phy.yaml    |  2 +-
 .../phy/amlogic,meson-g12a-usb3-pcie-phy.yaml        |  2 +-
 .../pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml       |  1 -
 .../bindings/pinctrl/qcom,sc7280-pinctrl.yaml        |  2 +-
 .../bindings/power/amlogic,meson-ee-pwrc.yaml        |  2 +-
 .../devicetree/bindings/power/qcom,rpmpd.yaml        |  2 +-
 .../bindings/reset/amlogic,meson-reset.yaml          |  2 +-
 .../devicetree/bindings/rng/amlogic,meson-rng.yaml   |  2 +-
 .../bindings/serial/amlogic,meson-uart.yaml          |  2 +-
 .../bindings/soc/amlogic/amlogic,canvas.yaml         |  2 +-
 .../bindings/spi/amlogic,meson-gx-spicc.yaml         |  2 +-
 .../bindings/spi/amlogic,meson6-spifc.yaml           |  2 +-
 .../bindings/usb/amlogic,meson-g12a-usb-ctrl.yaml    |  2 +-
 .../bindings/watchdog/amlogic,meson-gxbb-wdt.yaml    |  2 +-
 MAINTAINERS                                          | 20 ++++++++++----------
 drivers/of/fdt.c                                     |  2 +-
 include/linux/of_device.h                            |  5 +++--
 34 files changed, 44 insertions(+), 43 deletions(-)

             reply	other threads:[~2022-09-13 18:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13 18:36 Rob Herring [this message]
2022-09-14  9:27 ` [GIT PULL] Devicetree fixes for v6.0, take 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=20220913183605.GA155025-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).