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 2/3] Rockchip dts32 updates for 4.21
Date: Mon, 26 Nov 2018 11:06:38 +0100	[thread overview]
Message-ID: <14719034.CB54cPrm89@phil> (raw)
In-Reply-To: <49803144.2ZsBJmaiIN@phil>

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.21-rockchip-dts32-1

for you to fetch changes up to 99935bd4b5b4558beb069222e6d6143fe5830d64:

  ARM: dts: rockchip: Add all CPUs in cooling maps (2018-11-19 14:45:07 +0100)

----------------------------------------------------------------
Powerdomain and QoS nodes for rk3066 and rk3188. A fix for a rock2
regulator name and referencing all cpus in the cooling maps instead
of only cpu0.

----------------------------------------------------------------
Heiko Stuebner (5):
      dt-bindings: add power-domain header for RK3188 SoCs
      dt-bindings: add power-domain header for RK3066 SoCs
      Merge branch 'v4.21-shared/pdids' into v4.21-armsoc/dts32
      ARM: dts: rockchip: add qos nodes found on rk3066 and rk3188
      ARM: dts: rockchip: add rk3066/rk3188 power-domains

John Keeping (1):
      ARM: dts: rockchip: Fix rk3288-rock2 vcc_flash name

Viresh Kumar (1):
      ARM: dts: rockchip: Add all CPUs in cooling maps

 arch/arm/boot/dts/rk3066a.dtsi             | 52 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/rk3188.dtsi              | 51 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/rk322x.dtsi              | 10 ++++--
 arch/arm/boot/dts/rk3288-rock2-som.dtsi    |  2 +-
 arch/arm/boot/dts/rk3288-veyron-mickey.dts | 24 ++++++++------
 arch/arm/boot/dts/rk3288.dtsi              | 15 +++++++--
 arch/arm/boot/dts/rk3xxx.dtsi              | 40 +++++++++++++++++++++++
 include/dt-bindings/power/rk3066-power.h   | 22 +++++++++++++
 include/dt-bindings/power/rk3188-power.h   | 24 ++++++++++++++
 9 files changed, 224 insertions(+), 16 deletions(-)
 create mode 100644 include/dt-bindings/power/rk3066-power.h
 create mode 100644 include/dt-bindings/power/rk3188-power.h

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] Rockchip dts32 updates for 4.21
Date: Mon, 26 Nov 2018 11:06:38 +0100	[thread overview]
Message-ID: <14719034.CB54cPrm89@phil> (raw)
In-Reply-To: <49803144.2ZsBJmaiIN@phil>

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.21-rockchip-dts32-1

for you to fetch changes up to 99935bd4b5b4558beb069222e6d6143fe5830d64:

  ARM: dts: rockchip: Add all CPUs in cooling maps (2018-11-19 14:45:07 +0100)

----------------------------------------------------------------
Powerdomain and QoS nodes for rk3066 and rk3188. A fix for a rock2
regulator name and referencing all cpus in the cooling maps instead
of only cpu0.

----------------------------------------------------------------
Heiko Stuebner (5):
      dt-bindings: add power-domain header for RK3188 SoCs
      dt-bindings: add power-domain header for RK3066 SoCs
      Merge branch 'v4.21-shared/pdids' into v4.21-armsoc/dts32
      ARM: dts: rockchip: add qos nodes found on rk3066 and rk3188
      ARM: dts: rockchip: add rk3066/rk3188 power-domains

John Keeping (1):
      ARM: dts: rockchip: Fix rk3288-rock2 vcc_flash name

Viresh Kumar (1):
      ARM: dts: rockchip: Add all CPUs in cooling maps

 arch/arm/boot/dts/rk3066a.dtsi             | 52 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/rk3188.dtsi              | 51 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/rk322x.dtsi              | 10 ++++--
 arch/arm/boot/dts/rk3288-rock2-som.dtsi    |  2 +-
 arch/arm/boot/dts/rk3288-veyron-mickey.dts | 24 ++++++++------
 arch/arm/boot/dts/rk3288.dtsi              | 15 +++++++--
 arch/arm/boot/dts/rk3xxx.dtsi              | 40 +++++++++++++++++++++++
 include/dt-bindings/power/rk3066-power.h   | 22 +++++++++++++
 include/dt-bindings/power/rk3188-power.h   | 24 ++++++++++++++
 9 files changed, 224 insertions(+), 16 deletions(-)
 create mode 100644 include/dt-bindings/power/rk3066-power.h
 create mode 100644 include/dt-bindings/power/rk3188-power.h

  reply	other threads:[~2018-11-26 10:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-26 10:06 [GIT PULL 1/3] Rockchip driver updates for 4.21 Heiko Stuebner
2018-11-26 10:06 ` Heiko Stuebner
2018-11-26 10:06 ` Heiko Stuebner [this message]
2018-11-26 10:06   ` [GIT PULL 2/3] Rockchip dts32 " Heiko Stuebner
2018-11-30 23:03   ` Olof Johansson
2018-11-30 23:03     ` Olof Johansson
2018-11-26 10:07 ` [GIT PULL 3/3] Rockchip dts64 " Heiko Stuebner
2018-11-26 10:07   ` Heiko Stuebner
2018-11-30 23:04   ` Olof Johansson
2018-11-30 23:04     ` Olof Johansson
2018-11-30 23:36 ` [GIT PULL 1/3] Rockchip driver " Olof Johansson
2018-11-30 23:36   ` 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=14719034.CB54cPrm89@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.