From: "Heiko Stübner" <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 3/3] rockchip dts64 changes for 4.5
Date: Sat, 05 Dec 2015 01:58:29 +0100 [thread overview]
Message-ID: <1655223.OUhjUXllVj@diego> (raw)
In-Reply-To: <1936935.FVZdWRYuBf@diego>
Hi Arnd, Kevin, Olof,
please find below rockchip arm64 changes for 4.5 .
I think the tag should explain the changes sufficiently.
Thanks
Heiko
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.5-rockchip-dts64-1
for you to fetch changes up to 5378e28c9776fbab6065cfb54417acff3ea5f1fd:
arm64: dts: rockchip: add rk3368 evaluation board (2015-12-02 00:35:22 +0100)
----------------------------------------------------------------
First round of 64bit devicetree changes for Rockchip socs.
This includes support for the evaluation board of the rk3368
as well as the dts-part for the newly added thermal management
support, rk3368 pwm nodes and an alias.
----------------------------------------------------------------
Caesar Wang (5):
arm64: dts: rockchip: Add the thermal data found on RK3368
arm64: dts: rockchip: Add main thermal info to rk3368.dtsi
arm64: dts: rockchip: Enable the Thermal on R88 board
arm64: dts: rockchip: add the pwm node info for RK3368 SoCs
arm64: dts: rockchip: add rk3368 evaluation board
Heiko Stuebner (1):
arm64: dts: rockchip: Setup rk3368 ethernet0 alias for u-boot
Documentation/devicetree/bindings/arm/rockchip.txt | 4 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../arm64/boot/dts/rockchip/rk3368-evb-act8846.dts | 176 +++++++++++++
arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi | 281 +++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 6 +
arch/arm64/boot/dts/rockchip/rk3368-thermal.dtsi | 112 ++++++++
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 97 +++++++
7 files changed, 677 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-thermal.dtsi
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/3] rockchip dts64 changes for 4.5
Date: Sat, 05 Dec 2015 01:58:29 +0100 [thread overview]
Message-ID: <1655223.OUhjUXllVj@diego> (raw)
In-Reply-To: <1936935.FVZdWRYuBf@diego>
Hi Arnd, Kevin, Olof,
please find below rockchip arm64 changes for 4.5 .
I think the tag should explain the changes sufficiently.
Thanks
Heiko
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.5-rockchip-dts64-1
for you to fetch changes up to 5378e28c9776fbab6065cfb54417acff3ea5f1fd:
arm64: dts: rockchip: add rk3368 evaluation board (2015-12-02 00:35:22 +0100)
----------------------------------------------------------------
First round of 64bit devicetree changes for Rockchip socs.
This includes support for the evaluation board of the rk3368
as well as the dts-part for the newly added thermal management
support, rk3368 pwm nodes and an alias.
----------------------------------------------------------------
Caesar Wang (5):
arm64: dts: rockchip: Add the thermal data found on RK3368
arm64: dts: rockchip: Add main thermal info to rk3368.dtsi
arm64: dts: rockchip: Enable the Thermal on R88 board
arm64: dts: rockchip: add the pwm node info for RK3368 SoCs
arm64: dts: rockchip: add rk3368 evaluation board
Heiko Stuebner (1):
arm64: dts: rockchip: Setup rk3368 ethernet0 alias for u-boot
Documentation/devicetree/bindings/arm/rockchip.txt | 4 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../arm64/boot/dts/rockchip/rk3368-evb-act8846.dts | 176 +++++++++++++
arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi | 281 +++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 6 +
arch/arm64/boot/dts/rockchip/rk3368-thermal.dtsi | 112 ++++++++
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 97 +++++++
7 files changed, 677 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-thermal.dtsi
next prev parent reply other threads:[~2015-12-05 0:58 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-05 0:53 [GIT PULL 1/3] rockchip soc changes for 4.5 Heiko Stübner
2015-12-05 0:53 ` Heiko Stübner
2015-12-05 0:56 ` [GIT PULL 2/3] rockchip dts32 " Heiko Stübner
2015-12-05 0:56 ` Heiko Stübner
2015-12-11 23:27 ` Arnd Bergmann
2015-12-11 23:27 ` Arnd Bergmann
2015-12-05 0:58 ` Heiko Stübner [this message]
2015-12-05 0:58 ` [GIT PULL 3/3] rockchip dts64 " Heiko Stübner
2015-12-11 23:59 ` Arnd Bergmann
2015-12-11 23:59 ` Arnd Bergmann
2015-12-12 0:30 ` [GIT PULL 1/3] rockchip soc " Arnd Bergmann
2015-12-12 0:30 ` Arnd Bergmann
2015-12-12 0:57 ` Heiko Stübner
2015-12-12 0:57 ` Heiko Stübner
2016-03-08 0:46 ` Doug Anderson
2016-03-08 0:46 ` Doug Anderson
[not found] ` <CAD=FV=Wr0f6d=tJCCfQa59pNDe1PEj44hdqCKFKricYdv7D+0w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-08 0:50 ` Heiko Stübner
2016-03-08 0:50 ` Heiko Stübner
2016-03-08 1:19 ` Doug Anderson
2016-03-08 1:19 ` Doug Anderson
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=1655223.OUhjUXllVj@diego \
--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.