mbox series

[GIT,PULL] Devicetree fixes for v6.0, take 1

Message ID 20220812181158.GA462401-robh@kernel.org
State Not Applicable, archived
Headers show
Series [GIT,PULL] Devicetree fixes for v6.0, take 1 | expand

Pull-request

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

Checks

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

Message

Rob Herring Aug. 12, 2022, 6:11 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org Aug. 13, 2022, 1:26 a.m. UTC | #1
The pull request you sent on Fri, 12 Aug 2022 12:11:58 -0600:

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

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

Thank you!