All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, soc@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 2/2] Rockchip dt32 changes for 5.10
Date: Thu, 24 Sep 2020 00:19:06 +0200	[thread overview]
Message-ID: <4293766.LrauBeaUkW@diego> (raw)
In-Reply-To: <16010805.MhVyP8KKtY@diego>

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0cf10e6f94335495f90fc62fb75d9569f6a603fb:

  ARM: dts: rockchip: replace status value "ok" by "okay" (2020-08-30 21:47:07 +0200)

----------------------------------------------------------------
cpu-supply fixes (supply for each cpu core not only cpu0)
and a spelling for the status property.

----------------------------------------------------------------
Adrian Schmutzler (1):
      ARM: dts: rockchip: replace status value "ok" by "okay"

Johan Jonker (3):
      ARM: dts: rockchip: update cpu supplies on rk3288
      ARM: dts: rockchip: rk3066a: add label to cpu@1
      ARM: dts: rockchip: update cpu supplies on rk3066a

 arch/arm/boot/dts/rk3066a-bqcurie2.dts            |  6 +++++-
 arch/arm/boot/dts/rk3066a-marsboard.dts           |  6 +++++-
 arch/arm/boot/dts/rk3066a-rayeager.dts            |  6 +++++-
 arch/arm/boot/dts/rk3066a.dtsi                    |  2 +-
 arch/arm/boot/dts/rk3288-evb.dtsi                 |  2 +-
 arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi |  2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi             |  2 +-
 arch/arm/boot/dts/rk3288-miqi.dts                 | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-popmetal.dts             | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-r89.dts                  | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-rock2-square.dts         |  2 +-
 arch/arm/boot/dts/rk3288-tinker.dtsi              |  2 +-
 arch/arm/boot/dts/rk3288-vyasa.dts                | 14 +++++++++++++-
 13 files changed, 76 insertions(+), 16 deletions(-)




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, soc@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 2/2] Rockchip dt32 changes for 5.10
Date: Thu, 24 Sep 2020 00:19:06 +0200	[thread overview]
Message-ID: <4293766.LrauBeaUkW@diego> (raw)
In-Reply-To: <16010805.MhVyP8KKtY@diego>

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0cf10e6f94335495f90fc62fb75d9569f6a603fb:

  ARM: dts: rockchip: replace status value "ok" by "okay" (2020-08-30 21:47:07 +0200)

----------------------------------------------------------------
cpu-supply fixes (supply for each cpu core not only cpu0)
and a spelling for the status property.

----------------------------------------------------------------
Adrian Schmutzler (1):
      ARM: dts: rockchip: replace status value "ok" by "okay"

Johan Jonker (3):
      ARM: dts: rockchip: update cpu supplies on rk3288
      ARM: dts: rockchip: rk3066a: add label to cpu@1
      ARM: dts: rockchip: update cpu supplies on rk3066a

 arch/arm/boot/dts/rk3066a-bqcurie2.dts            |  6 +++++-
 arch/arm/boot/dts/rk3066a-marsboard.dts           |  6 +++++-
 arch/arm/boot/dts/rk3066a-rayeager.dts            |  6 +++++-
 arch/arm/boot/dts/rk3066a.dtsi                    |  2 +-
 arch/arm/boot/dts/rk3288-evb.dtsi                 |  2 +-
 arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi |  2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi             |  2 +-
 arch/arm/boot/dts/rk3288-miqi.dts                 | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-popmetal.dts             | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-r89.dts                  | 16 ++++++++++++++--
 arch/arm/boot/dts/rk3288-rock2-square.dts         |  2 +-
 arch/arm/boot/dts/rk3288-tinker.dtsi              |  2 +-
 arch/arm/boot/dts/rk3288-vyasa.dts                | 14 +++++++++++++-
 13 files changed, 76 insertions(+), 16 deletions(-)




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

  reply	other threads:[~2020-09-23 22:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-23 22:18 [GIT PULL 1/2] Rockchip dt64 changes for 5.10 Heiko Stuebner
2020-09-23 22:18 ` Heiko Stuebner
2020-09-23 22:19 ` Heiko Stübner [this message]
2020-09-23 22:19   ` [GIT PULL 2/2] Rockchip dt32 " Heiko Stübner
2020-09-29 10:45 ` Heiko Stübner
2020-09-29 10:45   ` Heiko Stübner
2020-10-03 19:38   ` Olof Johansson
2020-10-03 19:38     ` 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=4293766.LrauBeaUkW@diego \
    --to=heiko@sntech.de \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=soc@kernel.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.