From: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL 4/4] Rockchip dts64 changes for 4.14
Date: Sun, 06 Aug 2017 11:51:04 +0200 [thread overview]
Message-ID: <3713539.z1Eee8O6DN@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-dts64-1
for you to fetch changes up to 45a995c054e116ea9578dd6186be35f65cc0a7d0:
arm64: dts: rockchip: update dynamic-power-coefficient for rk3399 (2017-08-01 01:00:55 +0200)
----------------------------------------------------------------
64bit Rockchip devicetree changes containing fixes for pinctrl typos
and the use of keep-power-in-suspend in non-sdio nodes as well as the
removal of the deprecated num-slots property from dwmmc nodes.
rk3328 gets support for spdif, io-domains and usb (including enablement
of usb on the evaluation board), while rk3368 gains support for spdif.
The biggest chunk of course aims for the rk3399 with a number of pcie
changes, support for the mali gpu, a new power-domain, sdmmc support
on the firefly board and dynamic-power-coefficients.
The gru family also gets support for their quite central pwm regulators
using the newly introduced vctrl regulator types.
----------------------------------------------------------------
Brian Norris (1):
arm64: dts: rockchip: set rk3399 dynamic CPU power coefficients
Caesar Wang (5):
arm64: dts: rockchip: add SdioAudio pd control for rk3399
dt-bindings: gpu: add the RK3399 mali for rockchip specifics
arm64: dts: rockchip: add ARM Mali GPU node for RK3399 SoCs
arm64: dts: rockchip: enable the GPU for RK3399-GRU
arm64: dts: rockchip: update dynamic-power-coefficient for rk3399
David Wu (1):
arm64: dts: rockchip: Add rk3328 io-domain node
Klaus Goger (1):
arm64: dts: rockchip: fix typo in mmc pinctrl
Matthias Kaehlcke (2):
arm64: dts: rockchip: Update CPU regulator voltage ranges for Gru
arm64: dts: rockchip: Use vctrl regulators for dynamic CPU voltages on Gru/Kevin
Shawn Lin (6):
arm64: dts: rockchip: change clkreq mode for rk3399-evb
arm64: dts: rockchip: remove num-slots from all platforms
arm64: dts: rockchip: remove abused keep-power-in-suspend
arm64: dts: rockchip: change clkreq mode for rk3399-firefly
arm64: dts: rockchip: kill pcie_clkreqn and pcie_clkreqnb for rk3399
arm64: dts: rockchip: enable sdmmc controller on rk3399-firefly
Sugar Zhang (2):
arm64: dts: rockchip: add rk3368 spdif node
arm64: dts: rockchip: add rk3328 spdif node
William Wu (2):
arm64: dts: rockchip: add usb2 nodes for RK3328 SoCs
arm64: dts: rockchip: enable usb2 for RK3328 evaluation board
.../devicetree/bindings/gpu/arm,mali-midgard.txt | 1 +
arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 24 +++++
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 94 ++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi | 1 -
arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts | 1 -
.../boot/dts/rockchip/rk3368-orion-r68-meta.dts | 2 -
arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts | 3 -
arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 2 -
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 19 ++++
arch/arm64/boot/dts/rockchip/rk3399-evb.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 15 ++-
arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | 44 ++++++++
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 119 ++++++++++++++-------
arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi | 33 ++++++
arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi | 33 ++++++
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 41 +++++--
16 files changed, 374 insertions(+), 60 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/4] Rockchip dts64 changes for 4.14
Date: Sun, 06 Aug 2017 11:51:04 +0200 [thread overview]
Message-ID: <3713539.z1Eee8O6DN@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-dts64-1
for you to fetch changes up to 45a995c054e116ea9578dd6186be35f65cc0a7d0:
arm64: dts: rockchip: update dynamic-power-coefficient for rk3399 (2017-08-01 01:00:55 +0200)
----------------------------------------------------------------
64bit Rockchip devicetree changes containing fixes for pinctrl typos
and the use of keep-power-in-suspend in non-sdio nodes as well as the
removal of the deprecated num-slots property from dwmmc nodes.
rk3328 gets support for spdif, io-domains and usb (including enablement
of usb on the evaluation board), while rk3368 gains support for spdif.
The biggest chunk of course aims for the rk3399 with a number of pcie
changes, support for the mali gpu, a new power-domain, sdmmc support
on the firefly board and dynamic-power-coefficients.
The gru family also gets support for their quite central pwm regulators
using the newly introduced vctrl regulator types.
----------------------------------------------------------------
Brian Norris (1):
arm64: dts: rockchip: set rk3399 dynamic CPU power coefficients
Caesar Wang (5):
arm64: dts: rockchip: add SdioAudio pd control for rk3399
dt-bindings: gpu: add the RK3399 mali for rockchip specifics
arm64: dts: rockchip: add ARM Mali GPU node for RK3399 SoCs
arm64: dts: rockchip: enable the GPU for RK3399-GRU
arm64: dts: rockchip: update dynamic-power-coefficient for rk3399
David Wu (1):
arm64: dts: rockchip: Add rk3328 io-domain node
Klaus Goger (1):
arm64: dts: rockchip: fix typo in mmc pinctrl
Matthias Kaehlcke (2):
arm64: dts: rockchip: Update CPU regulator voltage ranges for Gru
arm64: dts: rockchip: Use vctrl regulators for dynamic CPU voltages on Gru/Kevin
Shawn Lin (6):
arm64: dts: rockchip: change clkreq mode for rk3399-evb
arm64: dts: rockchip: remove num-slots from all platforms
arm64: dts: rockchip: remove abused keep-power-in-suspend
arm64: dts: rockchip: change clkreq mode for rk3399-firefly
arm64: dts: rockchip: kill pcie_clkreqn and pcie_clkreqnb for rk3399
arm64: dts: rockchip: enable sdmmc controller on rk3399-firefly
Sugar Zhang (2):
arm64: dts: rockchip: add rk3368 spdif node
arm64: dts: rockchip: add rk3328 spdif node
William Wu (2):
arm64: dts: rockchip: add usb2 nodes for RK3328 SoCs
arm64: dts: rockchip: enable usb2 for RK3328 evaluation board
.../devicetree/bindings/gpu/arm,mali-midgard.txt | 1 +
arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 24 +++++
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 94 ++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi | 1 -
arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts | 1 -
.../boot/dts/rockchip/rk3368-orion-r68-meta.dts | 2 -
arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts | 3 -
arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 2 -
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 19 ++++
arch/arm64/boot/dts/rockchip/rk3399-evb.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 15 ++-
arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | 44 ++++++++
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 119 ++++++++++++++-------
arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi | 33 ++++++
arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi | 33 ++++++
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 41 +++++--
16 files changed, 374 insertions(+), 60 deletions(-)
next prev parent reply other threads:[~2017-08-06 9:51 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 ` [GIT PULL 2/4] Rockchip driver " Heiko Stuebner
2017-08-06 9:49 ` 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 ` Heiko Stuebner [this message]
2017-08-06 9:51 ` [GIT PULL 4/4] Rockchip dts64 " 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=3713539.z1Eee8O6DN@phil \
--to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
--cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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.