mbox series

[GIT,PULL] Rockchip clock changes for 5.11

Message ID 5662766.lOV4Wx5bFT@phil (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Rockchip clock changes for 5.11 | expand

Pull-request

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

Message

Heiko Stübner Dec. 6, 2020, 6:27 p.m. UTC
Hi Mike, Stephen,

please find below Rockchip clock changes for 5.11

Please pull, thanks
Heiko

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to caa2fd752ecb80faf7a2e1cdadc737187934675e:

  clk: rockchip: fix i2s gate bits on rk3066 and rk3188 (2020-11-29 20:10:45 +0100)

----------------------------------------------------------------
Added arch-dependencies for the newly added per-soc config symbols,
a unneeded redundancy removed and making i2s actually work on the
rk3066.

----------------------------------------------------------------
Johan Jonker (2):
      clk: rockchip: add CLK_SET_RATE_PARENT to sclk for rk3066a i2s and uart clocks
      clk: rockchip: fix i2s gate bits on rk3066 and rk3188

Robin Murphy (1):
      clk: rockchip: Add appropriate arch dependencies

Xu Wang (1):
      clk: rockchip: Remove redundant null check before clk_prepare_enable

 drivers/clk/rockchip/Kconfig      | 12 +++++++++++-
 drivers/clk/rockchip/clk-rk3188.c | 35 ++++++++++++++++++-----------------
 drivers/clk/rockchip/clk.c        |  3 +--
 3 files changed, 30 insertions(+), 20 deletions(-)

Comments

Stephen Boyd Dec. 7, 2020, 9:28 p.m. UTC | #1
Quoting Heiko Stuebner (2020-12-06 10:27:36)
> Hi Mike, Stephen,
> 
> please find below Rockchip clock changes for 5.11
> 
> Please pull, thanks
> Heiko
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.11-rockchip-clk-1
> 
> for you to fetch changes up to caa2fd752ecb80faf7a2e1cdadc737187934675e:
> 
>   clk: rockchip: fix i2s gate bits on rk3066 and rk3188 (2020-11-29 20:10:45 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next