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)
commitd3a1c7be8361e2fbb6affbdb19de47ca48d6c402
tree2371cf7b528092b13bd8a178f77a9c5aa0a947ad
parent9abd5f0555df6cd36130feb742f1def6d99c60fe
clk: composite: rename 'div' references to 'rate'

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>
drivers/clk/clk-composite.c
include/linux/clk-provider.h
This page took 0.026433 seconds and 5 git commands to generate.