]> Git Repo - u-boot.git/commit
clk: Use generic CCF ops where possible
authorSean Anderson <[email protected]>
Sun, 20 Mar 2022 20:34:46 +0000 (16:34 -0400)
committerSean Anderson <[email protected]>
Wed, 30 Mar 2022 18:18:56 +0000 (14:18 -0400)
commit682e73d23555afdd733c20810d282d9cc2bc0e0f
treef161eabd10fed7802ee720a0a4077e8980c2943a
parent3a11b5ae65c269ef9f7bb1e18826e85fc164f161
clk: Use generic CCF ops where possible

This converts most CCF drivers to use generic ops. imx6q is the only
outlier, where we retain the existing functionality by moving the check to
request().

Signed-off-by: Sean Anderson <[email protected]>
Reviewed-by: Claudiu Beznea <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ fixed missing include for at91 ]
Signed-off-by: Sean Anderson <[email protected]>
drivers/clk/at91/pmc.c
drivers/clk/imx/clk-imx6q.c
drivers/clk/imx/clk-imx8mm.c
drivers/clk/imx/clk-imx8mn.c
drivers/clk/imx/clk-imx8mp.c
drivers/clk/imx/clk-imxrt1020.c
drivers/clk/imx/clk-imxrt1050.c
drivers/clk/microchip/mpfs_clk.c
This page took 0.037999 seconds and 4 git commands to generate.