* [GIT PULL 1/2] Rockchip dts32 updates for 4.15 part2
@ 2017-11-04 20:22 Heiko Stuebner
2017-11-04 20:23 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
2017-11-07 15:23 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stuebner @ 2017-11-04 20:22 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Kevin, Olof,
if there is going to be an -rc8 you could maybe consider still picking up
the changes below and in the next mail.
Here it is mainly fixups for the Vyasa board added in round1 as well as
hdmi and hdmi-cec support for the firefly and some rv1108 additions.
If they're to late it's also no problem and I'll move stuff on for 4.16.
Thanks
Heiko
The following changes since commit 345b40f1e50759d09144c4aa044d07823d77c283:
ARM: dts: rockchip: Enable thermal on rk3288-vyasa board (2017-10-14 21:10:31 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.15-rockchip-dts32-2
for you to fetch changes up to be84dfa70dde6bb072c9cc9bba0a741841f0baa2:
ARM: dts: rockchip: enable the hdmi output on the rk3288-firefly-reload (2017-10-21 21:53:04 +0200)
----------------------------------------------------------------
CEC support for the two rk3288-firefly variants and general hdmi support
for the firefly-reload. A lot of additions and corrections for the
rk3288-vyasa and thermal support for the rv1108.
----------------------------------------------------------------
Hans Verkuil (3):
ARM: dts: rockchip: add the cec clk for dw-hdmi on rk3288
ARM: dts: rockchip: define the two possible rk3288 CEC pins
ARM: dts: rockchip: enable the hdmi output on the rk3288-firefly-reload
Jacob Chen (1):
ARM: dts: rockchip: add RGA device node for RK3288
Jagan Teki (7):
ARM: dts: rockchip: Remove vdd_log from rk808, DCDC_REG1 on rk3288-vyasa
ARM: dts: rockchip: Use vmmc-supply from PMIC on rk3288-vyasa
ARM: dts: rockchip: Add regulators for rk3288-vyasa
ARM: dts: rockchip: Add gmac support for rk3288-vyasa board
ARM: dts: rockchip: Add usb host for rk3288-vyasa
ARM: dts: rockchip: Add usb otg for rk3288-vyasa
ARM: dts: rockchip: Add io domains for rk3288-vyasa
Rocky Hao (3):
ARM: dts: rockchip: add tsadc node for RV1108 SoC
ARM: dts: rockchip: add thermal nodes for RV1108 SoC
ARM: dts: rockchip: enable tsadc module on RV1108 evaluation board
arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi | 2 +
arch/arm/boot/dts/rk3288-firefly-reload.dts | 11 ++
arch/arm/boot/dts/rk3288-vyasa.dts | 179 ++++++++++++++++++++--
arch/arm/boot/dts/rk3288.dtsi | 23 ++-
arch/arm/boot/dts/rv1108-evb.dts | 4 +
arch/arm/boot/dts/rv1108.dtsi | 67 ++++++++
6 files changed, 270 insertions(+), 16 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] Rockchip dts64 updates for 4.15 part2
2017-11-04 20:22 [GIT PULL 1/2] Rockchip dts32 updates for 4.15 part2 Heiko Stuebner
@ 2017-11-04 20:23 ` Heiko Stuebner
2017-11-07 15:26 ` Arnd Bergmann
2017-11-07 15:23 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
1 sibling, 1 reply; 4+ messages in thread
From: Heiko Stuebner @ 2017-11-04 20:23 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit d85438991874205467f9739d5f3ee771245b4754:
arm64: dts: rockchip: enable cec pin for rk3399 firefly (2017-10-15 14:11:32 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.15-rockchip-dts64-2
for you to fetch changes up to 6f8c539313d884f4715b328e1ce4a3987649b97e:
arm64: dts: rockchip: add efuse for RK3368 SoCs (2017-10-24 15:25:27 +0200)
----------------------------------------------------------------
Support for the RGA (raster graphics accelerator) on rk3399
and efuses on rk3368.
----------------------------------------------------------------
Heiko Stuebner (2):
clk: rockchip: add more rk3188 graphics clock ids
Merge branch 'v4.15-shared/clkids' into v4.15-armsoc/dts64
Jacob Chen (1):
arm64: dts: rockchip: add RGA device node for RK3399
Romain Perier (2):
clk: rockchip: add clock id for PCLK_EFUSE256 of RK3368 SoCs
arm64: dts: rockchip: add efuse for RK3368 SoCs
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 16 ++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 11 +++++++++++
include/dt-bindings/clock/rk3188-cru-common.h | 9 +++++++--
include/dt-bindings/clock/rk3368-cru.h | 1 +
4 files changed, 35 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/2] Rockchip dts32 updates for 4.15 part2
2017-11-04 20:22 [GIT PULL 1/2] Rockchip dts32 updates for 4.15 part2 Heiko Stuebner
2017-11-04 20:23 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
@ 2017-11-07 15:23 ` Arnd Bergmann
1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-11-07 15:23 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Nov 4, 2017 at 9:22 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> Hi Arnd, Kevin, Olof,
>
> if there is going to be an -rc8 you could maybe consider still picking up
> the changes below and in the next mail.
>
> Here it is mainly fixups for the Vyasa board added in round1 as well as
> hdmi and hdmi-cec support for the firefly and some rv1108 additions.
>
> If they're to late it's also no problem and I'll move stuff on for 4.16.
No problem, pulled into next/dt as they are mostly fixups. The whole point of
sending new features early is to have time to fix things up like this later
and not have to do it during the -rc cycle or live with half-broken files.
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/2] Rockchip dts64 updates for 4.15 part2
2017-11-04 20:23 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
@ 2017-11-07 15:26 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-11-07 15:26 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Nov 4, 2017 at 9:23 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit d85438991874205467f9739d5f3ee771245b4754:
>
> arm64: dts: rockchip: enable cec pin for rk3399 firefly (2017-10-15 14:11:32 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.15-rockchip-dts64-2
>
> for you to fetch changes up to 6f8c539313d884f4715b328e1ce4a3987649b97e:
>
> arm64: dts: rockchip: add efuse for RK3368 SoCs (2017-10-24 15:25:27 +0200)
>
> ----------------------------------------------------------------
> Support for the RGA (raster graphics accelerator) on rk3399
> and efuses on rk3368.
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-07 15:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-04 20:22 [GIT PULL 1/2] Rockchip dts32 updates for 4.15 part2 Heiko Stuebner
2017-11-04 20:23 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
2017-11-07 15:26 ` Arnd Bergmann
2017-11-07 15:23 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).