clk: composite: rename 'div' references to 'rate'
authorMike Turquette <mturquette@linaro.org>
Thu, 11 Apr 2013 18:31:36 +0000 (11:31 -0700)
committerMike Turquette <mturquette@linaro.org>
Fri, 12 Apr 2013 18:22:35 +0000 (11:22 -0700)
Rename all div_hw and div_ops related variables and functions to use
rate_hw, rate_ops, etc.  This is to make the rate-change portion of the
composite clk implementation more generic.  A patch following this one
will allow for fixed-rate clocks to reuse this infrastructure.

Signed-off-by: Mike Turquette <mturquette@linaro.org>
Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com>
Tested-by: Emilio López <emilio@elopez.com.ar>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>

No differences found