mbox series

[GIT,PULL] Rockchip clock changes for 5.16

Message ID 4726255.Mh6RI2rZIc@phil (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Rockchip clock changes for 5.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.16-rockchip-clk-1

Message

Heiko Stuebner Sept. 27, 2021, 9:44 a.m. UTC
Hi Mike, Stephen,

please find below some Rockchip clock changes for 5.16

Please pull, thanks
Heiko

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.16-rockchip-clk-1

for you to fetch changes up to 1da80da028fe5accb866c0d6899a292ed86bef45:

  clk: rockchip: use module_platform_driver_probe (2021-09-21 00:44:53 +0200)

----------------------------------------------------------------
Move to use module_platform_probe and enable usage
of Coresight-related clocks on rk3399.

----------------------------------------------------------------
Brian Norris (2):
      clk: rockchip: rk3399: make CPU clocks critical
      clk: rockchip: rk3399: expose PCLK_COREDBG_{B,L}

Miles Chen (1):
      clk: rockchip: use module_platform_driver_probe

 drivers/clk/rockchip/clk-rk3399.c | 17 ++++++++++-------
 drivers/clk/rockchip/clk-rk3568.c |  2 +-
 2 files changed, 11 insertions(+), 8 deletions(-)

Comments

Stephen Boyd Sept. 28, 2021, 10:25 p.m. UTC | #1
Quoting Heiko Stuebner (2021-09-27 02:44:16)
> Hi Mike, Stephen,
> 
> please find below some Rockchip clock changes for 5.16
> 
> Please pull, thanks
> Heiko
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.16-rockchip-clk-1
> 
> for you to fetch changes up to 1da80da028fe5accb866c0d6899a292ed86bef45:
> 
>   clk: rockchip: use module_platform_driver_probe (2021-09-21 00:44:53 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next