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