linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/4] Rockchip dts32 updates for v4.7 - part1
Date: Wed, 13 Apr 2016 11:22:54 +0200	[thread overview]
Message-ID: <3837294.STogGfLSTd@diego> (raw)
In-Reply-To: <2557248.QNyQ7BnmgO@diego>

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -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-1

for you to fetch changes up to fbf15046f12d6c8d5821c0dc5bf3ffc55a132243:

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

----------------------------------------------------------------
A lot display-controller nodes for DSI and the Analogix DP on rk3288
as well as general display+hdmi support on rk3036. With the Analogix
DP support, Veyron Chromeboks can now finally use their internal
display.

Other than this big improvement we have thermal support on the rk3228,
a long time missing binding document for the General Register Files
block, better operating points for Veyron devices and a bunch of fixes
with parts stemming from warnings that new dtc version can generate.

----------------------------------------------------------------
Caesar Wang (6):
      ARM: dts: rockchip: add vop device node for rk3036
      ARM: dts: rockchip: add hdmi device node for rk3036
      ARM: dts: rockchip: enable graphics support on rk3036-kylin
      ARM: dts: rockchip: add the thermal main info found on rk3228
      ARM: dts: rockchip: enable the tsadc for rk3228 evb
      ARM: dts: rockchip: add rk3288-veyron-jaq backlight and panel overrides

Heiko Stuebner (16):
      ARM: dts: rockchip: update rk3288-veyron cpu operating points
      ARM: dts: rockchip: fix rk3288 power-domain unit names
      ARM: dts: rockchip: fix missing usbphy unit-names
      ARM: dts: rockchip: clean up gpio-keys nodes
      ARM: dts: rockchip: drop unneeded properties from mipi node
      ARM: dts: rockchip: add missing unitname to cpu_leakage efuse
      ARM: dts: rockchip: add rk3288 edp-phy node
      ARM: dts: rockchip: add rk3288 displayport controller node
      ARM: dts: rockchip: move edp-hpd pin definition into common location
      ARM: dts: rockchip: add startup delay to rk3288-veyron panel-regulators
      ARM: dts: rockchip: add core rk3288-veyron backlight and panel nodes
      ARM: dts: rockchip: add rk3288-veyron-minnie backlight and panel settings
      ARM: dts: rockchip: override edp hpd handling on veyron-pinky and speedy
      ARM: dts: rockchip: simple panel and backlight supplies on veyron boards
      ARM: dts: rockchip: enable the eDP on rk3288 veyron devices
      ARM: dts: rockchip: move rk3036 memory definition to board files

Jianqun Xu (1):
      dt-bindings: add bindings for Rockchip grf

John Keeping (3):
      ARM: dts: rockchip: fix MIPI interrupt on rk3288
      ARM: dts: rockchip: fix audio interrupts on rk3288
      ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288

Shawn Lin (1):
      ARM: dts: rockchip: remove broken-cd from emmc and sdio

 .../devicetree/bindings/soc/rockchip/grf.txt       |  35 ++++++++
 arch/arm/boot/dts/rk3036-evb.dts                   |   5 ++
 arch/arm/boot/dts/rk3036-kylin.dts                 |  18 +++-
 arch/arm/boot/dts/rk3036.dtsi                      |  71 +++++++++++++--
 arch/arm/boot/dts/rk3066a-bqcurie2.dts             |  11 ++-
 arch/arm/boot/dts/rk3066a-rayeager.dts             |   9 +-
 arch/arm/boot/dts/rk3066a.dtsi                     |   6 +-
 arch/arm/boot/dts/rk3188-radxarock.dts             |   7 +-
 arch/arm/boot/dts/rk3188.dtsi                      |   6 +-
 arch/arm/boot/dts/rk3228-evb.dts                   |   8 +-
 arch/arm/boot/dts/rk3228.dtsi                      |  69 ++++++++++++++
 arch/arm/boot/dts/rk3288-evb.dtsi                  |   8 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi              |   9 +-
 arch/arm/boot/dts/rk3288-popmetal.dts              |   9 +-
 arch/arm/boot/dts/rk3288-r89.dts                   |   7 +-
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi    | 100 +++++++++++++++++++++
 arch/arm/boot/dts/rk3288-veyron-jaq.dts            |  49 ++++++++--
 arch/arm/boot/dts/rk3288-veyron-jerry.dts          |   9 ++
 arch/arm/boot/dts/rk3288-veyron-minnie.dts         |  44 +++++++++
 arch/arm/boot/dts/rk3288-veyron-pinky.dts          |   7 ++
 arch/arm/boot/dts/rk3288-veyron-speedy.dts         |  16 ++++
 arch/arm/boot/dts/rk3288-veyron.dtsi               |  18 +++-
 arch/arm/boot/dts/rk3288.dtsi                      |  84 ++++++++++++++---
 23 files changed, 532 insertions(+), 73 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/rockchip/grf.txt

  parent reply	other threads:[~2016-04-13  9:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13  9:21 [GIT PULL 0/4] Rockchip updates for v4.7 - part1 Heiko Stübner
2016-04-13  9:21 ` [GIT PULL 1/4] Rockchip driver " Heiko Stübner
2016-04-13 22:26   ` Olof Johansson
2016-04-13  9:22 ` [GIT PULL 2/4] Rockchip soc32 " Heiko Stübner
2016-04-13 22:27   ` Olof Johansson
2016-04-13  9:22 ` Heiko Stübner [this message]
2016-04-13 22:29   ` [GIT PULL 3/4] Rockchip dts32 " Olof Johansson
2016-04-13  9:23 ` [GIT PULL 4/4] Rockchip dts64 " Heiko Stübner
2016-04-13 22:31   ` Olof Johansson

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=3837294.STogGfLSTd@diego \
    --to=heiko@sntech.de \
    --cc=linux-arm-kernel@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 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).