X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fhardware%2Fclock.h;h=4983449ff2c7fdf98708ea101fb26441f6393982;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=9dfc0624b6114de0fbd5fef2003ff08c9b992065;hpb=9bf4aaab3e101692164d49b7ca357651eb691cb6;p=linux-2.6.git diff --git a/include/asm-arm/hardware/clock.h b/include/asm-arm/hardware/clock.h index 9dfc0624b..4983449ff 100644 --- a/include/asm-arm/hardware/clock.h +++ b/include/asm-arm/hardware/clock.h @@ -64,7 +64,7 @@ int clk_use(struct clk *clk); void clk_unuse(struct clk *clk); /** - * clk_get_rate - obtain the current clock rate for a clock source. + * clk_get_rate - obtain the current clock rate (in Hz) for a clock source. * This is only valid once the clock source has been enabled. * @clk: clock source */ @@ -85,16 +85,16 @@ void clk_put(struct clk *clk); /** * clk_round_rate - adjust a rate to the exact rate a clock can provide * @clk: clock source - * @rate: desired clock rate in kHz + * @rate: desired clock rate in Hz * - * Returns rounded clock rate, or negative errno. + * Returns rounded clock rate in Hz, or negative errno. */ long clk_round_rate(struct clk *clk, unsigned long rate); /** * clk_set_rate - set the clock rate for a clock source * @clk: clock source - * @rate: desired clock rate in kHz + * @rate: desired clock rate in Hz * * Returns success (0) or negative errno. */