1. NAME

clk_enable - inform the system when the clock source should be running.

2. SYNOPSIS

int clk_enable(struct clk *  clk );

3. ARGUMENTS

clk
    clock source

4. DESCRIPTION

If the clock can not be enabled/disabled, this should return success.

May be called from atomic contexts.

Returns success (0) or negative errno.

5. COPYRIGHT