From: Rob Herring <robh@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Frank Rowand <frowand.list@gmail.com>
Subject: [GIT PULL] Devicetree updates for v5.11
Date: Wed, 16 Dec 2020 11:49:32 -0600 [thread overview]
Message-ID: <20201216174932.GA2165438@robh.at.kernel.org> (raw)
Linus,
Please pull DT updates for v5.11.
Rob
The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-for-5.11
for you to fetch changes up to e33dc2f3636749c2f949a59c2ff8acd4a69c9c78:
dt-bindings: mali-bifrost: Add dynamic-power-coefficient (2020-12-14 16:07:09 -0600)
----------------------------------------------------------------
Devicetree updates for v5.11:
- Add vendor prefixes for bm, gpio-key, mentor, FII, and Ampere
- Add ADP5585/ADP5589 and delta,q54sj108a2 to trivial-devices.yaml
- Convert fixed-partitions, i2c-gate and fsl,dpaa2-console bindings to
schemas
- Drop PicoXcell bindings
- Drop unused and undocumented 'pnx,timeout' property from LPC32xx
- Add 'dynamic-power-coefficient' to Mali GPU bindings
- Make 'make dt_binding_check' not error out on warnings
- Various minor binding fixes
----------------------------------------------------------------
Alexandru Ardelean (1):
dt-bindings: add ADP5585/ADP5589 entries to trivial-devices
Cengiz Can (1):
dt-bindings: fsl-imx-drm: fix example compatible string
Cristian Ciocaltea (1):
dt-bindings: Fix error in 'make dtbs_check' when using DT_SCHEMA_FILES
Fabrice Gasnier (1):
dt-bindings: mfd: fix stm32 timers example
Geert Uytterhoeven (1):
dt-bindings: pci: rcar-pci-ep: Document missing interrupts property
Gustavo Pimentel (1):
dt-bindings: Fix typo on the DesignWare IP reset bindings documentation
Ionut-robert Aron (1):
dt-bindings: misc: convert fsl,dpaa2-console from txt to YAML
Joel Stanley (1):
dt-bindings: vendor-prefixes: Add FII
Jon Hunter (1):
dt-bindings: Correct GV11B GPU register sizes
Jonathan Cameron (1):
dt-bindings:i2c:i2c-gate: txt to yaml conversion
Krzysztof Kozlowski (1):
dt-bindings: arm: vt8500: remove redundant white-spaces
Lukasz Luba (2):
dt-bindings: mali-midgard: Add dynamic-power-coefficient
dt-bindings: mali-bifrost: Add dynamic-power-coefficient
Max Merchel (1):
dt-bindings: vendor-prefixes: correct the spelling of TQ-Systems GmbH
Quan Nguyen (1):
dt-bindings: vendor-prefixes: Add an entry for AmpereComputing.com
Rafał Miłecki (1):
dt-bindings: mtd: convert "fixed-partitions" to the json-schema
Rob Herring (4):
dt-bindings: Don't error out on yamllint and dt-doc-validate errors
dt-bindings: vendor-prefixes: Add undocumented bm, gpio-key, and mentor prefixes
ARM: dts: lpc32xx: Remove unused and undocumented 'pnx,timeout'
dt-bindings: Remove PicoXcell bindings
Zhen Lei (1):
dt-bindings: i2c: dw: cancel mandatory requirements for "#address-cells" and "#size-cells"
xiao.ma (1):
dt-bindings: trivial-devices: Add delta,q54sj108a2
Documentation/devicetree/bindings/Makefile | 10 +-
.../devicetree/bindings/arm/picoxcell.txt | 24 ----
Documentation/devicetree/bindings/arm/vt8500.yaml | 3 +-
.../devicetree/bindings/crypto/picochip-spacc.txt | 21 ---
.../bindings/display/imx/fsl-imx-drm.txt | 2 +-
.../devicetree/bindings/gpu/arm,mali-bifrost.yaml | 17 +++
.../devicetree/bindings/gpu/arm,mali-midgard.yaml | 17 +++
.../devicetree/bindings/gpu/nvidia,gk20a.txt | 4 +-
Documentation/devicetree/bindings/i2c/i2c-gate.txt | 41 ------
.../devicetree/bindings/i2c/i2c-gate.yaml | 39 ++++++
.../bindings/i2c/snps,designware-i2c.yaml | 8 --
.../devicetree/bindings/mfd/st,stm32-timers.yaml | 6 +-
.../devicetree/bindings/misc/fsl,dpaa2-console.txt | 11 --
.../bindings/misc/fsl,dpaa2-console.yaml | 25 ++++
.../devicetree/bindings/mtd/partition.txt | 131 +-----------------
.../bindings/mtd/partitions/fixed-partitions.yaml | 152 +++++++++++++++++++++
Documentation/devicetree/bindings/net/macb.txt | 2 -
.../devicetree/bindings/pci/rcar-pci-ep.yaml | 9 ++
.../devicetree/bindings/reset/snps,dw-reset.txt | 2 +-
.../bindings/timer/snps,dw-apb-timer.yaml | 7 -
.../devicetree/bindings/trivial-devices.yaml | 8 ++
.../devicetree/bindings/vendor-prefixes.yaml | 10 +-
arch/arm/boot/dts/lpc32xx.dtsi | 3 -
23 files changed, 290 insertions(+), 262 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/picoxcell.txt
delete mode 100644 Documentation/devicetree/bindings/crypto/picochip-spacc.txt
delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-gate.txt
create mode 100644 Documentation/devicetree/bindings/i2c/i2c-gate.yaml
delete mode 100644 Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt
create mode 100644 Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
create mode 100644 Documentation/devicetree/bindings/mtd/partitions/fixed-partitions.yaml
next reply other threads:[~2020-12-16 17:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-16 17:49 Rob Herring [this message]
2020-12-16 23:10 ` [GIT PULL] Devicetree updates for v5.11 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=20201216174932.GA2165438@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=frowand.list@gmail.com \
--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.