mbox series

[GIT,PULL] Rockchip driver changes for 6.5 #1

Message ID 10286366.nUPlyArG6x@phil (mailing list archive)
State Accepted
Commit 618d12930905eb237383dcbc3b7113688dc414c0
Headers show
Series [GIT,PULL] Rockchip driver changes for 6.5 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.5-rockchip-drivers1

Message

Heiko Stübner June 11, 2023, 9:12 p.m. UTC
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.5-rockchip-drivers1

for you to fetch changes up to a10b3841f901714dbe16a8f9b0f2bbe1034e6454:

  soc: rockchip: dtpm: use C99 array init syntax (2023-06-11 22:38:04 +0200)

----------------------------------------------------------------
An addition to the rk3588 power-domains, some new syscon compatibles for
rk3588-based "General-register-files" register areas and a move to
C99 array inits for the dtpm driver to fix sparse warnings.

----------------------------------------------------------------
Boris Brezillon (1):
      soc: rockchip: power-domain: add rk3588 mem module support

Randy Dunlap (1):
      soc: rockchip: dtpm: use C99 array init syntax

Sebastian Reichel (2):
      dt-bindings: soc: rockchip: add rk3588 usb2phy syscon
      dt-bindings: soc: rockchip: add rk3588 pipe-phy syscon

 .../devicetree/bindings/soc/rockchip/grf.yaml      |   3 +
 drivers/soc/rockchip/dtpm.c                        |  54 +++----
 drivers/soc/rockchip/pm_domains.c                  | 160 ++++++++++++++++-----
 3 files changed, 155 insertions(+), 62 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org June 22, 2023, 4:10 p.m. UTC | #1
Hello:

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

On Sun, 11 Jun 2023 23:12:12 +0200 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.5-rockchip-drivers1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Rockchip driver changes for 6.5 #1
    https://git.kernel.org/soc/soc/c/618d12930905

You are awesome, thank you!