From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 2/4] Rockchip driver changes for 4.14
Date: Sun, 06 Aug 2017 11:49:48 +0200 [thread overview]
Message-ID: <2005870.SXnsRdLqkP@phil> (raw)
In-Reply-To: <12145142.47nS8LyXIe@phil>
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.14-rockchip-drivers-1
for you to fetch changes up to bd85f4b76916f9d9d7130e58601662133399079a:
soc: rockchip: power-domain: add power domain support for rk3366 (2017-07-20 22:42:19 +0200)
----------------------------------------------------------------
Powerdomain support for rk3366 and disabling of the automatic
jtag/sdmmc switching for rk3328.
----------------------------------------------------------------
Elaine Zhang (3):
dt-bindings: power: add RK3366 SoCs header for power-domain
dt-bindings: add binding for rk3366 power domains
soc: rockchip: power-domain: add power domain support for rk3366
Heiko Stuebner (1):
Merge branch 'v4.14-shared/pdids' into v4.14-armsoc/drivers
Shawn Lin (1):
soc: rockchip: disable jtag switching for RK3328 Soc
.../bindings/soc/rockchip/power_domain.txt | 3 ++
drivers/soc/rockchip/grf.c | 14 ++++++++++
drivers/soc/rockchip/pm_domains.c | 32 ++++++++++++++++++++++
include/dt-bindings/power/rk3366-power.h | 24 ++++++++++++++++
4 files changed, 73 insertions(+)
create mode 100644 include/dt-bindings/power/rk3366-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/4] Rockchip driver changes for 4.14
Date: Sun, 06 Aug 2017 11:49:48 +0200 [thread overview]
Message-ID: <2005870.SXnsRdLqkP@phil> (raw)
In-Reply-To: <12145142.47nS8LyXIe@phil>
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.14-rockchip-drivers-1
for you to fetch changes up to bd85f4b76916f9d9d7130e58601662133399079a:
soc: rockchip: power-domain: add power domain support for rk3366 (2017-07-20 22:42:19 +0200)
----------------------------------------------------------------
Powerdomain support for rk3366 and disabling of the automatic
jtag/sdmmc switching for rk3328.
----------------------------------------------------------------
Elaine Zhang (3):
dt-bindings: power: add RK3366 SoCs header for power-domain
dt-bindings: add binding for rk3366 power domains
soc: rockchip: power-domain: add power domain support for rk3366
Heiko Stuebner (1):
Merge branch 'v4.14-shared/pdids' into v4.14-armsoc/drivers
Shawn Lin (1):
soc: rockchip: disable jtag switching for RK3328 Soc
.../bindings/soc/rockchip/power_domain.txt | 3 ++
drivers/soc/rockchip/grf.c | 14 ++++++++++
drivers/soc/rockchip/pm_domains.c | 32 ++++++++++++++++++++++
include/dt-bindings/power/rk3366-power.h | 24 ++++++++++++++++
4 files changed, 73 insertions(+)
create mode 100644 include/dt-bindings/power/rk3366-power.h
next prev parent reply other threads:[~2017-08-06 9:49 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-06 9:49 [GIT PULL 1/4] Rockchip soc32 changes for 4.14 Heiko Stuebner
2017-08-06 9:49 ` Heiko Stuebner
2017-08-06 9:49 ` Heiko Stuebner [this message]
2017-08-06 9:49 ` [GIT PULL 2/4] Rockchip driver " Heiko Stuebner
2017-08-16 19:48 ` Arnd Bergmann
2017-08-16 19:48 ` Arnd Bergmann
2017-08-06 9:50 ` [GIT PULL 3/4] Rockchip dts32 " Heiko Stuebner
2017-08-06 9:50 ` Heiko Stuebner
2017-08-16 21:10 ` Arnd Bergmann
2017-08-16 21:10 ` Arnd Bergmann
2017-08-16 21:42 ` Heiko Stuebner
2017-08-16 21:42 ` Heiko Stuebner
2017-08-16 21:54 ` Arnd Bergmann
2017-08-16 21:54 ` Arnd Bergmann
2017-08-06 9:51 ` [GIT PULL 4/4] Rockchip dts64 " Heiko Stuebner
2017-08-06 9:51 ` Heiko Stuebner
2017-08-16 21:41 ` Arnd Bergmann
2017-08-16 21:41 ` Arnd Bergmann
2017-08-16 21:34 ` [GIT PULL 1/4] Rockchip soc32 " Arnd Bergmann
2017-08-16 21:34 ` Arnd Bergmann
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=2005870.SXnsRdLqkP@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.