summaryrefslogtreecommitdiffstats
path: root/include/linux/clk.h
Commit message (Expand)AuthorAgeFilesLines
* clk: mux: Support CLK_SET_RATE_NO_REPARENT flagSascha Hauer2019-03-111-0/+1
* clk: mux: Support CLK_MUX_READ_ONLY flagSascha Hauer2019-03-111-0/+1
* clk: mux: Support mux specific flagsSascha Hauer2019-03-111-6/+8
* clk: divider: Support CLK_DIVIDER_READ_ONLY flagSascha Hauer2019-03-111-0/+1
* clk: divider: pass divider flagsSascha Hauer2019-03-111-6/+10
* clk: Support CLK_IS_CRITICAL flagSascha Hauer2019-03-111-0/+1
* clk: Make CLK_IGNORE_UNUSED genericSascha Hauer2019-03-111-0/+1
* clk: export clk_gate_is_enabled()Sascha Hauer2019-03-111-0/+2
* clk: parent_names should be constSascha Hauer2019-03-111-4/+4
* Merge branch 'for-next/imx8-usb'Sascha Hauer2019-03-071-11/+96
|\
| * clk: Import a subset of clk_bulk API from LinuxAndrey Smirnov2019-02-221-0/+98
| * clk: Drop separate definitions of clk_put()Andrey Smirnov2019-02-221-17/+4
* | clk: at91: update to PMC bindingsSam Ravnborg2019-02-251-0/+7
|/
* clk: add divider_recalc_rate helperLucas Stach2019-01-151-0/+5
* clk: move struct clk_mux into headerLucas Stach2019-01-151-0/+11
* clk: move struct clk_gate into headerLucas Stach2019-01-151-0/+12
* clk: add missing list.h includeLucas Stach2019-01-151-0/+2
* clk: straighten some inline wrappers for use without of supportSascha Hauer2018-11-191-9/+21
* clk: Forward declare struct of_device_id in linux/clk.hAndrey Smirnov2018-04-031-0/+1
* clk: No-op CLK_OF_DECLARE if not enabledAndrey Smirnov2017-03-301-6/+25
* clk: Make COMMON_CLK_OF_PROVIDER depend on OFTREEAndrey Smirnov2017-03-091-1/+1
* clk: Port two helper functions from LinuxAndrey Smirnov2017-03-091-0/+3
* clk: Add support for shared gatesSascha Hauer2017-02-061-0/+3
* clk: implement CLK_OPS_PARENT_ENABLESascha Hauer2017-02-061-0/+2
* clk: add clock command completionSascha Hauer2016-11-081-0/+4
* clk: of: fix clk_of_table generationSascha Hauer2015-06-111-1/+1
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-1/+1
* CLK: clk-divider: Respect CLK_DIVIDER_POWER_OF_TWO flagAndrey Panov2015-03-051-0/+1
* CLK: clk-divider: Introduce clk_divider_alloc() and *_free() routinesAndrey Panov2015-03-051-0/+3
* CLK: clk-divider: Respect CLK_DIVIDER_HIWORD_MASK flagAndrey Panov2015-03-051-0/+2
* CLK: clk-mux: Respect CLK_MUX_HIWORD_MASK flagAndrey Panov2015-03-051-0/+2
* CLK: Add fractional divider clock support from Linux kernelAndrey Panov2015-03-051-0/+9
* CLK: Add support for composite clock from Linux kernelAndrey Panov2015-03-051-0/+6
* clk: gate: add CLK_GATE_HIWORD_MASK flagBeniamino Galvani2014-04-291-0/+1
* clk: gate: add flags argument to clock gate constructorBeniamino Galvani2014-04-291-2/+5
* clk: move of_clk_get_parent_name() to common clk codeAntony Pavlov2014-04-291-0/+1
* clk: Add parent round/set rate for mux and gateSascha Hauer2014-03-281-0/+4
* clk: clk-divider: sync with kernel codeSascha Hauer2014-03-281-0/+3
* clk: introduce CLK_SET_RATE_PARENT flagSascha Hauer2014-03-281-0/+3
* clk: clk-divider: pass flags to initializersSascha Hauer2014-03-281-3/+3
* clk: clk-fixed-factor: pass flags to initializersSascha Hauer2014-03-281-1/+2
* clk: clk-gate: pass flags to initializersSascha Hauer2014-03-281-3/+3
* clk: clk-mux: pass clk flags from initializersSascha Hauer2014-03-281-2/+4
* clk: add of_clk_init and CLK_OF_DECLARE macroSebastian Hesselbarth2013-11-111-0/+14
* clk: of: introduce of_clk_src_simple_getSascha Hauer2013-09-231-0/+1
* clk: provide static inline wrappersSascha Hauer2013-07-231-1/+38
* clk: allow to instanciate clk mux without registering itLucas Stach2013-07-021-0/+4
* clk: allow to instanciate clk gate without registering itLucas Stach2013-07-021-0/+4
* clk: add clock lookup from devicetreeLucas Stach2013-07-021-0/+33
* clk: add prototype for clk_is_enabledSascha Hauer2013-06-201-0/+1