From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: [GIT PULL] Rockchip clock changes for 5.9 Date: Thu, 23 Jul 2020 01:42:33 +0200 Message-ID: <3212743.Cm9O4y8ZXk@phil> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Return-path: Sender: linux-clk-owner@vger.kernel.org To: mturquette@baylibre.com, Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org List-Id: linux-rockchip.vger.kernel.org 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(-)