soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip dts32 changes for 6.6 #1
@ 2023-10-16 21:24 Heiko Stuebner
  2023-10-16 21:28 ` Heiko Stuebner
  2023-10-18 15:40 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 5+ messages in thread
From: Heiko Stuebner @ 2023-10-16 21:24 UTC (permalink / raw)
  To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts32-1

for you to fetch changes up to c96b13d7c0e494e1072648301e61e13a2a85a362:

  ARM: dts: rockchip: Switch to operating-points-v2 for RK3128's CPU (2023-10-04 23:27:04 +0200)

----------------------------------------------------------------
Someone resurrected a rk3128 board and provided actual SMP support
for it. Of course firmware for that SoC does not come with TF-A so
it's the old-style SMP the older arm32 Rockchip SoCs use.

And additionally the rv1126 got pwm support.

----------------------------------------------------------------
Alex Bee (4):
      ARM: dts: rockchip: Add SRAM node for RK3128
      ARM: dts: rockchip: Add CPU resets for RK3128
      ARM: dts: rockchip: Enable SMP bring-up for RK3128
      ARM: dts: rockchip: Switch to operating-points-v2 for RK3128's CPU

Jagan Teki (6):
      dt-bindings: pwm: rockchip: Document rv1126-pwm
      ARM: dts: rockchip: Add pwm2m0 pins to rv1126
      ARM: dts: rockchip: Add pwm2 node to rv1126
      ARM: dts: rockchip: Add pwm11m0 pins to rv1126
      ARM: dts: rockchip: Add pwm11 node to rv1126
      ARM: dts: rockchip: Enable pwm fan for edgeble-neu2

 .../devicetree/bindings/pwm/pwm-rockchip.yaml      |  1 +
 arch/arm/boot/dts/rockchip/rk3128.dtsi             | 61 ++++++++++++++++++++--
 .../boot/dts/rockchip/rv1126-edgeble-neu2-io.dts   |  4 ++
 arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi     | 16 ++++++
 arch/arm/boot/dts/rockchip/rv1126.dtsi             | 22 ++++++++
 5 files changed, 100 insertions(+), 4 deletions(-)




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

* Re: [GIT PULL] Rockchip dts32 changes for 6.6 #1
  2023-10-16 21:24 [GIT PULL] Rockchip dts32 changes for 6.6 #1 Heiko Stuebner
@ 2023-10-16 21:28 ` Heiko Stuebner
  2023-10-18 15:40 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 5+ messages in thread
From: Heiko Stuebner @ 2023-10-16 21:28 UTC (permalink / raw)
  To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel

Am Montag, 16. Oktober 2023, 23:24:15 CEST schrieb Heiko Stuebner:

please ignore this mail. The numbering is wrong and I've send
a new correct pull request.

Thanks
Heiko

> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts32-1
> 
> for you to fetch changes up to c96b13d7c0e494e1072648301e61e13a2a85a362:
> 
>   ARM: dts: rockchip: Switch to operating-points-v2 for RK3128's CPU (2023-10-04 23:27:04 +0200)
> 
> ----------------------------------------------------------------
> Someone resurrected a rk3128 board and provided actual SMP support
> for it. Of course firmware for that SoC does not come with TF-A so
> it's the old-style SMP the older arm32 Rockchip SoCs use.
> 
> And additionally the rv1126 got pwm support.
> 
> ----------------------------------------------------------------
> Alex Bee (4):
>       ARM: dts: rockchip: Add SRAM node for RK3128
>       ARM: dts: rockchip: Add CPU resets for RK3128
>       ARM: dts: rockchip: Enable SMP bring-up for RK3128
>       ARM: dts: rockchip: Switch to operating-points-v2 for RK3128's CPU
> 
> Jagan Teki (6):
>       dt-bindings: pwm: rockchip: Document rv1126-pwm
>       ARM: dts: rockchip: Add pwm2m0 pins to rv1126
>       ARM: dts: rockchip: Add pwm2 node to rv1126
>       ARM: dts: rockchip: Add pwm11m0 pins to rv1126
>       ARM: dts: rockchip: Add pwm11 node to rv1126
>       ARM: dts: rockchip: Enable pwm fan for edgeble-neu2
> 
>  .../devicetree/bindings/pwm/pwm-rockchip.yaml      |  1 +
>  arch/arm/boot/dts/rockchip/rk3128.dtsi             | 61 ++++++++++++++++++++--
>  .../boot/dts/rockchip/rv1126-edgeble-neu2-io.dts   |  4 ++
>  arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi     | 16 ++++++
>  arch/arm/boot/dts/rockchip/rv1126.dtsi             | 22 ++++++++
>  5 files changed, 100 insertions(+), 4 deletions(-)
> 





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

* Re: [GIT PULL] Rockchip dts32 changes for 6.6 #1
  2023-10-16 21:24 [GIT PULL] Rockchip dts32 changes for 6.6 #1 Heiko Stuebner
  2023-10-16 21:28 ` Heiko Stuebner
@ 2023-10-18 15:40 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2023-10-18 15:40 UTC (permalink / raw)
  To: =?utf-8?q?Heiko_St=C3=BCbner_=3Cheiko=40sntech=2Ede=3E?=; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 16 Oct 2023 23:24:15 +0200 you wrote:
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts32-1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Rockchip dts32 changes for 6.6 #1
    https://git.kernel.org/soc/soc/c/a8eddbe354b4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] Rockchip dts32 changes for 6.6 #1
  2023-08-16 22:03 Heiko Stuebner
@ 2023-08-22  2:31 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2023-08-22  2:31 UTC (permalink / raw)
  To: =?utf-8?q?Heiko_St=C3=BCbner_=3Cheiko=40sntech=2Ede=3E?=; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 17 Aug 2023 00:03:28 +0200 you wrote:
> The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
> 
>   Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.6-rockchip-dts32-1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Rockchip dts32 changes for 6.6 #1
    https://git.kernel.org/soc/soc/c/59486969f433

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* [GIT PULL] Rockchip dts32 changes for 6.6 #1
@ 2023-08-16 22:03 Heiko Stuebner
  2023-08-22  2:31 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 5+ messages in thread
From: Heiko Stuebner @ 2023-08-16 22:03 UTC (permalink / raw)
  To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.6-rockchip-dts32-1

for you to fetch changes up to 1bf0dcb1e2a987a9281ae91f94e10c0de52c4952:

  ARM: dts: rockchip: Add rv1126 VOP_LITE support (2023-08-12 14:59:15 +0200)

----------------------------------------------------------------
Basic graphics support for rv1126, some more new peripherals for it as well
and some improvements for the edgeble-neu2 board based on this soc.

----------------------------------------------------------------
Jagan Teki (8):
      ARM: dts: rockchip: Add SFC node to rv1126
      ARM: dts: rockchip: Add rv1126 FSPI pins
      ARM: dts: rockchip: Add rv1126 uart5m2_xfer pins
      ARM: dts: rockchip: Drop EMMC_RSTN for edgeble-neu2
      ARM: dts: rockchip: Add 3V3_SYS regulator for edgeble-neu2
      ARM: dts: rockchip: Add 12V main supply for edgeble-neu2
      ARM: dts: rockchip: Add rv1126 PD_VO entry
      ARM: dts: rockchip: Add rv1126 VOP_LITE support

Stephen Chen (1):
      ARM: dts: rockchip: Enable SFC for edgeble-neu2

 .../boot/dts/rockchip/rv1126-edgeble-neu2-io.dts   | 29 +++++++
 .../arm/boot/dts/rockchip/rv1126-edgeble-neu2.dtsi | 27 ++++---
 arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi     | 26 ++++++
 arch/arm/boot/dts/rockchip/rv1126.dtsi             | 93 ++++++++++++++++++++++
 4 files changed, 165 insertions(+), 10 deletions(-)




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

end of thread, other threads:[~2023-10-18 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-16 21:24 [GIT PULL] Rockchip dts32 changes for 6.6 #1 Heiko Stuebner
2023-10-16 21:28 ` Heiko Stuebner
2023-10-18 15:40 ` patchwork-bot+linux-soc
  -- strict thread matches above, loose matches on Subject: below --
2023-08-16 22:03 Heiko Stuebner
2023-08-22  2:31 ` patchwork-bot+linux-soc

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).