Age | Commit message (Expand) | Author |
2018-08-15 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-08-14 | Merge branches 'clk-qcom-rpmh', 'clk-qcom-spdx', 'clk-con-id-leak', 'clk-fixe... | Stephen Boyd |
2018-08-14 | Merge branches 'clk-qcom-set-rate-gate', 'clk-core-set-rate-gate', 'clk-core-... | Stephen Boyd |
2018-08-09 | Merge branch 'asoc-4.19' into asoc-next | Mark Brown |
2018-07-25 | clk: core: Potentially free connection id | Mikko Perttunen |
2018-07-06 | clk: Really show symbolic clock flags in debugfs | Geert Uytterhoeven |
2018-06-19 | clk: add duty cycle support | Jerome Brunet |
2018-06-19 | clk: fix CLK_SET_RATE_GATE with clock rate protection | Jerome Brunet |
2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab |
2018-06-09 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-06-04 | Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '... | Stephen Boyd |
2018-06-04 | Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and... | Stephen Boyd |
2018-06-04 | Merge branches 'clk-warn', 'clk-core', 'clk-spear' and 'clk-qcom-msm8998' int... | Stephen Boyd |
2018-06-01 | clk: use match_string() helper | Yisheng Xie |
2018-06-01 | clk: remove clk_debugfs_add_file() | Greg Kroah-Hartman |
2018-06-01 | clk: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2018-04-19 | clk: Remove clk_init_cb typedef | Geert Uytterhoeven |
2018-04-16 | clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux | Jerome Brunet |
2018-04-06 | Merge branches 'clk-mvebu', 'clk-phase', 'clk-nxp', 'clk-mtk2712' and 'clk-qc... | Stephen Boyd |
2018-04-06 | Merge branches 'clk-versatile', 'clk-doc', 'clk-must-check', 'clk-qcom' and '... | Stephen Boyd |
2018-03-19 | clk: Don't show the incorrect clock phase | Shawn Lin |
2018-03-19 | clk: Re-use DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko |
2018-03-16 | clk: Print the clock name and warning cause | Fabio Estevam |
2018-03-12 | clk: call the clock init() callback before any other ops callback | Jerome Brunet |
2018-03-12 | clk: fix determine rate error with pass-through clock | Jerome Brunet |
2018-03-12 | clk: migrate the count of orphaned clocks at init | Jerome Brunet |
2018-03-11 | clk: update cached phase to respect the fact when setting phase | Shawn Lin |
2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-01-26 | Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner... | Stephen Boyd |
2018-01-26 | Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an... | Stephen Boyd |
2018-01-26 | Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk... | Stephen Boyd |
2018-01-26 | Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' ... | Stephen Boyd |
2018-01-10 | clk: fix reentrancy of clk_enable() on UP systems | David Lechner |
2018-01-10 | clk: Simplify debugfs registration | Stephen Boyd |
2018-01-10 | clk: Fix debugfs_create_*() usage | Geert Uytterhoeven |
2018-01-10 | clk: Show symbolic clock flags in debugfs | Geert Uytterhoeven |
2018-01-03 | clk: Improve flags doc for of_clk_detect_critical() | Geert Uytterhoeven |
2017-12-26 | clk: use atomic runtime pm api in clk_core_is_enabled | Dong Aisheng |
2017-12-21 | clk: Don't touch hardware when reparenting during registration | Stephen Boyd |
2017-12-19 | clk: fix set_rate_range when current rate is out of range | Jerome Brunet |
2017-12-19 | clk: add clk_rate_exclusive api | Jerome Brunet |
2017-12-19 | clk: cosmetic changes to clk_summary debugfs entry | Jerome Brunet |
2017-12-19 | clk: add clock protection mechanism to clk core | Jerome Brunet |
2017-12-19 | clk: use round rate to bail out early in set_rate | Jerome Brunet |
2017-12-19 | clk: rework calls to round and determine rate callbacks | Jerome Brunet |
2017-12-19 | clk: add clk_core_set_phase_nolock function | Jerome Brunet |
2017-12-19 | clk: take the prepare lock out of clk_core_set_parent | Jerome Brunet |
2017-12-19 | clk: fix incorrect usage of ENOSYS | Jerome Brunet |
2017-12-19 | clk: check ops pointer on clock register | Jerome Brunet |
2017-12-05 | clk: Manage proper runtime PM state in clk_change_rate() | Marek Szyprowski |