Age | Commit message (Expand) | Author | Files | Lines |
2014-09-27 | Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne... | Mike Turquette | 1 | -4/+91 |
2014-09-27 | clk: Add a function to retrieve phase | Maxime Ripard | 1 | -0/+10 |
2014-09-27 | clk: introduce clk_set_phase function & callback | Mike Turquette | 1 | -4/+81 |
2014-09-17 | Merge branch 'clk-fixes' into clk-next | Mike Turquette | 1 | -1/+6 |
2014-09-11 | clk: Don't hold prepare_lock across debugfs creation | Stephen Boyd | 1 | -46/+27 |
2014-09-03 | clk: prevent erronous parsing of children during rate change | Tero Kristo | 1 | -1/+6 |
2014-07-30 | clk: Propagate any error return from debug_init() | Chris Brand | 1 | -2/+4 |
2014-07-26 | clk: Support for clock parents and rates assigned from device tree | Sylwester Nawrocki | 1 | -2/+10 |
2014-07-03 | clk: define and export clk_debugs_add_file | Peter De Schrijver | 1 | -0/+12 |
2014-07-02 | clk: Fix build warnings | Sachin Kamat | 1 | -11/+11 |
2014-06-26 | clk: flatten clk tree in debugfs | Peter De Schrijver | 1 | -79/+35 |
2014-06-03 | clk: export __clk_round_rate for providers | Arnd Bergmann | 1 | -0/+1 |
2014-05-24 | clk: Neaten clk_summary output | Geert Uytterhoeven | 1 | -4/+3 |
2014-04-30 | clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}() | Stephen Boyd | 1 | -3/+6 |
2014-04-30 | clk: Consolidate recalc rate logic | Stephen Boyd | 1 | -16/+11 |
2014-04-30 | clk: Don't check for missing ops in clk_set_parent() | Stephen Boyd | 1 | -3/+0 |
2014-04-30 | clk: Fix slab corruption in clk_unregister() | Stephen Boyd | 1 | -1/+2 |
2014-04-30 | clk: Fix double free due to devm_clk_register() | Stephen Boyd | 1 | -41/+30 |
2014-03-28 | clk: Fix minor errors in of_clk_init() function comments | Sylwester Nawrocki | 1 | -2/+2 |
2014-03-28 | clk: reverse default clk provider initialization order in of_clk_init() | Sylwester Nawrocki | 1 | -1/+1 |
2014-03-25 | clk: support hardware-specific debugfs entries | Alex Elder | 1 | -0/+4 |
2014-03-21 | clk: turn rate change failed warning into pr_debug | Sascha Hauer | 1 | -1/+1 |
2014-03-20 | clk: respect the clock dependencies in of_clk_init | Gregory CLEMENT | 1 | -4/+79 |
2014-02-25 | Merge branch 'clk-fixes' into clk-next | Mike Turquette | 1 | -6/+7 |
2014-02-25 | clk: Correct handling of NULL clk in __clk_{get, put} | Sylwester Nawrocki | 1 | -6/+7 |
2014-02-25 | clk: return probe defer when DT clock not yet ready | Jean-Francois Moine | 1 | -1/+1 |
2014-02-25 | clk: add pr_debug & kerneldoc around clk notifiers | Mike Turquette | 1 | -1/+4 |
2014-02-24 | clk: add clock-indices support | Ben Dooks | 1 | -1/+19 |
2014-02-19 | clk: Fix notifier documentation | Soren Brinkmann | 1 | -12/+3 |
2014-01-27 | clk: Export more clk-provider functions | Stephen Boyd | 1 | -0/+7 |
2014-01-18 | CLK: ti: add init support for clock IP blocks | Tero Kristo | 1 | -3/+1 |
2014-01-17 | clk: Add set_rate_and_parent() op | Stephen Boyd | 1 | -19/+59 |
2013-12-31 | Merge branch 'clk-next-unregister' into clk-next | Mike Turquette | 1 | -11/+174 |
2013-12-28 | clk: remove CONFIG_COMMON_CLK_DEBUG | Mike Turquette | 1 | -1/+1 |
2013-12-23 | clk: add clk accuracy retrieval support | Boris BREZILLON | 1 | -7/+93 |
2013-12-15 | clk: Fix debugfs reparenting NULL pointer dereference | Stephen Boyd | 1 | -2/+1 |
2013-12-04 | clk: Implement clk_unregister | Sylwester Nawrocki | 1 | -3/+118 |
2013-12-04 | clk: Add common __clk_get(), __clk_put() implementations | Sylwester Nawrocki | 1 | -0/+26 |
2013-12-04 | clk: Provide not locked variant of of_clk_get_from_provider() | Sylwester Nawrocki | 1 | -8/+30 |
2013-11-28 | clk: clean up everything on debugfs error | Alex Elder | 1 | -1/+2 |
2013-10-08 | clk: of: helper for determining number of parent clocks | Mike Turquette | 1 | -0/+6 |
2013-10-02 | clk: Correct lookup logic in clk_fetch_parent_index() | Tomasz Figa | 1 | -4/+7 |
2013-10-02 | clk: Use kcalloc() to allocate arrays | Tomasz Figa | 1 | -7/+7 |
2013-10-02 | clk: Add error handling to clk_fetch_parent_index() | Tomasz Figa | 1 | -11/+14 |
2013-09-10 | clk: only call get_parent if there is one | Alex Elder | 1 | -1/+1 |
2013-09-04 | clk: Move symbol export to proper location | Thierry Reding | 1 | -1/+1 |
2013-08-30 | clk: fix new_parent dereference before null check | James Hogan | 1 | -6/+7 |
2013-08-28 | clk: get matching entry under lock in of_clk_init() | Alex Elder | 1 | -2/+2 |
2013-08-22 | clk: handle NULL struct clk gracefully | Mike Turquette | 1 | -1/+7 |
2013-08-19 | clk: clk-mux: implement remuxing on set_rate | James Hogan | 1 | -0/+49 |