summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-gate.c
Commit message (Expand)AuthorAgeFilesLines
* clk: gate: remove superfluous codeLucas Stach2014-10-211-10/+1
* clk: gate: add CLK_GATE_HIWORD_MASK flagBeniamino Galvani2014-04-291-5/+12
* clk: gate: unify enable and disable functions handlingBeniamino Galvani2014-04-291-18/+15
* clk: gate: add flags argument to clock gate constructorBeniamino Galvani2014-04-291-7/+5
* clk: Add parent round/set rate for mux and gateSascha Hauer2014-03-281-0/+2
* clk: clk-gate: pass flags to initializersSascha Hauer2014-03-281-5/+6
* drivers/clk/clk-gate.c: Fix sparse warningAlexander Shiyan2014-02-171-1/+1
* clk: allow to instanciate clk gate without registering itLucas Stach2013-07-021-6/+25
* clk: gate: Add inverted gate supportSascha Hauer2013-06-201-4/+33
* clk: Add is_enabled callbackSascha Hauer2013-03-151-0/+14
* clk: Add clk gate supportSascha Hauer2012-10-101-0/+78