All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Rockchip updates for v4.7 - part2
@ 2016-04-28 22:23 ` Heiko Stübner
  0 siblings, 0 replies; 14+ messages in thread
From: Heiko Stübner @ 2016-04-28 22:23 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Arnd, Kevin, Olof,

please find in reply to this mail a second set of pull requests with stuff for 
4.7 going on top of the previous round 1.

Some more work on the power-domain driver, a new rk3288 board + some smaller 
changes and on the arm64 side basic devicetree support for the new and shiny 
rk3399 and its evaluation board.

The individual signed tags also explain the changes a bit more. And the arm64 
branch contains a branch shared with the clock-tree that contains the new 
clock-binding header for the rk3399.

So if it looks ok, please pull.


Thanks
Heiko

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 0/3] Rockchip updates for v4.7 - part2
@ 2016-04-28 22:23 ` Heiko Stübner
  0 siblings, 0 replies; 14+ messages in thread
From: Heiko Stübner @ 2016-04-28 22:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

please find in reply to this mail a second set of pull requests with stuff for 
4.7 going on top of the previous round 1.

Some more work on the power-domain driver, a new rk3288 board + some smaller 
changes and on the arm64 side basic devicetree support for the new and shiny 
rk3399 and its evaluation board.

The individual signed tags also explain the changes a bit more. And the arm64 
branch contains a branch shared with the clock-tree that contains the new 
clock-binding header for the rk3399.

So if it looks ok, please pull.


Thanks
Heiko

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 1/3] Rockchip driver updates for v4.7 - part2
  2016-04-28 22:23 ` Heiko Stübner
@ 2016-04-28 22:24   ` Heiko Stübner
  -1 siblings, 0 replies; 14+ messages in thread
From: Heiko Stübner @ 2016-04-28 22:24 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

The following changes since commit 4506697d9f8537a8d33e9e002f8efceb32d10757:

  soc: rockchip: power-domain: check the existing of regmap (2016-04-12 03:28:08 +0200)

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-2

for you to fetch changes up to 074c6a422d86fff76e05cf31be25e0eb752e1bd4:

  soc: rockchip: power-domain: support qos save and restore (2016-04-21 23:02:16 +0200)

----------------------------------------------------------------
Ability to save and restore the power-domain quality of service
settings that get lost and reset on power-domain power cycles.

----------------------------------------------------------------
Elaine Zhang (2):
      dt-bindings: modify document of Rockchip power domains
      soc: rockchip: power-domain: support qos save and restore

 .../bindings/soc/rockchip/power_domain.txt         |  10 ++
 drivers/soc/rockchip/pm_domains.c                  | 105 ++++++++++++++++++++-
 2 files changed, 112 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 1/3] Rockchip driver updates for v4.7 - part2
@ 2016-04-28 22:24   ` Heiko Stübner
  0 siblings, 0 replies; 14+ messages in thread
From: Heiko Stübner @ 2016-04-28 22:24 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 4506697d9f8537a8d33e9e002f8efceb32d10757:

  soc: rockchip: power-domain: check the existing of regmap (2016-04-12 03:28:08 +0200)

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-2

for you to fetch changes up to 074c6a422d86fff76e05cf31be25e0eb752e1bd4:

  soc: rockchip: power-domain: support qos save and restore (2016-04-21 23:02:16 +0200)

----------------------------------------------------------------
Ability to save and restore the power-domain quality of service
settings that get lost and reset on power-domain power cycles.

----------------------------------------------------------------
Elaine Zhang (2):
      dt-bindings: modify document of Rockchip power domains
      soc: rockchip: power-domain: support qos save and restore

 .../bindings/soc/rockchip/power_domain.txt         |  10 ++
 drivers/soc/rockchip/pm_domains.c                  | 105 ++++++++++++++++++++-
 2 files changed, 112 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 2/3] Rockchip dts32 updates for v4.7 - part2
  2016-04-28 22:23 ` Heiko Stübner
@ 2016-04-28 22:24   ` Heiko Stübner
  -1 siblings, 0 replies; 14+ messages in thread
From: Heiko Stübner @ 2016-04-28 22:24 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 2/3] Rockchip dts32 updates for v4.7 - part2
@ 2016-04-28 22:24   ` Heiko Stübner
  0 siblings, 0 replies; 14+ messages in thread
From: Heiko Stübner @ 2016-04-28 22:24 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 3/3] Rockchip dts64 updates for v4.7 - part2
  2016-04-28 22:23 ` Heiko Stübner
@ 2016-04-28 22:25   ` Heiko Stübner
  -1 siblings, 0 replies; 14+ messages in thread
From: Heiko Stübner @ 2016-04-28 22:25 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

The following changes since commit 40ac568d0ef07b60ba8cc0f2e88ccdd4dd0e176a:

  Documentation: devicetree: rockchip: Document rk3368-GeekBox (2016-03-31 19:00:09 +0200)

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-2

for you to fetch changes up to 51c454d2610571404917fa027c73048599dc6c3d:

  dt-bindings: document rockchip rk3399-evb board (2016-04-28 22:25:49 +0200)

----------------------------------------------------------------
Adding the new rk3399 core devicetree support as well as a board
dts for the evaluation board of this chip and similar to the arm32
side also move the rk3368 thermal data into the core soc dtsi, as
there really is no need to keep it separate.

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

Heiko Stuebner (2):
      clk: rockchip: fix checkpatch errors in rk3399 dt-binding header
      Merge branch 'v4.7-shared/clkids' into v4.7-armsoc/dts64

Jianqun Xu (3):
      arm64: dts: rockchip: add core dtsi file for RK3399 SoCs
      arm64: dts: rockchip: add dts file for RK3399 evaluation board
      dt-bindings: document rockchip rk3399-evb board

Shawn Lin (1):
      dt-bindings: rockchip-dw-mshc: add description for rk3399

Xing Zheng (4):
      clk: rockchip: add dt-binding header for rk3399
      clk: rockchip: add general gpu soft-reset on rk3399
      clk: rockchip: rename rga clock-id on rk3399
      clk: rockchip: export some necessary rk3399 clock ids

 Documentation/devicetree/bindings/arm/rockchip.txt |    6 +-
 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |    1 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/rk3368.dtsi           |   66 +-
 .../{rk3368-thermal.dtsi => rk3399-evb.dts}        |  124 +--
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 1013 ++++++++++++++++++++
 include/dt-bindings/clock/rk3399-cru.h             |  755 +++++++++++++++
 7 files changed, 1908 insertions(+), 58 deletions(-)
 rename arch/arm64/boot/dts/rockchip/{rk3368-thermal.dtsi => rk3399-evb.dts} (55%)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399.dtsi
 create mode 100644 include/dt-bindings/clock/rk3399-cru.h

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 3/3] Rockchip dts64 updates for v4.7 - part2
@ 2016-04-28 22:25   ` Heiko Stübner
  0 siblings, 0 replies; 14+ messages in thread
From: Heiko Stübner @ 2016-04-28 22:25 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 40ac568d0ef07b60ba8cc0f2e88ccdd4dd0e176a:

  Documentation: devicetree: rockchip: Document rk3368-GeekBox (2016-03-31 19:00:09 +0200)

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-2

for you to fetch changes up to 51c454d2610571404917fa027c73048599dc6c3d:

  dt-bindings: document rockchip rk3399-evb board (2016-04-28 22:25:49 +0200)

----------------------------------------------------------------
Adding the new rk3399 core devicetree support as well as a board
dts for the evaluation board of this chip and similar to the arm32
side also move the rk3368 thermal data into the core soc dtsi, as
there really is no need to keep it separate.

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

Heiko Stuebner (2):
      clk: rockchip: fix checkpatch errors in rk3399 dt-binding header
      Merge branch 'v4.7-shared/clkids' into v4.7-armsoc/dts64

Jianqun Xu (3):
      arm64: dts: rockchip: add core dtsi file for RK3399 SoCs
      arm64: dts: rockchip: add dts file for RK3399 evaluation board
      dt-bindings: document rockchip rk3399-evb board

Shawn Lin (1):
      dt-bindings: rockchip-dw-mshc: add description for rk3399

Xing Zheng (4):
      clk: rockchip: add dt-binding header for rk3399
      clk: rockchip: add general gpu soft-reset on rk3399
      clk: rockchip: rename rga clock-id on rk3399
      clk: rockchip: export some necessary rk3399 clock ids

 Documentation/devicetree/bindings/arm/rockchip.txt |    6 +-
 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |    1 +
 arch/arm64/boot/dts/rockchip/Makefile              |    1 +
 arch/arm64/boot/dts/rockchip/rk3368.dtsi           |   66 +-
 .../{rk3368-thermal.dtsi => rk3399-evb.dts}        |  124 +--
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 1013 ++++++++++++++++++++
 include/dt-bindings/clock/rk3399-cru.h             |  755 +++++++++++++++
 7 files changed, 1908 insertions(+), 58 deletions(-)
 rename arch/arm64/boot/dts/rockchip/{rk3368-thermal.dtsi => rk3399-evb.dts} (55%)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399.dtsi
 create mode 100644 include/dt-bindings/clock/rk3399-cru.h

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 1/3] Rockchip driver updates for v4.7 - part2
  2016-04-28 22:24   ` Heiko Stübner
@ 2016-05-09 14:17     ` Arnd Bergmann
  -1 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2016-05-09 14:17 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A, Heiko Stübner

On Friday 29 April 2016 00:24:10 Heiko Stübner wrote:
> Ability to save and restore the power-domain quality of service
> settings that get lost and reset on power-domain power cycles.
> 
> 

Pulled into next/drivers, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 1/3] Rockchip driver updates for v4.7 - part2
@ 2016-05-09 14:17     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2016-05-09 14:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 29 April 2016 00:24:10 Heiko St?bner wrote:
> Ability to save and restore the power-domain quality of service
> settings that get lost and reset on power-domain power cycles.
> 
> 

Pulled into next/drivers, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 2/3] Rockchip dts32 updates for v4.7 - part2
  2016-04-28 22:24   ` Heiko Stübner
@ 2016-05-10 13:39     ` Arnd Bergmann
  -1 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2016-05-10 13:39 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A, Heiko Stübner

On Friday 29 April 2016 00:24:48 Heiko Stübner wrote:
> 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.
> 

Pulled into next/dt, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 2/3] Rockchip dts32 updates for v4.7 - part2
@ 2016-05-10 13:39     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2016-05-10 13:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 29 April 2016 00:24:48 Heiko St?bner wrote:
> 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.
> 

Pulled into next/dt, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 3/3] Rockchip dts64 updates for v4.7 - part2
  2016-04-28 22:25   ` Heiko Stübner
@ 2016-05-10 20:14     ` Arnd Bergmann
  -1 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2016-05-10 20:14 UTC (permalink / raw)
  To: Heiko Stübner
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Friday 29 April 2016 00:25:22 Heiko Stübner wrote:
> Adding the new rk3399 core devicetree support as well as a board
> dts for the evaluation board of this chip and similar to the arm32
> side also move the rk3368 thermal data into the core soc dtsi, as
> there really is no need to keep it separate.
> 
> 
Pulled into next/dt64, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 3/3] Rockchip dts64 updates for v4.7 - part2
@ 2016-05-10 20:14     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2016-05-10 20:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 29 April 2016 00:25:22 Heiko St?bner wrote:
> Adding the new rk3399 core devicetree support as well as a board
> dts for the evaluation board of this chip and similar to the arm32
> side also move the rk3368 thermal data into the core soc dtsi, as
> there really is no need to keep it separate.
> 
> 
Pulled into next/dt64, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-05-10 20:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [GIT PULL 2/3] Rockchip dts32 " Heiko Stübner
2016-04-28 22:24   ` 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

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.