Hi Stephen, Mike, Below is my tiny pull request for v5.11. My apologies for being late, I forgot to send it out last week. The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git tags/clk-v5.11-samsung for you to fetch changes up to 44a9e78f9242872c889f176782777fa2ed535650: clk: samsung: Prevent potential endless loop in the PLL ops (2020-11-23 11:14:04 +0100) ---------------------------------------------------------------- clk/samsung updates for 5.11 - correction of Kconfig dependencies for better compile test coverage, - refactoring of the PLL clocks driver. ---------------------------------------------------------------- Krzysztof Kozlowski (1): clk: samsung: Allow compile testing of Exynos, S3C64xx and S5Pv210 Sylwester Nawrocki (1): clk: samsung: Prevent potential endless loop in the PLL ops drivers/clk/samsung/Kconfig | 67 +++++++++++++- drivers/clk/samsung/Makefile | 22 ++--- drivers/clk/samsung/clk-pll.c | 147 +++++++++++++++---------------- include/linux/clk/samsung.h | 4 +- 4 files changed, 149 insertions(+), 91 deletions(-) -- Thank you, Sylwester