Age | Commit message (Expand) | Author | Files | Lines |
2018-10-11 | clk: Clean up suspend/resume coding style | Stephen Boyd | 1 | -20/+22 |
2018-10-03 | clk: clk: Add clk_gate_restore_context function | Keerthy | 1 | -0/+19 |
2018-10-03 | clk: Add functions to save/restore clock context en-masse | Russ Dill | 1 | -0/+74 |
2018-08-15 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -3/+16 |
2018-08-14 | Merge branches 'clk-qcom-rpmh', 'clk-qcom-spdx', 'clk-con-id-leak', 'clk-fixe... | Stephen Boyd | 1 | -0/+3 |
2018-08-14 | Merge branches 'clk-qcom-set-rate-gate', 'clk-core-set-rate-gate', 'clk-core-... | Stephen Boyd | 1 | -8/+207 |
2018-08-09 | Merge branch 'asoc-4.19' into asoc-next | Mark Brown | 1 | -5/+194 |
2018-07-25 | clk: core: Potentially free connection id | Mikko Perttunen | 1 | -0/+3 |
2018-07-06 | clk: Really show symbolic clock flags in debugfs | Geert Uytterhoeven | 1 | -2/+1 |
2018-06-19 | clk: add duty cycle support | Jerome Brunet | 1 | -5/+194 |
2018-06-19 | clk: fix CLK_SET_RATE_GATE with clock rate protection | Jerome Brunet | 1 | -3/+13 |
2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab | 1 | -2/+2 |
2018-06-09 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -126/+45 |
2018-06-04 | Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '... | Stephen Boyd | 1 | -6/+2 |
2018-06-04 | Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and... | Stephen Boyd | 1 | -112/+30 |
2018-06-04 | Merge branches 'clk-warn', 'clk-core', 'clk-spear' and 'clk-qcom-msm8998' int... | Stephen Boyd | 1 | -83/+50 |
2018-06-01 | clk: use match_string() helper | Yisheng Xie | 1 | -6/+2 |
2018-06-01 | clk: remove clk_debugfs_add_file() | Greg Kroah-Hartman | 1 | -13/+0 |
2018-06-01 | clk: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -99/+30 |
2018-04-19 | clk: Remove clk_init_cb typedef | Geert Uytterhoeven | 1 | -1/+1 |
2018-04-16 | clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux | Jerome Brunet | 1 | -3/+4 |
2018-04-06 | Merge branches 'clk-mvebu', 'clk-phase', 'clk-nxp', 'clk-mtk2712' and 'clk-qc... | Stephen Boyd | 1 | -1/+7 |
2018-04-06 | Merge branches 'clk-versatile', 'clk-doc', 'clk-must-check', 'clk-qcom' and '... | Stephen Boyd | 1 | -53/+7 |
2018-03-19 | clk: Don't show the incorrect clock phase | Shawn Lin | 1 | -0/+3 |
2018-03-19 | clk: Re-use DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 1 | -53/+7 |
2018-03-16 | clk: Print the clock name and warning cause | Fabio Estevam | 1 | -7/+12 |
2018-03-12 | clk: call the clock init() callback before any other ops callback | Jerome Brunet | 1 | -11/+11 |
2018-03-12 | clk: fix determine rate error with pass-through clock | Jerome Brunet | 1 | -1/+3 |
2018-03-12 | clk: migrate the count of orphaned clocks at init | Jerome Brunet | 1 | -16/+21 |
2018-03-11 | clk: update cached phase to respect the fact when setting phase | Shawn Lin | 1 | -1/+4 |
2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -98/+522 |
2018-01-26 | Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner... | Stephen Boyd | 1 | -1/+9 |
2018-01-26 | Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an... | Stephen Boyd | 1 | -28/+75 |
2018-01-26 | Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk... | Stephen Boyd | 1 | -2/+5 |
2018-01-26 | Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' ... | Stephen Boyd | 1 | -69/+435 |
2018-01-10 | clk: fix reentrancy of clk_enable() on UP systems | David Lechner | 1 | -1/+9 |
2018-01-10 | clk: Simplify debugfs registration | Stephen Boyd | 1 | -6/+2 |
2018-01-10 | clk: Fix debugfs_create_*() usage | Geert Uytterhoeven | 1 | -19/+17 |
2018-01-10 | clk: Show symbolic clock flags in debugfs | Geert Uytterhoeven | 1 | -2/+55 |
2018-01-03 | clk: Improve flags doc for of_clk_detect_critical() | Geert Uytterhoeven | 1 | -1/+1 |
2017-12-26 | clk: use atomic runtime pm api in clk_core_is_enabled | Dong Aisheng | 1 | -1/+2 |
2017-12-21 | clk: Don't touch hardware when reparenting during registration | Stephen Boyd | 1 | -2/+5 |
2017-12-19 | clk: fix set_rate_range when current rate is out of range | Jerome Brunet | 1 | -4/+33 |
2017-12-19 | clk: add clk_rate_exclusive api | Jerome Brunet | 1 | -0/+172 |
2017-12-19 | clk: cosmetic changes to clk_summary debugfs entry | Jerome Brunet | 1 | -3/+4 |
2017-12-19 | clk: add clock protection mechanism to clk core | Jerome Brunet | 1 | -7/+112 |
2017-12-19 | clk: use round rate to bail out early in set_rate | Jerome Brunet | 1 | -2/+23 |
2017-12-19 | clk: rework calls to round and determine rate callbacks | Jerome Brunet | 1 | -30/+52 |
2017-12-19 | clk: add clk_core_set_phase_nolock function | Jerome Brunet | 1 | -12/+21 |
2017-12-19 | clk: take the prepare lock out of clk_core_set_parent | Jerome Brunet | 1 | -20/+20 |