Age | Commit message (Expand) | Author | Files | Lines |
2022-09-15 | clk: Constify clk_has_parent() | Maxime Ripard | 1 | -1/+1 |
2022-06-16 | clk: Provide new devm_clk helpers for prepared and enabled clocks | Uwe Kleine-König | 1 | -0/+109 |
2022-06-16 | clk: Improve documentation for devm_clk_get() and its optional variant | Uwe Kleine-König | 1 | -6/+19 |
2022-03-12 | clk: Add clk_drop_range | Maxime Ripard | 1 | -0/+11 |
2021-02-22 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -2/+2 |
2021-01-27 | PM: clk: make PM clock layer compatible with clocks that must sleep | Nicolas Pitre | 1 | -1/+23 |
2021-01-12 | linux/clk.h: use correct kernel-doc notation for 2 functions | Randy Dunlap | 1 | -2/+2 |
2020-12-21 | Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'... | Stephen Boyd | 1 | -0/+18 |
2020-11-14 | clk: meson: g12: use devm variant to register notifiers | Jerome Brunet | 1 | -1/+9 |
2020-11-14 | clk: add devm variant of clk_notifier_register | Jerome Brunet | 1 | -0/+10 |
2020-11-05 | clk: fix a kernel-doc markup | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-01-07 | clk: clarify that clk_set_rate() does updates from top to bottom | Martin Blumenstingl | 1 | -0/+3 |
2019-09-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -7/+10 |
2019-08-08 | clk: Constify struct clk_bulk_data * where possible | Andrey Smirnov | 1 | -7/+10 |
2019-07-23 | clk: Add missing documentation of devm_clk_bulk_get_optional() argument | Sylwester Nawrocki | 1 | -0/+1 |
2019-07-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -0/+47 |
2019-06-26 | clk: Add devm_clk_bulk_get_optional() function | Sylwester Nawrocki | 1 | -0/+28 |
2019-06-26 | clk: Add clk_bulk_get_optional() function | Sylwester Nawrocki | 1 | -0/+19 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-04-25 | clk: Add missing stubs for a few functions | Dmitry Osipenko | 1 | -0/+16 |
2019-02-06 | clk: Add (devm_)clk_get_optional() functions | Phil Edworthy | 1 | -0/+36 |
2018-10-19 | Merge branches 'clk-tegra' and 'clk-bulk-get-all' into clk-next | Stephen Boyd | 1 | -1/+64 |
2018-10-17 | clk: add managed version of clk_bulk_get_all | Dong Aisheng | 1 | -0/+23 |
2018-10-17 | clk: add new APIs to operate on all available clocks | Dong Aisheng | 1 | -1/+41 |
2018-10-03 | clk: Add functions to save/restore clock context en-masse | Russ Dill | 1 | -0/+25 |
2018-06-19 | clk: add duty cycle support | Jerome Brunet | 1 | -0/+33 |
2018-03-17 | clk: add more __must_check for bulk APIs | Dong Aisheng | 1 | -8/+8 |
2017-12-20 | clk: add clk_rate_exclusive api | Jerome Brunet | 1 | -0/+62 |
2017-07-14 | Merge tag 'clk-bulk-get-prep-enable' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+22 |
2017-07-13 | clk: Provide bulk prepare_enable disable_unprepare variants | Bjorn Andersson | 1 | -0/+22 |
2017-06-03 | Merge branch 'clk-bulk-get' into clk-next | Stephen Boyd | 1 | -0/+132 |
2017-06-03 | clk: add managed version of clk_bulk_get | Dong Aisheng | 1 | -0/+21 |
2017-06-03 | clk: add clk_bulk_get accessories | Dong Aisheng | 1 | -0/+111 |
2017-06-02 | clk: Provide dummy of_clk_get_from_provider() for compile-testing | Geert Uytterhoeven | 1 | -0/+4 |
2017-04-02 | kernel-api.rst: fix a series of errors when parsing C files | mchehab@s-opensource.com | 1 | -2/+2 |
2016-12-09 | clk: add devm_get_clk_from_child() API | Kuninori Morimoto | 1 | -4/+25 |
2016-07-30 | Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+14 |
2016-06-29 | clk: Provide notifier stubs when !COMMON_CLK | Krzysztof Kozlowski | 1 | -2/+14 |
2016-06-28 | clk: Add missing clk_get_sys() stub | Daniel Lezcano | 1 | -0/+4 |
2015-05-06 | clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h | Russell King | 1 | -13/+0 |
2015-05-06 | clk: update clk API documentation to clarify clk_round_rate() | Russell King | 1 | -0/+14 |
2015-03-12 | clk: introduce clk_is_match | Michael Turquette | 1 | -0/+18 |
2015-02-03 | clk: Add rate constraints to clocks | Tomeu Vizoso | 1 | -0/+28 |
2015-01-25 | clk: Introduce clk_has_parent() | Thierry Reding | 1 | -0/+17 |
2014-10-15 | Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 1 | -0/+29 |
2014-09-27 | clk: introduce clk_set_phase function & callback | Mike Turquette | 1 | -0/+29 |
2014-09-09 | Documentation: Docbook: Fix generated DocBook/kernel-api.xml | Masanari Iida | 1 | -1/+1 |
2014-02-25 | clk: add pr_debug & kerneldoc around clk notifiers | Mike Turquette | 1 | -0/+14 |
2013-12-23 | clk: add clk accuracy retrieval support | Boris BREZILLON | 1 | -0/+17 |
2013-04-11 | clk: Properly handle notifier return values | Soren Brinkmann | 1 | -4/+4 |