mbox series

[GIT,PULL] Rockchip clock changes for 5.14

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-clk1

Message

Heiko Stuebner June 20, 2021, 10:31 p.m. UTC
Hi Mike, Stephen,

please find below Rockchip clock changes for 5.14

Please pull, thanks
Heiko

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-clk1

for you to fetch changes up to 2adafc0512625bbd090dc37a353ddda15d525e9d:

  clk: rockchip: export ACLK_VCODEC for RK3036 (2021-05-28 17:53:19 +0200)

----------------------------------------------------------------
Reduce memory footprint of PLL rate tables, a fix for the newly
added rk3568 clk driver and an exported clock for the
newly added video decoder.

----------------------------------------------------------------
Alex Bee (1):
      clk: rockchip: export ACLK_VCODEC for RK3036

Elaine Zhang (1):
      clk: rockchip: Optimize PLL table memory usage

Peter Geis (1):
      clk: rockchip: fix rk3568 cpll clk gate bits

 drivers/clk/rockchip/clk-rk3036.c |  2 +-
 drivers/clk/rockchip/clk-rk3568.c | 10 +++++-----
 drivers/clk/rockchip/clk.h        | 29 ++++++++++++++++++-----------
 3 files changed, 24 insertions(+), 17 deletions(-)

Comments

Stephen Boyd June 22, 2021, 7:59 p.m. UTC | #1
Quoting Heiko Stuebner (2021-06-20 15:31:52)
> Hi Mike, Stephen,
> 
> please find below Rockchip clock changes for 5.14
> 
> Please pull, thanks
> Heiko
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-clk1
> 
> for you to fetch changes up to 2adafc0512625bbd090dc37a353ddda15d525e9d:
> 
>   clk: rockchip: export ACLK_VCODEC for RK3036 (2021-05-28 17:53:19 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next