All of lore.kernel.org
 help / color / mirror / Atom feed
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 fixes for v5.5
Date: Fri, 13 Dec 2019 09:35:31 -0600	[thread overview]
Message-ID: <20191213153531.GA28973@bogus> (raw)

Linus,

Please pull a couple of DT fixes for v5.5.

Rob


The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ee9b280e17dce51c44e1d04d11eb0a4acd0ee1a9:

  of/platform: Unconditionally pause/resume sync state during kernel init (2019-12-12 18:39:52 -0600)

----------------------------------------------------------------
Devicetree fixes for v5.5:

- Fix for dependency tracking caused by unittest interaction

- Fix some schema errors in Tegra memory controller schema

- Update Maxime Ripard's email address

- Review fixes to TI cpsw-switch

- Add wakeup-source prop for STM32 rproc. Got dropped in the schema
  conversion.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      dt-bindings: remoteproc: stm32: add wakeup-source property

Grygorii Strashko (1):
      dt-bindings: net: ti: cpsw-switch: update to fix comments

Maxime Ripard (1):
      dt-bindings: Change maintainer address

Rob Herring (1):
      dt-bindings: memory-controllers: tegra: Fix type references

Saravana Kannan (1):
      of/platform: Unconditionally pause/resume sync state during kernel init

 Documentation/devicetree/bindings/arm/sunxi.yaml   |  2 +-
 .../bindings/bus/allwinner,sun50i-a64-de2.yaml     |  2 +-
 .../bindings/bus/allwinner,sun8i-a23-rsb.yaml      |  2 +-
 .../bindings/clock/allwinner,sun4i-a10-ccu.yaml    |  2 +-
 .../crypto/allwinner,sun4i-a10-crypto.yaml         |  2 +-
 .../display/allwinner,sun6i-a31-mipi-dsi.yaml      |  2 +-
 .../bindings/display/panel/ronbo,rb070d30.yaml     |  2 +-
 .../bindings/dma/allwinner,sun4i-a10-dma.yaml      |  2 +-
 .../bindings/dma/allwinner,sun50i-a64-dma.yaml     |  2 +-
 .../bindings/dma/allwinner,sun6i-a31-dma.yaml      |  2 +-
 .../bindings/i2c/allwinner,sun6i-a31-p2wi.yaml     |  2 +-
 .../bindings/iio/adc/allwinner,sun8i-a33-ths.yaml  |  2 +-
 .../input/allwinner,sun4i-a10-lradc-keys.yaml      |  2 +-
 .../allwinner,sun4i-a10-ic.yaml                    |  2 +-
 .../allwinner,sun7i-a20-sc-nmi.yaml                |  2 +-
 .../bindings/media/allwinner,sun4i-a10-csi.yaml    |  2 +-
 .../bindings/media/allwinner,sun4i-a10-ir.yaml     |  2 +-
 .../memory-controllers/nvidia,tegra124-mc.yaml     |  3 ++-
 .../memory-controllers/nvidia,tegra30-emc.yaml     |  9 ++++++---
 .../memory-controllers/nvidia,tegra30-mc.yaml      |  3 ++-
 .../bindings/mfd/allwinner,sun4i-a10-ts.yaml       |  2 +-
 .../bindings/mmc/allwinner,sun4i-a10-mmc.yaml      |  2 +-
 .../bindings/mtd/allwinner,sun4i-a10-nand.yaml     |  2 +-
 .../bindings/net/allwinner,sun4i-a10-emac.yaml     |  2 +-
 .../bindings/net/allwinner,sun4i-a10-mdio.yaml     |  2 +-
 .../bindings/net/allwinner,sun7i-a20-gmac.yaml     |  2 +-
 .../bindings/net/allwinner,sun8i-a83t-emac.yaml    |  2 +-
 .../bindings/net/can/allwinner,sun4i-a10-can.yaml  |  2 +-
 .../devicetree/bindings/net/ti,cpsw-switch.yaml    | 22 +++++++---------------
 .../bindings/nvmem/allwinner,sun4i-a10-sid.yaml    |  2 +-
 .../phy/allwinner,sun6i-a31-mipi-dphy.yaml         |  2 +-
 .../pinctrl/allwinner,sun4i-a10-pinctrl.yaml       |  2 +-
 .../bindings/pwm/allwinner,sun4i-a10-pwm.yaml      |  2 +-
 .../bindings/remoteproc/st,stm32-rproc.yaml        |  2 ++
 .../bindings/rtc/allwinner,sun4i-a10-rtc.yaml      |  2 +-
 .../bindings/rtc/allwinner,sun6i-a31-rtc.yaml      |  2 +-
 .../bindings/serio/allwinner,sun4i-a10-ps2.yaml    |  2 +-
 .../bindings/sound/allwinner,sun4i-a10-codec.yaml  |  2 +-
 .../bindings/sound/allwinner,sun4i-a10-i2s.yaml    |  2 +-
 .../bindings/sound/allwinner,sun4i-a10-spdif.yaml  |  2 +-
 .../sound/allwinner,sun50i-a64-codec-analog.yaml   |  2 +-
 .../sound/allwinner,sun8i-a23-codec-analog.yaml    |  2 +-
 .../bindings/sound/allwinner,sun8i-a33-codec.yaml  |  2 +-
 .../bindings/spi/allwinner,sun4i-a10-spi.yaml      |  2 +-
 .../bindings/spi/allwinner,sun6i-a31-spi.yaml      |  2 +-
 .../bindings/timer/allwinner,sun4i-a10-timer.yaml  |  2 +-
 .../timer/allwinner,sun5i-a13-hstimer.yaml         |  2 +-
 .../bindings/usb/allwinner,sun4i-a10-musb.yaml     |  2 +-
 .../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml |  2 +-
 drivers/of/platform.c                              |  6 +++---
 50 files changed, 66 insertions(+), 67 deletions(-)

             reply	other threads:[~2019-12-13 20:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 15:35 Rob Herring [this message]
2019-12-13 23:10 ` [GIT PULL] Devicetree fixes for v5.5 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=20191213153531.GA28973@bogus \
    --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.