mbox series

[GIT,PULL] Rockchip clock updates for 5.4

Message ID 2139639.gTPWsosUxc@phil (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Rockchip clock updates for 5.4 | expand

Pull-request

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

Message

Heiko Stuebner Nov. 11, 2019, 12:45 a.m. UTC
Hi Mike, Stephen,

please find below rockchip clock changes for 5.5
Please pull

Thanks
Heiko

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3b0b4ebfd761943179fe03b107f66c72c3b5c8d4:

  clk: rockchip: protect the pclk_usb_grf as critical on px30 (2019-11-05 20:53:42 +0100)

----------------------------------------------------------------
Adding a missing static declaration for clk_half_divider_ops
and a number of improvements for the px30 clock tree.

----------------------------------------------------------------
Ben Dooks (Codethink) (1):
      clk: rockchip: make clk_half_divider_ops static

Finley Xiao (2):
      clk: rockchip: Add div50 clock-ids for sdmmc on px30 and nandc
      clk: rockchip: Add div50 clocks for px30 sdmmc, emmc, sdio and nandc

Heiko Stuebner (3):
      clk: rockchip: move px30 critical clocks to correct clock controller
      clk: rockchip: add video-related niu clocks as critical on px30
      clk: rockchip: protect the pclk_usb_grf as critical on px30

 drivers/clk/rockchip/clk-half-divider.c |  3 +-
 drivers/clk/rockchip/clk-px30.c         | 70 ++++++++++++++++++++++++++-------
 include/dt-bindings/clock/px30-cru.h    |  2 +
 3 files changed, 59 insertions(+), 16 deletions(-)

Comments

Stephen Boyd Nov. 13, 2019, 8:48 p.m. UTC | #1
Quoting Heiko Stuebner (2019-11-10 16:45:05)
> Hi Mike, Stephen,
> 
> please find below rockchip clock changes for 5.5
> Please pull
> 
> Thanks
> Heiko
> 
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git v5.5-rockchip-clk-1
> 
> for you to fetch changes up to 3b0b4ebfd761943179fe03b107f66c72c3b5c8d4:
> 
>   clk: rockchip: protect the pclk_usb_grf as critical on px30 (2019-11-05 20:53:42 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next