1. NAME

clk_put - "free" the clock source

2. SYNOPSIS

void clk_put(struct clk *  clk );

3. ARGUMENTS

clk
    clock source

4. NOTE

drivers must ensure that all clk_enable calls made on this clock source are balanced by clk_disable calls prior to calling this function.

clk_put should not be called from within interrupt context.

5. COPYRIGHT