All of lore.kernel.org
 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 1
Date: Fri, 12 Aug 2022 12:11:58 -0600	[thread overview]
Message-ID: <20220812181158.GA462401-robh@kernel.org> (raw)

Linus,

Please pull a few DT fixes and one missed schema conversion.

Rob


The following changes since commit eb555cb5b794f4e12a9897f3d46d5a72104cd4a7:

  Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd (2022-08-08 20:15:13 -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-1

for you to fetch changes up to 8f426582e0e0c9bbd58e170e1b209334eb5df79e:

  dt-bindings: chrome: google,cros-ec-typec: restrict allowed properties (2022-08-12 11:13:32 -0600)

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

- Fix schema warnings in qcom,ipq6018-pinctrl and sdhci-msm

- Convert Qualcomm SPMI PMIC to DT schema

- Make secure interrupt optional for arm,mhu

- Fix google,cros-ec-typec binding allowed properties

- Update a bunch of bouncing email addresses

----------------------------------------------------------------
Bhupesh Sharma (1):
      dt-bindings: mmc: sdhci-msm: Fix 'operating-points-v2 was unexpected' issue

David Heidelberg (1):
      dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC

Krzysztof Kozlowski (7):
      dt-bindings: display: simple-framebuffer: Drop Bartlomiej Zolnierkiewicz
      dt-bindings: iio: Drop Joachim Eastwood
      dt-bindings: iio: Drop Bogdan Pricop
      dt-bindings: Drop Beniamin Bia and Stefan Popa
      dt-bindings: Drop Robert Jones
      dt-bindings: Drop Dan Murphy and Ricardo Rivera-Matos
      dt-bindings: chrome: google,cros-ec-typec: restrict allowed properties

Rob Herring (3):
      dt-bindings: Drop DT_MK_SCHEMA_FLAGS conditional selecting schema files
      dt-bindings: pinctrl: qcom,ipq6018: Fix example 'gpio-ranges' size
      dt-bindings: mailbox: arm,mhu: Make secure interrupt optional

 Documentation/devicetree/bindings/Makefile         |   4 +-
 .../bindings/chrome/google,cros-ec-typec.yaml      |  15 +-
 .../bindings/display/simple-framebuffer.yaml       |   1 -
 .../devicetree/bindings/hwmon/adi,adm1177.yaml     |   1 -
 .../devicetree/bindings/iio/accel/fsl,mma7455.yaml |   1 -
 .../devicetree/bindings/iio/adc/adi,ad7091r5.yaml  |   2 +-
 .../devicetree/bindings/iio/adc/adi,ad7606.yaml    |   3 +-
 .../bindings/iio/adc/nxp,lpc1850-adc.yaml          |   2 +-
 .../devicetree/bindings/iio/adc/ti,adc108s102.yaml |   2 +-
 .../devicetree/bindings/iio/adc/ti,ads124s08.yaml  |   2 +-
 .../bindings/iio/amplifiers/adi,hmc425a.yaml       |   1 -
 .../devicetree/bindings/iio/imu/nxp,fxos8700.yaml  |   2 +-
 .../bindings/leds/leds-class-multicolor.yaml       |   2 +-
 .../devicetree/bindings/leds/leds-lp50xx.yaml      |   2 +-
 .../devicetree/bindings/mailbox/arm,mhu.yaml       |   1 +
 .../devicetree/bindings/mfd/gateworks-gsc.yaml     |   1 -
 .../devicetree/bindings/mfd/qcom,spmi-pmic.txt     |  94 ----------
 .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml    | 190 +++++++++++++++++++++
 .../devicetree/bindings/mmc/sdhci-msm.yaml         |   2 +
 .../devicetree/bindings/net/ti,dp83822.yaml        |   2 +-
 .../devicetree/bindings/net/ti,dp83867.yaml        |   2 +-
 .../devicetree/bindings/net/ti,dp83869.yaml        |   2 +-
 .../bindings/pinctrl/qcom,ipq6018-pinctrl.yaml     |   2 +-
 .../devicetree/bindings/power/supply/bq2515x.yaml  |   3 +-
 .../devicetree/bindings/power/supply/bq256xx.yaml  |   2 +-
 .../devicetree/bindings/power/supply/bq25980.yaml  |   3 +-
 .../devicetree/bindings/sound/tas2562.yaml         |   2 +-
 .../devicetree/bindings/sound/tlv320adcx140.yaml   |   2 +-
 28 files changed, 224 insertions(+), 124 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml

             reply	other threads:[~2022-08-12 18:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-12 18:11 Rob Herring [this message]
2022-08-13  1:26 ` [GIT PULL] Devicetree fixes for v6.0, take 1 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=20220812181158.GA462401-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.