commit | 46596120488b7d6d84cb36171ef18694f7e81ddf | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sun Mar 20 16:34:45 2022 -0400 |
committer | Sean Anderson <seanga2@gmail.com> | Wed Mar 30 13:03:29 2022 -0400 |
tree | b1705a82741c8cecd63f88a6506b54f0aec7f7db | |
parent | 07435de0651f794b2cb8ae2bf709987f7e7d3257 [diff] |
clk: ccf: Add some helper functions for clock ops Most CCF drivers follow a common pattern where their clock ops defer the actual operation to the backing CCF clock. Add some generic implementations of these functions to reduce duplication of code. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20220320203446.740178-1-seanga2@gmail.com