* [GIT PULL 0/4] Rockchip updates for v4.7 - part1
@ 2016-04-13 9:21 Heiko Stübner
2016-04-13 9:21 ` [GIT PULL 1/4] Rockchip driver " Heiko Stübner
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Heiko Stübner @ 2016-04-13 9:21 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Kevin, Olof,
please find in reply to this mail a set of pull requests with stuff for 4.7.
The main areas of work are the new rk3399 arm64 soc as well as finally support
for the rk3288 chromebooks internal displays via the newly included
displayport driver.
Especially the dts32 part also includes the changes that didn't make it into
v4.6 anymore.
The individual signed tags also explain the changes a bit more.
So if it looks ok, please pull.
Thanks
Heiko
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL 1/4] Rockchip driver updates for v4.7 - part1
2016-04-13 9:21 [GIT PULL 0/4] Rockchip updates for v4.7 - part1 Heiko Stübner
@ 2016-04-13 9:21 ` Heiko Stübner
2016-04-13 22:26 ` Olof Johansson
2016-04-13 9:22 ` [GIT PULL 2/4] Rockchip soc32 " Heiko Stübner
` (2 subsequent siblings)
3 siblings, 1 reply; 9+ messages in thread
From: Heiko Stübner @ 2016-04-13 9:21 UTC (permalink / raw)
To: linux-arm-kernel
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-drivers-1
for you to fetch changes up to 4506697d9f8537a8d33e9e002f8efceb32d10757:
soc: rockchip: power-domain: check the existing of regmap (2016-04-12 03:28:08 +0200)
----------------------------------------------------------------
Rockchip soc-specific driver changes containing support for the
rk3399 powerdomains and necessary infrastructure changes to
accomodate them - like supporting nested powerdomains here.
----------------------------------------------------------------
Elaine Zhang (6):
soc: rockchip: power-domain: make idle handling optional
soc: rockchip: power-domain: allow domains only handling idle requests
soc: rockchip: power-domain: add support for sub-power domains
dt-bindings: add power-domain header for RK3399 SoCs
dt-bindings: add binding for rk3399 power domains
soc: rockchip: power-domain: Modify power domain driver for rk3399
Heiko Stuebner (1):
Merge branch 'v4.7-shared/pdids' into v4.7-armsoc/drivers
Shawn Lin (1):
soc: rockchip: power-domain: check the existing of regmap
.../bindings/soc/rockchip/power_domain.txt | 37 ++++++
drivers/soc/rockchip/pm_domains.c | 142 ++++++++++++++++++++-
include/dt-bindings/power/rk3399-power.h | 53 ++++++++
3 files changed, 227 insertions(+), 5 deletions(-)
create mode 100644 include/dt-bindings/power/rk3399-power.h
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL 1/4] Rockchip driver updates for v4.7 - part1
2016-04-13 9:21 ` [GIT PULL 1/4] Rockchip driver " Heiko Stübner
@ 2016-04-13 22:26 ` Olof Johansson
0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2016-04-13 22:26 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 13, 2016 at 11:21:48AM +0200, Heiko St?bner wrote:
> 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-drivers-1
>
> for you to fetch changes up to 4506697d9f8537a8d33e9e002f8efceb32d10757:
>
> soc: rockchip: power-domain: check the existing of regmap (2016-04-12 03:28:08 +0200)
>
> ----------------------------------------------------------------
> Rockchip soc-specific driver changes containing support for the
> rk3399 powerdomains and necessary infrastructure changes to
> accomodate them - like supporting nested powerdomains here.
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL 2/4] Rockchip soc32 updates for v4.7 - part1
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 9:22 ` Heiko Stübner
2016-04-13 22:27 ` Olof Johansson
2016-04-13 9:22 ` [GIT PULL 3/4] Rockchip dts32 " Heiko Stübner
2016-04-13 9:23 ` [GIT PULL 4/4] Rockchip dts64 " Heiko Stübner
3 siblings, 1 reply; 9+ messages in thread
From: Heiko Stübner @ 2016-04-13 9:22 UTC (permalink / raw)
To: linux-arm-kernel
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-soc32-1
for you to fetch changes up to 26d5192953d88d6231d173281848a1c61f9e5d34:
ARM: rockchip: Fix use of plain integer as NULL pointer (2016-04-12 03:30:30 +0200)
----------------------------------------------------------------
Fix for a sparse build warning in the smp code.
----------------------------------------------------------------
Peter Griffin (1):
ARM: rockchip: Fix use of plain integer as NULL pointer
arch/arm/mach-rockchip/platsmp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL 2/4] Rockchip soc32 updates for v4.7 - part1
2016-04-13 9:22 ` [GIT PULL 2/4] Rockchip soc32 " Heiko Stübner
@ 2016-04-13 22:27 ` Olof Johansson
0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2016-04-13 22:27 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 13, 2016 at 11:22:21AM +0200, Heiko St?bner wrote:
> 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-soc32-1
>
> for you to fetch changes up to 26d5192953d88d6231d173281848a1c61f9e5d34:
>
> ARM: rockchip: Fix use of plain integer as NULL pointer (2016-04-12 03:30:30 +0200)
>
> ----------------------------------------------------------------
> Fix for a sparse build warning in the smp code.
>
> ----------------------------------------------------------------
> Peter Griffin (1):
> ARM: rockchip: Fix use of plain integer as NULL pointer
>
> arch/arm/mach-rockchip/platsmp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Merged into next/cleanup. Thanks!
-Olof
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL 3/4] Rockchip dts32 updates for v4.7 - part1
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 9:22 ` [GIT PULL 2/4] Rockchip soc32 " Heiko Stübner
@ 2016-04-13 9:22 ` Heiko Stübner
2016-04-13 22:29 ` Olof Johansson
2016-04-13 9:23 ` [GIT PULL 4/4] Rockchip dts64 " Heiko Stübner
3 siblings, 1 reply; 9+ messages in thread
From: Heiko Stübner @ 2016-04-13 9:22 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL 3/4] Rockchip dts32 updates for v4.7 - part1
2016-04-13 9:22 ` [GIT PULL 3/4] Rockchip dts32 " Heiko Stübner
@ 2016-04-13 22:29 ` Olof Johansson
0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2016-04-13 22:29 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 13, 2016 at 11:22:54AM +0200, Heiko St?bner wrote:
> 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.
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL 4/4] Rockchip dts64 updates for v4.7 - part1
2016-04-13 9:21 [GIT PULL 0/4] Rockchip updates for v4.7 - part1 Heiko Stübner
` (2 preceding siblings ...)
2016-04-13 9:22 ` [GIT PULL 3/4] Rockchip dts32 " Heiko Stübner
@ 2016-04-13 9:23 ` Heiko Stübner
2016-04-13 22:31 ` Olof Johansson
3 siblings, 1 reply; 9+ messages in thread
From: Heiko Stübner @ 2016-04-13 9:23 UTC (permalink / raw)
To: linux-arm-kernel
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-dts64-1
for you to fetch changes up to 40ac568d0ef07b60ba8cc0f2e88ccdd4dd0e176a:
Documentation: devicetree: rockchip: Document rk3368-GeekBox (2016-03-31 19:00:09 +0200)
----------------------------------------------------------------
This contains the rk3368-geekbox as new board, mailbox device
nodes for the core rk3368 and some cleanups for gpio-keys,
mmc and tsadc.
----------------------------------------------------------------
Andreas F?rber (4):
dt-bindings: Add vendor prefix for GeekBuying.com
arm64: dts: rockchip: Clean up gpio-keys nodes
arm64: dts: rockchip: Add rk3368 GeekBox dts
Documentation: devicetree: rockchip: Document rk3368-GeekBox
Caesar Wang (2):
arm64: dts: rockchip: fix the incorrect otp-out pin on rk3368
arm64: dts: rockchip: Add rk3368 mailbox device nodes
Shawn Lin (1):
arm64: dts: rockchip: remove broken-cd from emmc and sdio
Documentation/devicetree/bindings/arm/rockchip.txt | 4 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi | 8 +-
arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts | 319 +++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 8 +-
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 16 +-
7 files changed, 345 insertions(+), 12 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL 4/4] Rockchip dts64 updates for v4.7 - part1
2016-04-13 9:23 ` [GIT PULL 4/4] Rockchip dts64 " Heiko Stübner
@ 2016-04-13 22:31 ` Olof Johansson
0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2016-04-13 22:31 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 13, 2016 at 11:23:27AM +0200, Heiko St?bner wrote:
> 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-dts64-1
>
> for you to fetch changes up to 40ac568d0ef07b60ba8cc0f2e88ccdd4dd0e176a:
>
> Documentation: devicetree: rockchip: Document rk3368-GeekBox (2016-03-31 19:00:09 +0200)
>
> ----------------------------------------------------------------
> This contains the rk3368-geekbox as new board, mailbox device
> nodes for the core rk3368 and some cleanups for gpio-keys,
> mmc and tsadc.
>
> ----------------------------------------------------------------
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2016-04-13 22:31 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [GIT PULL 3/4] Rockchip dts32 " Heiko Stübner
2016-04-13 22:29 ` Olof Johansson
2016-04-13 9:23 ` [GIT PULL 4/4] Rockchip dts64 " Heiko Stübner
2016-04-13 22:31 ` Olof Johansson
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).