All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip devicetree fixes for 5.1
Date: Mon, 01 Apr 2019 01:17:00 +0200	[thread overview]
Message-ID: <3810761.i4nrmJbiT5@phil> (raw)

Hi Arnd, Kevin, Olof,

please find below some fixes for Rockchip SoCs on 5.1-rc. Nothing
overly major thankfully but still somehow more than normal.

So please pull

Thanks
Heiko

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dtfixes-1

for you to fetch changes up to 1a96665143c355b1019ed13b927266185d2a1e4f:

  ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys (2019-03-25 13:33:10 +0100)

----------------------------------------------------------------
Fixes for dtc warnings, fixes for ethernet transfers on rk3328,
sd-card related fixes on both rk3328 ans rk3288-tinker and a
regulator fix on rock64 and making ddc actually work on the
Rock PI 4 due to missing the ddc bus.

----------------------------------------------------------------
David Summers (1):
      ARM: dts: rockchip: Fix SD card detection on rk3288-tinker

Douglas Anderson (3):
      ARM: dts: rockchip: Fix gpu opp node names for rk3288
      ARM: dts: rockchip: Remove #address/#size-cells from rk3288 mipi_dsi
      ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys

Ezequiel Garcia (1):
      arm64: dts: rockchip: add DDC bus on Rock Pi 4

Jonas Karlman (1):
      ARM: dts: rockchip: fix rk3288 cpu opp node reference

Leonidas P. Papadakos (1):
      arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay

Peter Geis (2):
      arm64: dts: rockchip: fix rk3328 rgmii high tx error rate
      arm64: dts: rockchip: fix rk3328 sdmmc0 write errors

Tomohiro Mayama (1):
      arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64

 arch/arm/boot/dts/rk3288-tinker.dtsi              |  3 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi              |  2 -
 arch/arm/boot/dts/rk3288.dtsi                     | 20 ++++----
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts    |  4 +-
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts    |  3 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi          | 58 +++++++++++------------
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts |  1 +
 7 files changed, 44 insertions(+), 47 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip devicetree fixes for 5.1
Date: Mon, 01 Apr 2019 01:17:00 +0200	[thread overview]
Message-ID: <3810761.i4nrmJbiT5@phil> (raw)

Hi Arnd, Kevin, Olof,

please find below some fixes for Rockchip SoCs on 5.1-rc. Nothing
overly major thankfully but still somehow more than normal.

So please pull

Thanks
Heiko

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dtfixes-1

for you to fetch changes up to 1a96665143c355b1019ed13b927266185d2a1e4f:

  ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys (2019-03-25 13:33:10 +0100)

----------------------------------------------------------------
Fixes for dtc warnings, fixes for ethernet transfers on rk3328,
sd-card related fixes on both rk3328 ans rk3288-tinker and a
regulator fix on rock64 and making ddc actually work on the
Rock PI 4 due to missing the ddc bus.

----------------------------------------------------------------
David Summers (1):
      ARM: dts: rockchip: Fix SD card detection on rk3288-tinker

Douglas Anderson (3):
      ARM: dts: rockchip: Fix gpu opp node names for rk3288
      ARM: dts: rockchip: Remove #address/#size-cells from rk3288 mipi_dsi
      ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys

Ezequiel Garcia (1):
      arm64: dts: rockchip: add DDC bus on Rock Pi 4

Jonas Karlman (1):
      ARM: dts: rockchip: fix rk3288 cpu opp node reference

Leonidas P. Papadakos (1):
      arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay

Peter Geis (2):
      arm64: dts: rockchip: fix rk3328 rgmii high tx error rate
      arm64: dts: rockchip: fix rk3328 sdmmc0 write errors

Tomohiro Mayama (1):
      arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64

 arch/arm/boot/dts/rk3288-tinker.dtsi              |  3 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi              |  2 -
 arch/arm/boot/dts/rk3288.dtsi                     | 20 ++++----
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts    |  4 +-
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts    |  3 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi          | 58 +++++++++++------------
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts |  1 +
 7 files changed, 44 insertions(+), 47 deletions(-)




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-03-31 23:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-31 23:17 Heiko Stuebner [this message]
2019-03-31 23:17 ` [GIT PULL] Rockchip devicetree fixes for 5.1 Heiko Stuebner
2019-04-07 22:15 ` Olof Johansson
2019-04-07 22:15   ` Olof Johansson

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=3810761.i4nrmJbiT5@phil \
    --to=heiko@sntech.de \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.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.