Age | Commit message (Expand) | Author | Files | Lines |
2019-04-20 | clk: Allow parents to be specified via clkspec index | Stephen Boyd | 1 | -0/+2 |
2019-04-20 | clk: Allow parents to be specified without string names | Stephen Boyd | 1 | -0/+19 |
2019-04-20 | clk: Add of_clk_hw_register() API for early clk drivers | Stephen Boyd | 1 | -0/+1 |
2019-04-03 | clk: Drop duplicate clk_register() documentation | Stephen Boyd | 1 | -11/+0 |
2019-02-22 | clk: fractional-divider: check parent rate only if flag is set | Katsuhiro Suzuki | 1 | -0/+3 |
2019-01-25 | clk: Remove 'flags' member of struct clk_fixed_rate | Stephen Boyd | 1 | -1/+0 |
2019-01-25 | clk: Document CLK_MUX_READ_ONLY mux flag | Stephen Boyd | 1 | -0/+2 |
2019-01-25 | clk: Document deprecated things | Stephen Boyd | 1 | -1/+1 |
2019-01-25 | clk: Collapse gpio clk kerneldoc | Stephen Boyd | 1 | -15/+8 |
2018-12-15 | Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp... | Stephen Boyd | 1 | -0/+8 |
2018-12-11 | clk: Tag clk core files with SPDX | Stephen Boyd | 1 | -6/+1 |
2018-12-03 | clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag support | A.s. Dong | 1 | -0/+8 |
2018-10-03 | clk: clk: Add clk_gate_restore_context function | Keerthy | 1 | -0/+2 |
2018-10-03 | clk: Add functions to save/restore clock context en-masse | Russ Dill | 1 | -0/+7 |
2018-06-19 | clk: add duty cycle support | Jerome Brunet | 1 | -0/+26 |
2018-06-09 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -21/+2 |
2018-06-04 | Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and... | Stephen Boyd | 1 | -6/+1 |
2018-06-04 | Merge branches 'clk-qcom-rpmh', 'clk-npcm7xx', 'clk-of-parent-count' and 'clk... | Stephen Boyd | 1 | -13/+1 |
2018-06-02 | clk: Return void from debug_init op | Stephen Boyd | 1 | -1/+1 |
2018-06-02 | clk: remove clk_debugfs_add_file() | Greg Kroah-Hartman | 1 | -5/+0 |
2018-05-02 | clk: Extract OF clock helpers in <linux/of_clk.h> | Geert Uytterhoeven | 1 | -13/+1 |
2018-04-19 | clk: Remove clk_init_cb typedef | Geert Uytterhoeven | 1 | -2/+0 |
2018-04-16 | clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux | Jerome Brunet | 1 | -0/+3 |
2018-03-13 | clk: divider: read-only divider can propagate rate change | Jerome Brunet | 1 | -0/+15 |
2018-03-13 | clk: fix mux clock documentation | Jerome Brunet | 1 | -1/+2 |
2018-03-13 | clk: mux: add helper function for index/value translation | Jerome Brunet | 1 | -0/+4 |
2018-03-13 | clk: divider: export clk_div_mask() helper | Jerome Brunet | 1 | -0/+1 |
2018-01-27 | Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an... | Stephen Boyd | 1 | -0/+2 |
2018-01-27 | Merge branch 'clk-divider-container' into clk-next | Stephen Boyd | 1 | -1/+1 |
2018-01-27 | Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and... | Stephen Boyd | 1 | -0/+38 |
2018-01-11 | clk: Show symbolic clock flags in debugfs | Geert Uytterhoeven | 1 | -0/+2 |
2017-12-29 | clk: divider: fix incorrect usage of container_of | Jerome Brunet | 1 | -1/+1 |
2017-12-22 | clk: move clock common macros out from vendor directories | Chunyan Zhang | 1 | -0/+38 |
2017-12-20 | clk: add clock protection mechanism to clk core | Jerome Brunet | 1 | -0/+1 |
2017-11-14 | Merge branch 'clk-gpio' into clk-next | Stephen Boyd | 1 | -6/+6 |
2017-11-02 | clk: clk-gpio: Make GPIO clock provider use descriptors only | Linus Walleij | 1 | -6/+6 |
2017-11-02 | clk: Add devm_of_clk_add_hw_provider()/del_provider() APIs | Stephen Boyd | 1 | -0/+13 |
2017-09-01 | clk: gate: expose clk_gate_ops::is_enabled | Gabriel Fernandez | 1 | -0/+1 |
2017-08-08 | clk: fractional-divider: allow overriding of approximation | Elaine Zhang | 1 | -0/+3 |
2017-06-07 | clk: divider: Make divider_round_rate take the parent clock | Maxime Ripard | 1 | -3/+13 |
2016-10-18 | clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER function | Shawn Guo | 1 | -1/+1 |
2016-09-24 | clk: change the type of clk_hw_onecell_data.num to unsigned int | Masahiro Yamada | 1 | -1/+1 |
2016-08-26 | clk: return unsigned int in dummy non-OF of_clk_get_parent_count() | Rafał Miłecki | 1 | -1/+1 |
2016-08-13 | clk: core: New macro CLK_OF_DECLARE_DRIVER | Ricardo Ribalda Delgado | 1 | -0/+12 |
2016-07-02 | clk: core: support clocks which requires parents enable (part 1) | Dong Aisheng | 1 | -0/+2 |
2016-06-30 | Merge branch 'clk-hw-unregister-fixed-rate' into clk-next | Stephen Boyd | 1 | -0/+1 |
2016-06-30 | clk: fixed-rate: add clk_hw_unregister_fixed_rate() | Masahiro Yamada | 1 | -0/+1 |
2016-06-02 | clk: Remove CLK_IS_ROOT flag | Stephen Boyd | 1 | -1/+1 |
2016-04-22 | Merge branch 'clk-hw-register' (early part) into clk-next | Stephen Boyd | 1 | -0/+93 |
2016-04-22 | Merge branch 'clk-composite-unregister' into clk-next | Stephen Boyd | 1 | -0/+1 |