All of lore.kernel.org
 help / color / mirror / Atom feed
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 2/3] Rockchip dts32 updates for v4.7 - part2
Date: Fri, 29 Apr 2016 00:24:48 +0200	[thread overview]
Message-ID: <76948175.MyD0mx7K4Q@diego> (raw)
In-Reply-To: <5544434.9tA8JHBIkp@diego>

The following changes since commit fbf15046f12d6c8d5821c0dc5bf3ffc55a132243:

  ARM: dts: rockchip: move rk3036 memory definition to board files (2016-04-06 16:30:33 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.7-rockchip-dts32-2

for you to fetch changes up to f87305fa00b1d0633d2dc5fd7fb4995bed6a59e8:

  ARM: dts: rockchip: move the rk3288 thermal data into rk3288.dtsi (2016-04-25 09:52:56 +0200)

----------------------------------------------------------------
This adds the rk3288-miqi as new board, adapts the edp-phy settings
to the binding-change that made it into 4.6, adds rk3288 i2c controller
nodes and moves the rk3288 thermal data into the soc dtsi, as there
really is no need to have that separate file.

----------------------------------------------------------------
Caesar Wang (1):
      ARM: dts: rockchip: move the rk3288 thermal data into rk3288.dtsi

Heiko Stuebner (4):
      ARM: dts: rockchip: make rk3288-grf a simple-mfd
      ARM: dts: rockchip: move rk3288 edp phy under the GRF
      dt-bindings: add vendor-prefix for mqmaker
      ARM: dts: rockchip: add MiQi board from mqmaker

Yakir Yang (1):
      ARM: dts: rockchip: add i2c nodes for RK3228 SoCs

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3228.dtsi                      |  80 ++++
 arch/arm/boot/dts/rk3288-miqi.dts                  | 472 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288-thermal.dtsi              | 118 ------
 arch/arm/boot/dts/rk3288.dtsi                      |  92 +++-
 7 files changed, 639 insertions(+), 129 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3288-miqi.dts
 delete mode 100644 arch/arm/boot/dts/rk3288-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 2/3] Rockchip dts32 updates for v4.7 - part2
Date: Fri, 29 Apr 2016 00:24:48 +0200	[thread overview]
Message-ID: <76948175.MyD0mx7K4Q@diego> (raw)
In-Reply-To: <5544434.9tA8JHBIkp@diego>

The following changes since commit fbf15046f12d6c8d5821c0dc5bf3ffc55a132243:

  ARM: dts: rockchip: move rk3036 memory definition to board files (2016-04-06 16:30:33 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.7-rockchip-dts32-2

for you to fetch changes up to f87305fa00b1d0633d2dc5fd7fb4995bed6a59e8:

  ARM: dts: rockchip: move the rk3288 thermal data into rk3288.dtsi (2016-04-25 09:52:56 +0200)

----------------------------------------------------------------
This adds the rk3288-miqi as new board, adapts the edp-phy settings
to the binding-change that made it into 4.6, adds rk3288 i2c controller
nodes and moves the rk3288 thermal data into the soc dtsi, as there
really is no need to have that separate file.

----------------------------------------------------------------
Caesar Wang (1):
      ARM: dts: rockchip: move the rk3288 thermal data into rk3288.dtsi

Heiko Stuebner (4):
      ARM: dts: rockchip: make rk3288-grf a simple-mfd
      ARM: dts: rockchip: move rk3288 edp phy under the GRF
      dt-bindings: add vendor-prefix for mqmaker
      ARM: dts: rockchip: add MiQi board from mqmaker

Yakir Yang (1):
      ARM: dts: rockchip: add i2c nodes for RK3228 SoCs

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3228.dtsi                      |  80 ++++
 arch/arm/boot/dts/rk3288-miqi.dts                  | 472 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288-thermal.dtsi              | 118 ------
 arch/arm/boot/dts/rk3288.dtsi                      |  92 +++-
 7 files changed, 639 insertions(+), 129 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3288-miqi.dts
 delete mode 100644 arch/arm/boot/dts/rk3288-thermal.dtsi

  parent reply	other threads:[~2016-04-28 22:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28 22:23 [GIT PULL 0/3] Rockchip updates for v4.7 - part2 Heiko Stübner
2016-04-28 22:23 ` Heiko Stübner
2016-04-28 22:24 ` [GIT PULL 1/3] Rockchip driver " Heiko Stübner
2016-04-28 22:24   ` Heiko Stübner
2016-05-09 14:17   ` Arnd Bergmann
2016-05-09 14:17     ` Arnd Bergmann
2016-04-28 22:24 ` Heiko Stübner [this message]
2016-04-28 22:24   ` [GIT PULL 2/3] Rockchip dts32 " Heiko Stübner
2016-05-10 13:39   ` Arnd Bergmann
2016-05-10 13:39     ` Arnd Bergmann
2016-04-28 22:25 ` [GIT PULL 3/3] Rockchip dts64 " Heiko Stübner
2016-04-28 22:25   ` Heiko Stübner
2016-05-10 20:14   ` Arnd Bergmann
2016-05-10 20:14     ` 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=76948175.MyD0mx7K4Q@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.