mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-19 06:02:17 -04:00
Merge branch 'clk-rockchip' into clk-next
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#define CLK_SET_RATE_NO_REPARENT BIT(7) /* don't re-parent on rate change */
|
||||
#define CLK_GET_ACCURACY_NOCACHE BIT(8) /* do not use the cached clk accuracy */
|
||||
#define CLK_RECALC_NEW_RATES BIT(9) /* recalc rates after notifications */
|
||||
#define CLK_SET_RATE_UNGATE BIT(10) /* clock needs to run to set rate */
|
||||
|
||||
struct clk;
|
||||
struct clk_hw;
|
||||
|
||||
Reference in New Issue
Block a user