We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facf949 commit f24a0b1Copy full SHA for f24a0b1
include/linux/clk-provider.h
@@ -118,8 +118,9 @@ struct clk_duty {
118
*
119
* @recalc_rate Recalculate the rate of this clock, by querying hardware. The
120
* parent rate is an input parameter. It is up to the caller to
121
- * ensure that the prepare_mutex is held across this call.
122
- * Returns the calculated rate. Optional, but recommended - if
+ * ensure that the prepare_mutex is held across this call. If the
+ * driver cannot figure out a rate for this clock, it must return
123
+ * 0. Returns the calculated rate. Optional, but recommended - if
124
* this op is not set then clock rate will be initialized to 0.
125
126
* @round_rate: Given a target rate as input, returns the closest rate actually
0 commit comments