| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: Remove io.h from clk-provider.h | Stephen Boyd | 2019-05-15 | 1 | -1/+0 |
* | Merge branch 'clk-parent-rewrite-1' into clk-next | Stephen Boyd | 2019-05-07 | 1 | -0/+22 |
|\ |
|
| * | clk: Allow parents to be specified via clkspec index | Stephen Boyd | 2019-04-19 | 1 | -0/+2 |
| * | clk: Allow parents to be specified without string names | Stephen Boyd | 2019-04-19 | 1 | -0/+19 |
| * | clk: Add of_clk_hw_register() API for early clk drivers | Stephen Boyd | 2019-04-19 | 1 | -0/+1 |
* | | Merge branch 'clk-ti' into clk-next | Stephen Boyd | 2019-05-07 | 1 | -1/+1 |
|\ \ |
|
| * | | clk: Remove CLK_IS_BASIC clk flag | Stephen Boyd | 2019-04-26 | 1 | -1/+1 |
| |/ |
|
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'... | Stephen Boyd | 2019-05-07 | 1 | -59/+31 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | * | clk: core: replace clk_{readl,writel} with {readl,writel} | Jonas Gorski | 2019-04-23 | 1 | -15/+0 |
| | | * | clk: core: remove powerpc special handling | Jonas Gorski | 2019-04-23 | 1 | -16/+0 |
| | | * | clk: mux: add explicit big endian support | Jonas Gorski | 2019-04-23 | 1 | -0/+4 |
| | | * | clk: multiplier: add explicit big endian support | Jonas Gorski | 2019-04-23 | 1 | -0/+4 |
| | | * | clk: gate: add explicit big endian support | Jonas Gorski | 2019-04-23 | 1 | -0/+4 |
| | | * | clk: fractional-divider: add explicit big endian support | Jonas Gorski | 2019-04-23 | 1 | -0/+4 |
| | | * | clk: divider: add explicit big endian support | Jonas Gorski | 2019-04-23 | 1 | -0/+4 |
| |_|/
|/| | |
|
| * | | clk: Drop duplicate clk_register() documentation | Stephen Boyd | 2019-04-02 | 1 | -11/+0 |
| * | | clk: Remove 'flags' member of struct clk_fixed_rate | Stephen Boyd | 2019-01-24 | 1 | -1/+0 |
| * | | clk: Document CLK_MUX_READ_ONLY mux flag | Stephen Boyd | 2019-01-24 | 1 | -0/+2 |
| * | | clk: Document deprecated things | Stephen Boyd | 2019-01-24 | 1 | -1/+1 |
| * | | clk: Collapse gpio clk kerneldoc | Stephen Boyd | 2019-01-24 | 1 | -15/+8 |
| |/ |
|
* | | clk: fractional-divider: check parent rate only if flag is set | Katsuhiro Suzuki | 2019-02-22 | 1 | -0/+3 |
|/ |
|
*-. | Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp... | Stephen Boyd | 2018-12-14 | 1 | -0/+8 |
|\ \ |
|
| * | | clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag support | A.s. Dong | 2018-12-03 | 1 | -0/+8 |
| |/ |
|
* | | clk: Tag clk core files with SPDX | Stephen Boyd | 2018-12-11 | 1 | -6/+1 |
|/ |
|
* | clk: clk: Add clk_gate_restore_context function | Keerthy | 2018-10-03 | 1 | -0/+2 |
* | clk: Add functions to save/restore clock context en-masse | Russ Dill | 2018-10-03 | 1 | -0/+7 |
* | clk: add duty cycle support | Jerome Brunet | 2018-06-19 | 1 | -0/+26 |
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2018-06-09 | 1 | -21/+2 |
|\ |
|
| *-. | Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and... | Stephen Boyd | 2018-06-04 | 1 | -6/+1 |
| |\ \ |
|
| | | * | clk: Return void from debug_init op | Stephen Boyd | 2018-06-01 | 1 | -1/+1 |
| | | * | clk: remove clk_debugfs_add_file() | Greg Kroah-Hartman | 2018-06-01 | 1 | -5/+0 |
| | |/ |
|
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'clk-qcom-rpmh', 'clk-npcm7xx', 'clk-of-parent-count' and 'clk... | Stephen Boyd | 2018-06-04 | 1 | -13/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | | | * | clk: Extract OF clock helpers in <linux/of_clk.h> | Geert Uytterhoeven | 2018-05-02 | 1 | -13/+1 |
| | | |/
| | |/| |
|
| * | | | clk: Remove clk_init_cb typedef | Geert Uytterhoeven | 2018-04-19 | 1 | -2/+0 |
| |/ / |
|
* | | | clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux | Jerome Brunet | 2018-04-16 | 1 | -0/+3 |
|/ / |
|
* | | clk: divider: read-only divider can propagate rate change | Jerome Brunet | 2018-03-12 | 1 | -0/+15 |
* | | clk: fix mux clock documentation | Jerome Brunet | 2018-03-12 | 1 | -1/+2 |
* | | clk: mux: add helper function for index/value translation | Jerome Brunet | 2018-03-12 | 1 | -0/+4 |
* | | clk: divider: export clk_div_mask() helper | Jerome Brunet | 2018-03-12 | 1 | -0/+1 |
|/ |
|
*-. | Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an... | Stephen Boyd | 2018-01-26 | 1 | -0/+2 |
|\ \ |
|
| | * | clk: Show symbolic clock flags in debugfs | Geert Uytterhoeven | 2018-01-10 | 1 | -0/+2 |
* | | | Merge branch 'clk-divider-container' into clk-next | Stephen Boyd | 2018-01-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | clk: divider: fix incorrect usage of container_of | Jerome Brunet | 2017-12-28 | 1 | -1/+1 |
| |/ / |
|
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and... | Stephen Boyd | 2018-01-26 | 1 | -0/+38 |
|\ \ \ \
| | |/ /
| |_| /
|/| | |
|
| * | | clk: move clock common macros out from vendor directories | Chunyan Zhang | 2017-12-21 | 1 | -0/+38 |
| |/ |
|
* | | clk: add clock protection mechanism to clk core | Jerome Brunet | 2017-12-19 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'clk-gpio' into clk-next | Stephen Boyd | 2017-11-14 | 1 | -6/+6 |
|\ |
|
| * | clk: clk-gpio: Make GPIO clock provider use descriptors only | Linus Walleij | 2017-11-02 | 1 | -6/+6 |
* | | clk: Add devm_of_clk_add_hw_provider()/del_provider() APIs | Stephen Boyd | 2017-11-01 | 1 | -0/+13 |
|/ |
|
* | clk: gate: expose clk_gate_ops::is_enabled | Gabriel Fernandez | 2017-08-31 | 1 | -0/+1 |