Re: [PATCH 10/11] firmware: arm_scmi: Drop config flag in clk_ops->rate_set

2019-07-22 Thread Stephen Boyd
Quoting Sudeep Holla (2019-07-08 08:47:29) > CLOCK_PROTOCOL_ATTRIBUTES provides attributes to indicate the maximum > number of pending asynchronous clock rate changes supported by the > platform. If it's non-zero, then we should be able to use asynchronous > clock rate set for any clocks until the

[PATCH 10/11] firmware: arm_scmi: Drop config flag in clk_ops->rate_set

2019-07-08 Thread Sudeep Holla
CLOCK_PROTOCOL_ATTRIBUTES provides attributes to indicate the maximum number of pending asynchronous clock rate changes supported by the platform. If it's non-zero, then we should be able to use asynchronous clock rate set for any clocks until the maximum limit is reached. In order to add that sup