mbox series

[GIT,PULL] Rockchip clock changes for 5.9

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

Pull-request

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

Message

Heiko Stuebner July 22, 2020, 11:42 p.m. UTC
Hi Mike, Stephen,

please find below Rockchip clock changes for 5.9

Please pull, thanks
Heiko

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ef990bcad58cf1d13c5a49191a2c2342eb8d6709:

  clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks (2020-07-22 20:05:19 +0200)

----------------------------------------------------------------
Use poll_timeout functions for pll lock-waiting and move the rk3036 to use
the available lock-status in pll-registers instead of reading it from the
General Register Files. Handle the clock variants on the rk3288w, revert
the mmc sample shift change on rk3328 and make the mac_lbtest clock
critical on rk3188.

----------------------------------------------------------------
Alex Bee (1):
      clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks

Heiko Stuebner (4):
      clk: rockchip: convert rk3399 pll type to use readl_relaxed_poll_timeout
      clk: rockchip: convert basic pll lock_wait to use regmap_read_poll_timeout
      clk: rockchip: convert rk3036 pll type to use internal lock status
      clk: rockchip: use separate compatibles for rk3288w-cru

Mylène Josserand (2):
      clk: rockchip: Handle clock tree for rk3288w variant
      dt-bindings: clocks: add rk3288w variant compatible

Robin Murphy (1):
      clk: rockchip: Revert "fix wrong mmc sample phase shift for rk3328"

 .../bindings/clock/rockchip,rk3288-cru.txt         |  8 ++-
 drivers/clk/rockchip/clk-pll.c                     | 70 +++++++++++++---------
 drivers/clk/rockchip/clk-rk3188.c                  |  1 +
 drivers/clk/rockchip/clk-rk3288.c                  | 39 +++++++++++-
 drivers/clk/rockchip/clk-rk3328.c                  |  8 +--
 5 files changed, 89 insertions(+), 37 deletions(-)

Comments

Stephen Boyd July 23, 2020, 8 a.m. UTC | #1
Quoting Heiko Stuebner (2020-07-22 16:42:33)
> Hi Mike, Stephen,
> 
> please find below Rockchip clock changes for 5.9
> 
> Please pull, thanks
> Heiko
> 
> The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
> 
>   Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.9-rockchip-clk1
> 
> for you to fetch changes up to ef990bcad58cf1d13c5a49191a2c2342eb8d6709:
> 
>   clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks (2020-07-22 20:05:19 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next