| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | clk: add DT clock binding support | Grant Likely | 2012-07-11 | 1 | -0/+19 |
* | | Fix typo in include/linux/clk.h . | Jan-Simon Möller | 2012-07-24 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'depends/rmk/clkdev' into next/clock | Arnd Bergmann | 2012-05-11 | 1 | -0/+32 |
|\ |
|
| * | ARM: 7376/1: clkdev: Implement managed clk_get() | Mark Brown | 2012-04-19 | 1 | -0/+32 |
* | | clk: remove trailing whitespace from clk.h | Rob Herring | 2012-04-24 | 1 | -2/+2 |
* | | clk: Remove comment for end of CONFIG_COMMON_CLK section | Mark Brown | 2012-04-24 | 1 | -1/+1 |
|/ |
|
* | clk: introduce the common clock framework | Mike Turquette | 2012-03-16 | 1 | -5/+63 |
* | clk: add helper functions clk_prepare_enable and clk_disable_unprepare | Richard Zhao | 2011-12-28 | 1 | -0/+22 |
* | clk: provide prepare/unprepare functions | Russell King | 2011-09-27 | 1 | -0/+43 |
* | [ARM] 5536/1: Move clk_add_alias() to arch/arm/common/clkdev.c | Tony Lindgren | 2009-06-04 | 1 | -0/+13 |
* | clkdev: add possibility to get a clock based on the device name | Sascha Hauer | 2009-03-27 | 1 | -0/+17 |
* | include/linux/clk.h: fix comment | Alex Raimondi | 2008-10-16 | 1 | -0/+4 |
* | include/linux/clk.h is betraying its ARM origins | Todd Poynor | 2006-03-25 | 1 | -2/+2 |
* | [ARM] Move asm/hardware/clock.h to linux/clk.h | Russell King | 2006-01-07 | 1 | -0/+124 |