From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org, linux-arm-kernel@lists.infradead.org
Cc: linux-rockchip@lists.infradead.org
Subject: [GIT PULL 2/3] Rockchip dts64 updates for 4.12 part1
Date: Tue, 28 Mar 2017 17:53:13 +0200 [thread overview]
Message-ID: <17137029.z2AnQCnjUI@phil> (raw)
In-Reply-To: <5178456.jWASpzTAdU@phil>
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-1
for you to fetch changes up to 41b464ef10219e45513d1bcaddacd47ce0bd6136:
arm64: dts: rockchip: fix PCIe domain number for rk3399 (2017-03-22 17:50:09 +0100)
----------------------------------------------------------------
Contains various changes for the rk3368 (dma, i2s, disable mailbox per
default, mmc-resets) and also removes the wrongly added idle states, that
do not match the hardware's capabilities, as well as some general rk3399
pcie fixes as well as also the mmc resets.
----------------------------------------------------------------
Brian Norris (1):
arm64: dts: rockchip: sort rk3399-pcie by unit address
Heiko Stuebner (3):
arm64: dts: rockchip: remove wrongly added idle states on rk3368
arm64: dts: rockchip: add rk3368 dw-mmc resets
arm64: dts: rockchip: add rk3399 dw-mmc resets
Huibin Hong (1):
arm64: dts: rockchip: add dmac nodes for rk3368 SoCs
Jianqun Xu (2):
arm64: dts: rockchip: add i2s nodes support for RK3368 SoCs
arm64: dts: rockchip: disable mailbox of RK3368 SoCs per default
Shawn Lin (1):
arm64: dts: rockchip: fix PCIe domain number for rk3399
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 94 +++++++++++++++++++++++++-------
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 93 ++++++++++++++++---------------
2 files changed, 123 insertions(+), 64 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 2/3] Rockchip dts64 updates for 4.12 part1
Date: Tue, 28 Mar 2017 17:53:13 +0200 [thread overview]
Message-ID: <17137029.z2AnQCnjUI@phil> (raw)
In-Reply-To: <5178456.jWASpzTAdU@phil>
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.12-rockchip-dts64-1
for you to fetch changes up to 41b464ef10219e45513d1bcaddacd47ce0bd6136:
arm64: dts: rockchip: fix PCIe domain number for rk3399 (2017-03-22 17:50:09 +0100)
----------------------------------------------------------------
Contains various changes for the rk3368 (dma, i2s, disable mailbox per
default, mmc-resets) and also removes the wrongly added idle states, that
do not match the hardware's capabilities, as well as some general rk3399
pcie fixes as well as also the mmc resets.
----------------------------------------------------------------
Brian Norris (1):
arm64: dts: rockchip: sort rk3399-pcie by unit address
Heiko Stuebner (3):
arm64: dts: rockchip: remove wrongly added idle states on rk3368
arm64: dts: rockchip: add rk3368 dw-mmc resets
arm64: dts: rockchip: add rk3399 dw-mmc resets
Huibin Hong (1):
arm64: dts: rockchip: add dmac nodes for rk3368 SoCs
Jianqun Xu (2):
arm64: dts: rockchip: add i2s nodes support for RK3368 SoCs
arm64: dts: rockchip: disable mailbox of RK3368 SoCs per default
Shawn Lin (1):
arm64: dts: rockchip: fix PCIe domain number for rk3399
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 94 +++++++++++++++++++++++++-------
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 93 ++++++++++++++++---------------
2 files changed, 123 insertions(+), 64 deletions(-)
next prev parent reply other threads:[~2017-03-28 15:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-28 15:52 [GIT PULL 1/3] Rockchip dts32 updates for 4.12 part1 Heiko Stuebner
2017-03-28 15:52 ` Heiko Stuebner
2017-03-28 15:53 ` Heiko Stuebner [this message]
2017-03-28 15:53 ` [GIT PULL 2/3] Rockchip dts64 " Heiko Stuebner
2017-03-28 15:54 ` [GIT PULL 3/3] Rockchip dts64 updates (using arm/arm64 symlinks) " Heiko Stuebner
2017-03-28 15:54 ` Heiko Stuebner
2017-03-31 9:57 ` Arnd Bergmann
2017-03-31 9:57 ` Arnd Bergmann
2017-03-31 10:10 ` [GIT PULL 1/3] Rockchip dts32 updates " Arnd Bergmann
2017-03-31 10:10 ` 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=17137029.z2AnQCnjUI@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.