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 1/3] Rockchip driver updates for 4.21
Date: Mon, 26 Nov 2018 11:06:06 +0100 [thread overview]
Message-ID: <49803144.2ZsBJmaiIN@phil> (raw)
Hi Arnd, Kevin Olof,
please find below and in the replies the first round of Rockchip pull
requests. I guess the most notable change is the addition of Gru-Scarlet
devicetree which - judging by the "silence" in the ChromeOS gerrit - may
conclude the series of rk3399-based ChromeOS devices.
Other than that there are smaller improvements all around,
so please pull.
Thanks
Heiko
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-drivers-1
for you to fetch changes up to 24869610e867e9791f0fdab70ff60f246299b859:
soc: rockchip: power-domain: add rk3066 powerdomains (2018-11-06 14:13:32 +0100)
----------------------------------------------------------------
Powerdomain support for rk3066 and rk3188.
----------------------------------------------------------------
Heiko Stuebner (6):
dt-bindings: add power-domain header for RK3188 SoCs
dt-bindings: add power-domain header for RK3066 SoCs
dt-bindings: add compatibles for rk3066/rk3188 power controllers
Merge branch 'v4.21-shared/pdids' into v4.21-armsoc/drivers
soc: rockchip: power-domain: add rk3188 powerdomains
soc: rockchip: power-domain: add rk3066 powerdomains
.../bindings/soc/rockchip/power_domain.txt | 4 ++
drivers/soc/rockchip/pm_domains.c | 48 ++++++++++++++++++++++
include/dt-bindings/power/rk3066-power.h | 22 ++++++++++
include/dt-bindings/power/rk3188-power.h | 24 +++++++++++
4 files changed, 98 insertions(+)
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 1/3] Rockchip driver updates for 4.21
Date: Mon, 26 Nov 2018 11:06:06 +0100 [thread overview]
Message-ID: <49803144.2ZsBJmaiIN@phil> (raw)
Hi Arnd, Kevin Olof,
please find below and in the replies the first round of Rockchip pull
requests. I guess the most notable change is the addition of Gru-Scarlet
devicetree which - judging by the "silence" in the ChromeOS gerrit - may
conclude the series of rk3399-based ChromeOS devices.
Other than that there are smaller improvements all around,
so please pull.
Thanks
Heiko
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-drivers-1
for you to fetch changes up to 24869610e867e9791f0fdab70ff60f246299b859:
soc: rockchip: power-domain: add rk3066 powerdomains (2018-11-06 14:13:32 +0100)
----------------------------------------------------------------
Powerdomain support for rk3066 and rk3188.
----------------------------------------------------------------
Heiko Stuebner (6):
dt-bindings: add power-domain header for RK3188 SoCs
dt-bindings: add power-domain header for RK3066 SoCs
dt-bindings: add compatibles for rk3066/rk3188 power controllers
Merge branch 'v4.21-shared/pdids' into v4.21-armsoc/drivers
soc: rockchip: power-domain: add rk3188 powerdomains
soc: rockchip: power-domain: add rk3066 powerdomains
.../bindings/soc/rockchip/power_domain.txt | 4 ++
drivers/soc/rockchip/pm_domains.c | 48 ++++++++++++++++++++++
include/dt-bindings/power/rk3066-power.h | 22 ++++++++++
include/dt-bindings/power/rk3188-power.h | 24 +++++++++++
4 files changed, 98 insertions(+)
create mode 100644 include/dt-bindings/power/rk3066-power.h
create mode 100644 include/dt-bindings/power/rk3188-power.h
next 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 Heiko Stuebner [this message]
2018-11-26 10:06 ` [GIT PULL 1/3] Rockchip driver updates for 4.21 Heiko Stuebner
2018-11-26 10:06 ` [GIT PULL 2/3] Rockchip dts32 " Heiko Stuebner
2018-11-26 10:06 ` 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=49803144.2ZsBJmaiIN@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.