Files
u-boot/drivers/clk
Samuel Holland 17864406a4 clk: fixed_rate: add dummy disable() function
commit 6bf6d81c11 ("clk: fixed_rate: add dummy enable() function")
implemented .enable, so fixed rate clocks can be used where drivers
might call clk_enable(). Implement the .disable op for the same reason;
some drivers, e.g. USB PHYs, may attempt to disable clocks at runtime.

Signed-off-by: Samuel Holland <samuel@sholland.org>
2021-10-19 11:25:25 -04:00
..
2021-04-06 16:33:19 +12:00
2021-01-30 14:25:41 -07:00
2021-01-12 10:21:41 +05:30