Stephen, Maxime, You previously asked me to implement the protected-clocks property in a driver-independent way: https://www.spinics.net/lists/arm-kernel/msg753832.html I provided an implementation 6 months ago, which I am resending now: https://patchwork.kernel.org/patch/11398629/ Do you have any comments on it? Thanks, Samuel Samuel Holland (2): clk: Implement protected-clocks for all OF clock providers Revert "clk: qcom: Support 'protected-clocks' property" drivers/clk/clk-conf.c | 54 +++++++++++++++++++++++++++++++++++++++ drivers/clk/clk.c | 31 ++++++++++++++++++++++ drivers/clk/clk.h | 2 ++ drivers/clk/qcom/common.c | 18 ------------- 4 files changed, 87 insertions(+), 18 deletions(-) -- 2.26.2