All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] Rockchip driver changes for 4.17
@ 2018-03-15 22:20 ` Heiko Stuebner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-15 22:20 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

Hi Arnd, Kevin, Olof,

please find below the main Rockchip-related changes for 4.17.
The individual tags should explain things nicely but overall it's a pretty
standard set of changes without anything special standing out.

So if things look ok, please pull!

Thanks
Heiko


The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.17-rockchip-drivers-1

for you to fetch changes up to b1271993aa3855bda5073c6061a095fd6e6febc6:

  soc: rockchip: power-domain: Add a sanity check on pd->num_clks (2018-03-05 19:42:29 +0100)

----------------------------------------------------------------
Rockchip soc drivers containing conversion of the power-domain driver
to use the clk-bulk APIs and two more socs to disable jtag-switching.
On the plus-side the issue we see with that are _supposed_ to be fixed
in hardware in upcoming socs, so maybe this can be the last of those.

----------------------------------------------------------------
Jeffy Chen (2):
      soc: rockchip: power-domain: use clk_bulk APIs
      soc: rockchip: power-domain: Add a sanity check on pd->num_clks

Shawn Lin (1):
      soc: rockchip: disable jtag switching for RK3228/RK3229 SoCs

Xiao Yao (1):
      soc: rockchip: disable jtag switching for RK3128 SoCs

 drivers/soc/rockchip/grf.c        | 28 ++++++++++++
 drivers/soc/rockchip/pm_domains.c | 95 +++++++++++++++++++--------------------
 2 files changed, 75 insertions(+), 48 deletions(-)

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

* [GIT PULL 1/4] Rockchip driver changes for 4.17
@ 2018-03-15 22:20 ` Heiko Stuebner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-15 22:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

please find below the main Rockchip-related changes for 4.17.
The individual tags should explain things nicely but overall it's a pretty
standard set of changes without anything special standing out.

So if things look ok, please pull!

Thanks
Heiko


The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.17-rockchip-drivers-1

for you to fetch changes up to b1271993aa3855bda5073c6061a095fd6e6febc6:

  soc: rockchip: power-domain: Add a sanity check on pd->num_clks (2018-03-05 19:42:29 +0100)

----------------------------------------------------------------
Rockchip soc drivers containing conversion of the power-domain driver
to use the clk-bulk APIs and two more socs to disable jtag-switching.
On the plus-side the issue we see with that are _supposed_ to be fixed
in hardware in upcoming socs, so maybe this can be the last of those.

----------------------------------------------------------------
Jeffy Chen (2):
      soc: rockchip: power-domain: use clk_bulk APIs
      soc: rockchip: power-domain: Add a sanity check on pd->num_clks

Shawn Lin (1):
      soc: rockchip: disable jtag switching for RK3228/RK3229 SoCs

Xiao Yao (1):
      soc: rockchip: disable jtag switching for RK3128 SoCs

 drivers/soc/rockchip/grf.c        | 28 ++++++++++++
 drivers/soc/rockchip/pm_domains.c | 95 +++++++++++++++++++--------------------
 2 files changed, 75 insertions(+), 48 deletions(-)

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

* [GIT PULL 2/4] Rockchip soc32 changes for 4.17
  2018-03-15 22:20 ` Heiko Stuebner
@ 2018-03-15 22:21   ` Heiko Stuebner
  -1 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-15 22:21 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.17-rockchip-soc32-1

for you to fetch changes up to 03151b8989257bfcee6cfd5f06d9a4a06b781cf3:

  ARM: rockchip: Set name of pmu regmap_config in smp code (2018-03-12 11:09:36 +0100)

----------------------------------------------------------------
Fix for the legacy pmu-regmap in the smp-code to have a real name
and therefore not create a dummy* entry in debugfs.

----------------------------------------------------------------
Jeffy Chen (1):
      ARM: rockchip: Set name of pmu regmap_config in smp code

 arch/arm/mach-rockchip/platsmp.c | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 2/4] Rockchip soc32 changes for 4.17
@ 2018-03-15 22:21   ` Heiko Stuebner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-15 22:21 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.17-rockchip-soc32-1

for you to fetch changes up to 03151b8989257bfcee6cfd5f06d9a4a06b781cf3:

  ARM: rockchip: Set name of pmu regmap_config in smp code (2018-03-12 11:09:36 +0100)

----------------------------------------------------------------
Fix for the legacy pmu-regmap in the smp-code to have a real name
and therefore not create a dummy* entry in debugfs.

----------------------------------------------------------------
Jeffy Chen (1):
      ARM: rockchip: Set name of pmu regmap_config in smp code

 arch/arm/mach-rockchip/platsmp.c | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 3/4] Rockchip dts32 changes for 4.17
  2018-03-15 22:20 ` Heiko Stuebner
@ 2018-03-15 22:22   ` Heiko Stuebner
  -1 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-15 22:22 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.17-rockchip-dts32-1

for you to fetch changes up to 8dc9b9720380a3c16969932151ba92b558110b2f:

  ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square (2018-02-19 06:53:35 +0100)

----------------------------------------------------------------
For general soc-specific changes the rk322x socs got their correct grf
compatible set. Other than that there are some board-specific changes
like the Rock2 getting its otg port, recovery and power keys enabled.

The vyasa board gained an enabled emmc node and the phyCORE boards
got UHS speeds in their sd card and a fixed sd-card power supply.

Finally the veyron boards dropped a nonstandard and unused property.

----------------------------------------------------------------
Brian Norris (1):
      ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off'

Jagan Teki (1):
      ARM: dts: rockchip: Add eMMC node for rk3288-vyasa

John Keeping (3):
      ARM: dts: rockchip: add power key for Rock2 Square
      ARM: dts: rockchip: add recovery button for Rock2 Square
      ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square

Shawn Lin (1):
      ARM: dts: rockchip: add "rockchip,rk3228-grf" compatible for rk322x grf node

Wadim Egorov (2):
      ARM: dts: rockchip: Fix supply node for card's power on phycore som
      ARM: dts: rockchip: Support UHS mode for SD card on phyCORE-RK3288 RDK

 arch/arm/boot/dts/rk322x.dtsi                   |  2 +-
 arch/arm/boot/dts/rk3288-phycore-rdk.dts        |  6 +++-
 arch/arm/boot/dts/rk3288-phycore-som.dtsi       |  5 ++-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi         |  4 +++
 arch/arm/boot/dts/rk3288-rock2-square.dts       | 41 +++++++++++++++++++++++++
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi |  1 -
 arch/arm/boot/dts/rk3288-vyasa.dts              | 11 +++++++
 7 files changed, 64 insertions(+), 6 deletions(-)

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

* [GIT PULL 3/4] Rockchip dts32 changes for 4.17
@ 2018-03-15 22:22   ` Heiko Stuebner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-15 22:22 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.17-rockchip-dts32-1

for you to fetch changes up to 8dc9b9720380a3c16969932151ba92b558110b2f:

  ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square (2018-02-19 06:53:35 +0100)

----------------------------------------------------------------
For general soc-specific changes the rk322x socs got their correct grf
compatible set. Other than that there are some board-specific changes
like the Rock2 getting its otg port, recovery and power keys enabled.

The vyasa board gained an enabled emmc node and the phyCORE boards
got UHS speeds in their sd card and a fixed sd-card power supply.

Finally the veyron boards dropped a nonstandard and unused property.

----------------------------------------------------------------
Brian Norris (1):
      ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off'

Jagan Teki (1):
      ARM: dts: rockchip: Add eMMC node for rk3288-vyasa

John Keeping (3):
      ARM: dts: rockchip: add power key for Rock2 Square
      ARM: dts: rockchip: add recovery button for Rock2 Square
      ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square

Shawn Lin (1):
      ARM: dts: rockchip: add "rockchip,rk3228-grf" compatible for rk322x grf node

Wadim Egorov (2):
      ARM: dts: rockchip: Fix supply node for card's power on phycore som
      ARM: dts: rockchip: Support UHS mode for SD card on phyCORE-RK3288 RDK

 arch/arm/boot/dts/rk322x.dtsi                   |  2 +-
 arch/arm/boot/dts/rk3288-phycore-rdk.dts        |  6 +++-
 arch/arm/boot/dts/rk3288-phycore-som.dtsi       |  5 ++-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi         |  4 +++
 arch/arm/boot/dts/rk3288-rock2-square.dts       | 41 +++++++++++++++++++++++++
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi |  1 -
 arch/arm/boot/dts/rk3288-vyasa.dts              | 11 +++++++
 7 files changed, 64 insertions(+), 6 deletions(-)

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

* [GIT PULL 4/4] Rockchip dts64 changes for 4.17
  2018-03-15 22:20 ` Heiko Stuebner
@ 2018-03-15 22:22   ` Heiko Stuebner
  -1 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-15 22:22 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.17-rockchip-dts64-1

for you to fetch changes up to 3783f1eb8a8db3747e753c4aa972124e1309db4e:

  arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-sapphire (2018-03-13 13:01:03 +0100)

----------------------------------------------------------------
The rk3399 gained support its Cadence displayport controller and some
minor additions like pins for 2ch i2s0 and the cif test clocks as well
as a default rate for ACLK_VIO that should be 400MHz according to the TRM.

The rk3328 got uart dmas fixed - a non-critical fix, as nobody was using
that so far.

New boards are the rk3328-based roc-rk3328-cc, the rk3368-based Lion-SOM
+ baseborad from Theobroma Systems and a standalone variant of the Sapphire
board, as a lot of people where using that without the Exkavator baseboard.

Sapphire also saw a lot of small cleanups of things that are not part
of the actual Sapphire board, but the baseboard instead. The rk3399-puma
board got i2s and tsadc support and Gru got its DP node enabled.

----------------------------------------------------------------
Chris Zhong (2):
      arm64: dts: rockchip: add cdn-dp node for rk3399.
      arm64: dts: rockchip: enable DP for rk3399-gru

Heiko Stuebner (2):
      arm64: dts: rockchip: move rk3399-sapphire sdio to excavator baseboard
      arm64: dts: rockchip: add a standalone version of the rk3399 sapphire

Klaus Goger (7):
      arm64: dts: rockchip: enable tsadc on rk3399-puma
      arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399
      dt-bindings: add RK3368-uQ7 SoM and EVK base board
      arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM
      arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM
      arm64: dts: rockchip: move i2s0 node from baseboard to SoM on rk3399-puma
      arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

Levin Du (1):
      arm64: dts: rockchip: add roc-rk3328-cc board

Robin Murphy (1):
      arm64: dts: rockchip: Fix RK3328 UART DMAs

Shawn Lin (1):
      arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-sapphire

Shunqian Zheng (2):
      arm64: dts: rockchip: Add cif test clocks for rk3399
      arm64: dts: rockchip: assign clock rate for ACLK_VIO on rk3399

Vicente Bergas (3):
      arm64: dts: rockchip: vdd_log on rk3399-sapphire is not an i2c slave
      arm64: dts: rockchip: move rk3399-sapphire i2s2 to daughterboard
      arm64: dts: rockchip: move rk3399-sapphire pwr_btn to daughterboard

 Documentation/devicetree/bindings/arm/rockchip.txt |  12 +
 arch/arm64/boot/dts/rockchip/Makefile              |   3 +
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     | 267 +++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |   6 +-
 .../arm64/boot/dts/rockchip/rk3368-lion-haikou.dts | 146 ++++++++++
 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi      | 317 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi       |  13 +-
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  71 ++++-
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      |  28 ++
 .../dts/rockchip/rk3399-sapphire-excavator.dts     |  44 ++-
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts   |  12 +
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi  |  67 +++--
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  79 ++++-
 13 files changed, 993 insertions(+), 72 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts

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

* [GIT PULL 4/4] Rockchip dts64 changes for 4.17
@ 2018-03-15 22:22   ` Heiko Stuebner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-15 22:22 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.17-rockchip-dts64-1

for you to fetch changes up to 3783f1eb8a8db3747e753c4aa972124e1309db4e:

  arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-sapphire (2018-03-13 13:01:03 +0100)

----------------------------------------------------------------
The rk3399 gained support its Cadence displayport controller and some
minor additions like pins for 2ch i2s0 and the cif test clocks as well
as a default rate for ACLK_VIO that should be 400MHz according to the TRM.

The rk3328 got uart dmas fixed - a non-critical fix, as nobody was using
that so far.

New boards are the rk3328-based roc-rk3328-cc, the rk3368-based Lion-SOM
+ baseborad from Theobroma Systems and a standalone variant of the Sapphire
board, as a lot of people where using that without the Exkavator baseboard.

Sapphire also saw a lot of small cleanups of things that are not part
of the actual Sapphire board, but the baseboard instead. The rk3399-puma
board got i2s and tsadc support and Gru got its DP node enabled.

----------------------------------------------------------------
Chris Zhong (2):
      arm64: dts: rockchip: add cdn-dp node for rk3399.
      arm64: dts: rockchip: enable DP for rk3399-gru

Heiko Stuebner (2):
      arm64: dts: rockchip: move rk3399-sapphire sdio to excavator baseboard
      arm64: dts: rockchip: add a standalone version of the rk3399 sapphire

Klaus Goger (7):
      arm64: dts: rockchip: enable tsadc on rk3399-puma
      arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399
      dt-bindings: add RK3368-uQ7 SoM and EVK base board
      arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM
      arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM
      arm64: dts: rockchip: move i2s0 node from baseboard to SoM on rk3399-puma
      arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

Levin Du (1):
      arm64: dts: rockchip: add roc-rk3328-cc board

Robin Murphy (1):
      arm64: dts: rockchip: Fix RK3328 UART DMAs

Shawn Lin (1):
      arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-sapphire

Shunqian Zheng (2):
      arm64: dts: rockchip: Add cif test clocks for rk3399
      arm64: dts: rockchip: assign clock rate for ACLK_VIO on rk3399

Vicente Bergas (3):
      arm64: dts: rockchip: vdd_log on rk3399-sapphire is not an i2c slave
      arm64: dts: rockchip: move rk3399-sapphire i2s2 to daughterboard
      arm64: dts: rockchip: move rk3399-sapphire pwr_btn to daughterboard

 Documentation/devicetree/bindings/arm/rockchip.txt |  12 +
 arch/arm64/boot/dts/rockchip/Makefile              |   3 +
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     | 267 +++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |   6 +-
 .../arm64/boot/dts/rockchip/rk3368-lion-haikou.dts | 146 ++++++++++
 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi      | 317 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi       |  13 +-
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  71 ++++-
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      |  28 ++
 .../dts/rockchip/rk3399-sapphire-excavator.dts     |  44 ++-
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts   |  12 +
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi  |  67 +++--
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  79 ++++-
 13 files changed, 993 insertions(+), 72 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts

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

* Re: [GIT PULL 1/4] Rockchip driver changes for 4.17
  2018-03-15 22:20 ` Heiko Stuebner
@ 2018-03-27 17:50   ` Heiko Stübner
  -1 siblings, 0 replies; 24+ messages in thread
From: Heiko Stübner @ 2018-03-27 17:50 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

Hi Arnd,

Am Donnerstag, 15. März 2018, 23:20:53 CEST schrieb Heiko Stuebner:
> Hi Arnd, Kevin, Olof,
> 
> please find below the main Rockchip-related changes for 4.17.
> The individual tags should explain things nicely but overall it's a pretty
> standard set of changes without anything special standing out.
> 
> So if things look ok, please pull!
> 
> Thanks
> Heiko

As requested a ping on the seemingly missed pull requests. (4 pieces)

Thanks for considering
Heiko

> 
> 
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> 
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
> tags/v4.17-rockchip-drivers-1
> 
> for you to fetch changes up to b1271993aa3855bda5073c6061a095fd6e6febc6:
> 
>   soc: rockchip: power-domain: Add a sanity check on pd->num_clks
> (2018-03-05 19:42:29 +0100)
> 
> ----------------------------------------------------------------
> Rockchip soc drivers containing conversion of the power-domain driver
> to use the clk-bulk APIs and two more socs to disable jtag-switching.
> On the plus-side the issue we see with that are _supposed_ to be fixed
> in hardware in upcoming socs, so maybe this can be the last of those.
> 
> ----------------------------------------------------------------
> Jeffy Chen (2):
>       soc: rockchip: power-domain: use clk_bulk APIs
>       soc: rockchip: power-domain: Add a sanity check on pd->num_clks
> 
> Shawn Lin (1):
>       soc: rockchip: disable jtag switching for RK3228/RK3229 SoCs
> 
> Xiao Yao (1):
>       soc: rockchip: disable jtag switching for RK3128 SoCs
> 
>  drivers/soc/rockchip/grf.c        | 28 ++++++++++++
>  drivers/soc/rockchip/pm_domains.c | 95
> +++++++++++++++++++-------------------- 2 files changed, 75 insertions(+),
> 48 deletions(-)

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

* [GIT PULL 1/4] Rockchip driver changes for 4.17
@ 2018-03-27 17:50   ` Heiko Stübner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stübner @ 2018-03-27 17:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

Am Donnerstag, 15. M?rz 2018, 23:20:53 CEST schrieb Heiko Stuebner:
> Hi Arnd, Kevin, Olof,
> 
> please find below the main Rockchip-related changes for 4.17.
> The individual tags should explain things nicely but overall it's a pretty
> standard set of changes without anything special standing out.
> 
> So if things look ok, please pull!
> 
> Thanks
> Heiko

As requested a ping on the seemingly missed pull requests. (4 pieces)

Thanks for considering
Heiko

> 
> 
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> 
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
> tags/v4.17-rockchip-drivers-1
> 
> for you to fetch changes up to b1271993aa3855bda5073c6061a095fd6e6febc6:
> 
>   soc: rockchip: power-domain: Add a sanity check on pd->num_clks
> (2018-03-05 19:42:29 +0100)
> 
> ----------------------------------------------------------------
> Rockchip soc drivers containing conversion of the power-domain driver
> to use the clk-bulk APIs and two more socs to disable jtag-switching.
> On the plus-side the issue we see with that are _supposed_ to be fixed
> in hardware in upcoming socs, so maybe this can be the last of those.
> 
> ----------------------------------------------------------------
> Jeffy Chen (2):
>       soc: rockchip: power-domain: use clk_bulk APIs
>       soc: rockchip: power-domain: Add a sanity check on pd->num_clks
> 
> Shawn Lin (1):
>       soc: rockchip: disable jtag switching for RK3228/RK3229 SoCs
> 
> Xiao Yao (1):
>       soc: rockchip: disable jtag switching for RK3128 SoCs
> 
>  drivers/soc/rockchip/grf.c        | 28 ++++++++++++
>  drivers/soc/rockchip/pm_domains.c | 95
> +++++++++++++++++++-------------------- 2 files changed, 75 insertions(+),
> 48 deletions(-)

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

* [GIT PULL RESEND 2/4] Rockchip soc32 changes for 4.17
  2018-03-15 22:20 ` Heiko Stuebner
@ 2018-03-28 15:08   ` Heiko Stuebner
  -1 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-28 15:08 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
v4.17-rockchip-soc32-1

for you to fetch changes up to 03151b8989257bfcee6cfd5f06d9a4a06b781cf3:

  ARM: rockchip: Set name of pmu regmap_config in smp code (2018-03-12 
11:09:36 +0100)

----------------------------------------------------------------
Fix for the legacy pmu-regmap in the smp-code to have a real name
and therefore not create a dummy* entry in debugfs.

----------------------------------------------------------------
Jeffy Chen (1):
      ARM: rockchip: Set name of pmu regmap_config in smp code

 arch/arm/mach-rockchip/platsmp.c | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL RESEND 2/4] Rockchip soc32 changes for 4.17
@ 2018-03-28 15:08   ` Heiko Stuebner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-28 15:08 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
v4.17-rockchip-soc32-1

for you to fetch changes up to 03151b8989257bfcee6cfd5f06d9a4a06b781cf3:

  ARM: rockchip: Set name of pmu regmap_config in smp code (2018-03-12 
11:09:36 +0100)

----------------------------------------------------------------
Fix for the legacy pmu-regmap in the smp-code to have a real name
and therefore not create a dummy* entry in debugfs.

----------------------------------------------------------------
Jeffy Chen (1):
      ARM: rockchip: Set name of pmu regmap_config in smp code

 arch/arm/mach-rockchip/platsmp.c | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL RESEND 3/4] Rockchip dts32 changes for 4.17
  2018-03-15 22:20 ` Heiko Stuebner
@ 2018-03-28 15:09   ` Heiko Stuebner
  -1 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-28 15:09 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
v4.17-rockchip-dts32-1

for you to fetch changes up to 8dc9b9720380a3c16969932151ba92b558110b2f:

  ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square (2018-02-19 
06:53:35 +0100)

----------------------------------------------------------------
For general soc-specific changes the rk322x socs got their correct grf
compatible set. Other than that there are some board-specific changes
like the Rock2 getting its otg port, recovery and power keys enabled.

The vyasa board gained an enabled emmc node and the phyCORE boards
got UHS speeds in their sd card and a fixed sd-card power supply.

Finally the veyron boards dropped a nonstandard and unused property.

----------------------------------------------------------------
Brian Norris (1):
      ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off'

Jagan Teki (1):
      ARM: dts: rockchip: Add eMMC node for rk3288-vyasa

John Keeping (3):
      ARM: dts: rockchip: add power key for Rock2 Square
      ARM: dts: rockchip: add recovery button for Rock2 Square
      ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square

Shawn Lin (1):
      ARM: dts: rockchip: add "rockchip,rk3228-grf" compatible for rk322x grf 
node

Wadim Egorov (2):
      ARM: dts: rockchip: Fix supply node for card's power on phycore som
      ARM: dts: rockchip: Support UHS mode for SD card on phyCORE-RK3288 RDK

 arch/arm/boot/dts/rk322x.dtsi                   |  2 +-
 arch/arm/boot/dts/rk3288-phycore-rdk.dts        |  6 +++-
 arch/arm/boot/dts/rk3288-phycore-som.dtsi       |  5 ++-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi         |  4 +++
 arch/arm/boot/dts/rk3288-rock2-square.dts       | 41 ++++++++++++++++++++++++
+
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi |  1 -
 arch/arm/boot/dts/rk3288-vyasa.dts              | 11 +++++++
 7 files changed, 64 insertions(+), 6 deletions(-)

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

* [GIT PULL RESEND 3/4] Rockchip dts32 changes for 4.17
@ 2018-03-28 15:09   ` Heiko Stuebner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-28 15:09 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
v4.17-rockchip-dts32-1

for you to fetch changes up to 8dc9b9720380a3c16969932151ba92b558110b2f:

  ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square (2018-02-19 
06:53:35 +0100)

----------------------------------------------------------------
For general soc-specific changes the rk322x socs got their correct grf
compatible set. Other than that there are some board-specific changes
like the Rock2 getting its otg port, recovery and power keys enabled.

The vyasa board gained an enabled emmc node and the phyCORE boards
got UHS speeds in their sd card and a fixed sd-card power supply.

Finally the veyron boards dropped a nonstandard and unused property.

----------------------------------------------------------------
Brian Norris (1):
      ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off'

Jagan Teki (1):
      ARM: dts: rockchip: Add eMMC node for rk3288-vyasa

John Keeping (3):
      ARM: dts: rockchip: add power key for Rock2 Square
      ARM: dts: rockchip: add recovery button for Rock2 Square
      ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square

Shawn Lin (1):
      ARM: dts: rockchip: add "rockchip,rk3228-grf" compatible for rk322x grf 
node

Wadim Egorov (2):
      ARM: dts: rockchip: Fix supply node for card's power on phycore som
      ARM: dts: rockchip: Support UHS mode for SD card on phyCORE-RK3288 RDK

 arch/arm/boot/dts/rk322x.dtsi                   |  2 +-
 arch/arm/boot/dts/rk3288-phycore-rdk.dts        |  6 +++-
 arch/arm/boot/dts/rk3288-phycore-som.dtsi       |  5 ++-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi         |  4 +++
 arch/arm/boot/dts/rk3288-rock2-square.dts       | 41 ++++++++++++++++++++++++
+
 arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi |  1 -
 arch/arm/boot/dts/rk3288-vyasa.dts              | 11 +++++++
 7 files changed, 64 insertions(+), 6 deletions(-)

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

* [GIT PULL RESEND 4/4] Rockchip dts64 changes for 4.17
  2018-03-15 22:20 ` Heiko Stuebner
@ 2018-03-28 15:09   ` Heiko Stuebner
  -1 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-28 15:09 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
v4.17-rockchip-dts64-1

for you to fetch changes up to 3783f1eb8a8db3747e753c4aa972124e1309db4e:

  arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-
sapphire (2018-03-13 13:01:03 +0100)

----------------------------------------------------------------
The rk3399 gained support its Cadence displayport controller and some
minor additions like pins for 2ch i2s0 and the cif test clocks as well
as a default rate for ACLK_VIO that should be 400MHz according to the TRM.

The rk3328 got uart dmas fixed - a non-critical fix, as nobody was using
that so far.

New boards are the rk3328-based roc-rk3328-cc, the rk3368-based Lion-SOM
+ baseborad from Theobroma Systems and a standalone variant of the Sapphire
board, as a lot of people where using that without the Exkavator baseboard.

Sapphire also saw a lot of small cleanups of things that are not part
of the actual Sapphire board, but the baseboard instead. The rk3399-puma
board got i2s and tsadc support and Gru got its DP node enabled.

----------------------------------------------------------------
Chris Zhong (2):
      arm64: dts: rockchip: add cdn-dp node for rk3399.
      arm64: dts: rockchip: enable DP for rk3399-gru

Heiko Stuebner (2):
      arm64: dts: rockchip: move rk3399-sapphire sdio to excavator baseboard
      arm64: dts: rockchip: add a standalone version of the rk3399 sapphire

Klaus Goger (7):
      arm64: dts: rockchip: enable tsadc on rk3399-puma
      arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399
      dt-bindings: add RK3368-uQ7 SoM and EVK base board
      arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM
      arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM
      arm64: dts: rockchip: move i2s0 node from baseboard to SoM on rk3399-
puma
      arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

Levin Du (1):
      arm64: dts: rockchip: add roc-rk3328-cc board

Robin Murphy (1):
      arm64: dts: rockchip: Fix RK3328 UART DMAs

Shawn Lin (1):
      arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-
sapphire

Shunqian Zheng (2):
      arm64: dts: rockchip: Add cif test clocks for rk3399
      arm64: dts: rockchip: assign clock rate for ACLK_VIO on rk3399

Vicente Bergas (3):
      arm64: dts: rockchip: vdd_log on rk3399-sapphire is not an i2c slave
      arm64: dts: rockchip: move rk3399-sapphire i2s2 to daughterboard
      arm64: dts: rockchip: move rk3399-sapphire pwr_btn to daughterboard

 Documentation/devicetree/bindings/arm/rockchip.txt |  12 +
 arch/arm64/boot/dts/rockchip/Makefile              |   3 +
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     | 267 +++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |   6 +-
 .../arm64/boot/dts/rockchip/rk3368-lion-haikou.dts | 146 ++++++++++
 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi      | 317 ++++++++++++++++++++
+
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi       |  13 +-
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  71 ++++-
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      |  28 ++
 .../dts/rockchip/rk3399-sapphire-excavator.dts     |  44 ++-
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts   |  12 +
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi  |  67 +++--
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  79 ++++-
 13 files changed, 993 insertions(+), 72 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts

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

* [GIT PULL RESEND 4/4] Rockchip dts64 changes for 4.17
@ 2018-03-28 15:09   ` Heiko Stuebner
  0 siblings, 0 replies; 24+ messages in thread
From: Heiko Stuebner @ 2018-03-28 15:09 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
v4.17-rockchip-dts64-1

for you to fetch changes up to 3783f1eb8a8db3747e753c4aa972124e1309db4e:

  arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-
sapphire (2018-03-13 13:01:03 +0100)

----------------------------------------------------------------
The rk3399 gained support its Cadence displayport controller and some
minor additions like pins for 2ch i2s0 and the cif test clocks as well
as a default rate for ACLK_VIO that should be 400MHz according to the TRM.

The rk3328 got uart dmas fixed - a non-critical fix, as nobody was using
that so far.

New boards are the rk3328-based roc-rk3328-cc, the rk3368-based Lion-SOM
+ baseborad from Theobroma Systems and a standalone variant of the Sapphire
board, as a lot of people where using that without the Exkavator baseboard.

Sapphire also saw a lot of small cleanups of things that are not part
of the actual Sapphire board, but the baseboard instead. The rk3399-puma
board got i2s and tsadc support and Gru got its DP node enabled.

----------------------------------------------------------------
Chris Zhong (2):
      arm64: dts: rockchip: add cdn-dp node for rk3399.
      arm64: dts: rockchip: enable DP for rk3399-gru

Heiko Stuebner (2):
      arm64: dts: rockchip: move rk3399-sapphire sdio to excavator baseboard
      arm64: dts: rockchip: add a standalone version of the rk3399 sapphire

Klaus Goger (7):
      arm64: dts: rockchip: enable tsadc on rk3399-puma
      arm64: dts: rockchip: add i2s0-2ch-bus pins on rk3399
      dt-bindings: add RK3368-uQ7 SoM and EVK base board
      arm64: dts: rockchip: add RK3368-uQ7 (Lion) SoM
      arm64: dts: rockchip: add Haikou baseboard with RK3368-uQ7 SoM
      arm64: dts: rockchip: move i2s0 node from baseboard to SoM on rk3399-
puma
      arm64: dts: rockchip: enable I2S codec on rk3399-puma-haikou

Levin Du (1):
      arm64: dts: rockchip: add roc-rk3328-cc board

Robin Murphy (1):
      arm64: dts: rockchip: Fix RK3328 UART DMAs

Shawn Lin (1):
      arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-
sapphire

Shunqian Zheng (2):
      arm64: dts: rockchip: Add cif test clocks for rk3399
      arm64: dts: rockchip: assign clock rate for ACLK_VIO on rk3399

Vicente Bergas (3):
      arm64: dts: rockchip: vdd_log on rk3399-sapphire is not an i2c slave
      arm64: dts: rockchip: move rk3399-sapphire i2s2 to daughterboard
      arm64: dts: rockchip: move rk3399-sapphire pwr_btn to daughterboard

 Documentation/devicetree/bindings/arm/rockchip.txt |  12 +
 arch/arm64/boot/dts/rockchip/Makefile              |   3 +
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     | 267 +++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |   6 +-
 .../arm64/boot/dts/rockchip/rk3368-lion-haikou.dts | 146 ++++++++++
 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi      | 317 ++++++++++++++++++++
+
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi       |  13 +-
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  71 ++++-
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      |  28 ++
 .../dts/rockchip/rk3399-sapphire-excavator.dts     |  44 ++-
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts   |  12 +
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi  |  67 +++--
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  79 ++++-
 13 files changed, 993 insertions(+), 72 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dts

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

* Re: [GIT PULL 1/4] Rockchip driver changes for 4.17
  2018-03-27 17:50   ` Heiko Stübner
@ 2018-03-28 15:10     ` Arnd Bergmann
  -1 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-28 15:10 UTC (permalink / raw)
  To: Heiko Stübner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

On Tue, Mar 27, 2018 at 7:50 PM, Heiko Stübner <heiko@sntech.de> wrote:
> Hi Arnd,
>
> Am Donnerstag, 15. März 2018, 23:20:53 CEST schrieb Heiko Stuebner:
>> Hi Arnd, Kevin, Olof,
>>
>> please find below the main Rockchip-related changes for 4.17.
>> The individual tags should explain things nicely but overall it's a pretty
>> standard set of changes without anything special standing out.
>>
>> So if things look ok, please pull!
>>
>> Thanks
>> Heiko
>
> As requested a ping on the seemingly missed pull requests. (4 pieces)

Pulled into next/drivers, thanks for noticing my mistake and resending!

     Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 1/4] Rockchip driver changes for 4.17
@ 2018-03-28 15:10     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-28 15:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 27, 2018 at 7:50 PM, Heiko St?bner <heiko@sntech.de> wrote:
> Hi Arnd,
>
> Am Donnerstag, 15. M?rz 2018, 23:20:53 CEST schrieb Heiko Stuebner:
>> Hi Arnd, Kevin, Olof,
>>
>> please find below the main Rockchip-related changes for 4.17.
>> The individual tags should explain things nicely but overall it's a pretty
>> standard set of changes without anything special standing out.
>>
>> So if things look ok, please pull!
>>
>> Thanks
>> Heiko
>
> As requested a ping on the seemingly missed pull requests. (4 pieces)

Pulled into next/drivers, thanks for noticing my mistake and resending!

     Arnd

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

* Re: [GIT PULL RESEND 2/4] Rockchip soc32 changes for 4.17
  2018-03-28 15:08   ` Heiko Stuebner
@ 2018-03-28 15:15     ` Arnd Bergmann
  -1 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-28 15:15 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

On Wed, Mar 28, 2018 at 5:08 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
> v4.17-rockchip-soc32-1
>
> for you to fetch changes up to 03151b8989257bfcee6cfd5f06d9a4a06b781cf3:
>
>   ARM: rockchip: Set name of pmu regmap_config in smp code (2018-03-12
> 11:09:36 +0100)
>
> ----------------------------------------------------------------
> Fix for the legacy pmu-regmap in the smp-code to have a real name
> and therefore not create a dummy* entry in debugfs.
>
> ----------------------------------------------------------------
> Jeffy Chen (1):
>       ARM: rockchip: Set name of pmu regmap_config in smp code
>

Pulled into next/soc, thanks!

     Arnd

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

* [GIT PULL RESEND 2/4] Rockchip soc32 changes for 4.17
@ 2018-03-28 15:15     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-28 15:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 28, 2018 at 5:08 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
> v4.17-rockchip-soc32-1
>
> for you to fetch changes up to 03151b8989257bfcee6cfd5f06d9a4a06b781cf3:
>
>   ARM: rockchip: Set name of pmu regmap_config in smp code (2018-03-12
> 11:09:36 +0100)
>
> ----------------------------------------------------------------
> Fix for the legacy pmu-regmap in the smp-code to have a real name
> and therefore not create a dummy* entry in debugfs.
>
> ----------------------------------------------------------------
> Jeffy Chen (1):
>       ARM: rockchip: Set name of pmu regmap_config in smp code
>

Pulled into next/soc, thanks!

     Arnd

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

* Re: [GIT PULL RESEND 3/4] Rockchip dts32 changes for 4.17
  2018-03-28 15:09   ` Heiko Stuebner
@ 2018-03-28 15:16     ` Arnd Bergmann
  -1 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-28 15:16 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

On Wed, Mar 28, 2018 at 5:09 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
> v4.17-rockchip-dts32-1
>
> for you to fetch changes up to 8dc9b9720380a3c16969932151ba92b558110b2f:
>
>   ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square (2018-02-19
> 06:53:35 +0100)
>
> ----------------------------------------------------------------
> For general soc-specific changes the rk322x socs got their correct grf
> compatible set. Other than that there are some board-specific changes
> like the Rock2 getting its otg port, recovery and power keys enabled.
>
> The vyasa board gained an enabled emmc node and the phyCORE boards
> got UHS speeds in their sd card and a fixed sd-card power supply.
>
> Finally the veyron boards dropped a nonstandard and unused property.

Pulled into next/dt, thanks!

     Arnd

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

* [GIT PULL RESEND 3/4] Rockchip dts32 changes for 4.17
@ 2018-03-28 15:16     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-28 15:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 28, 2018 at 5:09 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
> v4.17-rockchip-dts32-1
>
> for you to fetch changes up to 8dc9b9720380a3c16969932151ba92b558110b2f:
>
>   ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square (2018-02-19
> 06:53:35 +0100)
>
> ----------------------------------------------------------------
> For general soc-specific changes the rk322x socs got their correct grf
> compatible set. Other than that there are some board-specific changes
> like the Rock2 getting its otg port, recovery and power keys enabled.
>
> The vyasa board gained an enabled emmc node and the phyCORE boards
> got UHS speeds in their sd card and a fixed sd-card power supply.
>
> Finally the veyron boards dropped a nonstandard and unused property.

Pulled into next/dt, thanks!

     Arnd

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

* Re: [GIT PULL RESEND 4/4] Rockchip dts64 changes for 4.17
  2018-03-28 15:09   ` Heiko Stuebner
@ 2018-03-28 15:17     ` Arnd Bergmann
  -1 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-28 15:17 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

On Wed, Mar 28, 2018 at 5:09 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
> v4.17-rockchip-dts64-1
>
> for you to fetch changes up to 3783f1eb8a8db3747e753c4aa972124e1309db4e:
>
>   arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-
> sapphire (2018-03-13 13:01:03 +0100)
>
> ----------------------------------------------------------------
> The rk3399 gained support its Cadence displayport controller and some
> minor additions like pins for 2ch i2s0 and the cif test clocks as well
> as a default rate for ACLK_VIO that should be 400MHz according to the TRM.
>
> The rk3328 got uart dmas fixed - a non-critical fix, as nobody was using
> that so far.
>
> New boards are the rk3328-based roc-rk3328-cc, the rk3368-based Lion-SOM
> + baseborad from Theobroma Systems and a standalone variant of the Sapphire
> board, as a lot of people where using that without the Exkavator baseboard.
>
> Sapphire also saw a lot of small cleanups of things that are not part
> of the actual Sapphire board, but the baseboard instead. The rk3399-puma
> board got i2s and tsadc support and Gru got its DP node enabled.

Pulled into next/dt, thanks!

        Arnd

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

* [GIT PULL RESEND 4/4] Rockchip dts64 changes for 4.17
@ 2018-03-28 15:17     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-28 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 28, 2018 at 5:09 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
> v4.17-rockchip-dts64-1
>
> for you to fetch changes up to 3783f1eb8a8db3747e753c4aa972124e1309db4e:
>
>   arm64: dts: rockchip: remove keep-power-in-suspend from sdhci of rk3399-
> sapphire (2018-03-13 13:01:03 +0100)
>
> ----------------------------------------------------------------
> The rk3399 gained support its Cadence displayport controller and some
> minor additions like pins for 2ch i2s0 and the cif test clocks as well
> as a default rate for ACLK_VIO that should be 400MHz according to the TRM.
>
> The rk3328 got uart dmas fixed - a non-critical fix, as nobody was using
> that so far.
>
> New boards are the rk3328-based roc-rk3328-cc, the rk3368-based Lion-SOM
> + baseborad from Theobroma Systems and a standalone variant of the Sapphire
> board, as a lot of people where using that without the Exkavator baseboard.
>
> Sapphire also saw a lot of small cleanups of things that are not part
> of the actual Sapphire board, but the baseboard instead. The rk3399-puma
> board got i2s and tsadc support and Gru got its DP node enabled.

Pulled into next/dt, thanks!

        Arnd

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

end of thread, other threads:[~2018-03-28 15:17 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-15 22:20 [GIT PULL 1/4] Rockchip driver changes for 4.17 Heiko Stuebner
2018-03-15 22:20 ` Heiko Stuebner
2018-03-15 22:21 ` [GIT PULL 2/4] Rockchip soc32 " Heiko Stuebner
2018-03-15 22:21   ` Heiko Stuebner
2018-03-15 22:22 ` [GIT PULL 3/4] Rockchip dts32 " Heiko Stuebner
2018-03-15 22:22   ` Heiko Stuebner
2018-03-15 22:22 ` [GIT PULL 4/4] Rockchip dts64 " Heiko Stuebner
2018-03-15 22:22   ` Heiko Stuebner
2018-03-27 17:50 ` [GIT PULL 1/4] Rockchip driver " Heiko Stübner
2018-03-27 17:50   ` Heiko Stübner
2018-03-28 15:10   ` Arnd Bergmann
2018-03-28 15:10     ` Arnd Bergmann
2018-03-28 15:08 ` [GIT PULL RESEND 2/4] Rockchip soc32 " Heiko Stuebner
2018-03-28 15:08   ` Heiko Stuebner
2018-03-28 15:15   ` Arnd Bergmann
2018-03-28 15:15     ` Arnd Bergmann
2018-03-28 15:09 ` [GIT PULL RESEND 3/4] Rockchip dts32 " Heiko Stuebner
2018-03-28 15:09   ` Heiko Stuebner
2018-03-28 15:16   ` Arnd Bergmann
2018-03-28 15:16     ` Arnd Bergmann
2018-03-28 15:09 ` [GIT PULL RESEND 4/4] Rockchip dts64 " Heiko Stuebner
2018-03-28 15:09   ` Heiko Stuebner
2018-03-28 15:17   ` Arnd Bergmann
2018-03-28 15:17     ` 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.