summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds
2015-02-19clk: Only recalculate the rate if neededTomeu Vizoso
2015-02-18clk: Don't dereference parent clock if is NULLJavier Martinez Canillas
2015-02-13clk: convert clock name allocations to kstrdup_constAndrzej Hajda
2015-02-06clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2015-02-02clk: remove clk-private.hMichael Turquette
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso
2015-01-28clk: Remove __clk_registerTomeu Vizoso
2015-01-28clk: Remove unneeded NULL checksTomeu Vizoso
2015-01-27clk: Export phase functionsMaxime Ripard
2015-01-27clk: Add __clk_mux_determine_rate_closestStephen Boyd
2015-01-27clk: Fix debugfs clk removal before initedSrinivas Kandagatla
2015-01-24Merge branch 'clk-has-parent' into clk-nextMichael Turquette
2015-01-24clk: Introduce clk_has_parent()Thierry Reding
2015-01-20clk: Skip fetching index for single parent clocksStephen Boyd
2015-01-17clk: fix possible null pointer dereferenceStanimir Varbanov
2014-12-15clk: Really fix deadlock with mmap_semStephen Boyd
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso
2014-12-03clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso
2014-12-03clk: Don't expose __clk_get_accuracyTomeu Vizoso
2014-12-03clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso
2014-12-03clk: Remove unused function __clk_get_prepare_countTomeu Vizoso
2014-11-19clk: delete a local variable's repeated assignmentZhen Lei
2014-09-27Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne...Mike Turquette
2014-09-27clk: Add a function to retrieve phaseMaxime Ripard
2014-09-27clk: introduce clk_set_phase function & callbackMike Turquette
2014-09-17Merge branch 'clk-fixes' into clk-nextMike Turquette
2014-09-10clk: Don't hold prepare_lock across debugfs creationStephen Boyd
2014-09-03clk: prevent erronous parsing of children during rate changeTero Kristo
2014-07-29clk: Propagate any error return from debug_init()Chris Brand
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki
2014-07-02clk: define and export clk_debugs_add_filePeter De Schrijver
2014-07-01clk: Fix build warningsSachin Kamat
2014-06-26clk: flatten clk tree in debugfsPeter De Schrijver
2014-06-03clk: export __clk_round_rate for providersArnd Bergmann
2014-05-23clk: Neaten clk_summary outputGeert Uytterhoeven
2014-04-30clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()Stephen Boyd
2014-04-30clk: Consolidate recalc rate logicStephen Boyd
2014-04-30clk: Don't check for missing ops in clk_set_parent()Stephen Boyd
2014-04-30clk: Fix slab corruption in clk_unregister()Stephen Boyd
2014-04-30clk: Fix double free due to devm_clk_register()Stephen Boyd
2014-03-27clk: Fix minor errors in of_clk_init() function commentsSylwester Nawrocki
2014-03-27clk: reverse default clk provider initialization order in of_clk_init()Sylwester Nawrocki
2014-03-24clk: support hardware-specific debugfs entriesAlex Elder
2014-03-20clk: turn rate change failed warning into pr_debugSascha Hauer
2014-03-19clk: respect the clock dependencies in of_clk_initGregory CLEMENT
2014-02-24Merge branch 'clk-fixes' into clk-nextMike Turquette
2014-02-24clk: Correct handling of NULL clk in __clk_{get, put}Sylwester Nawrocki
2014-02-24clk: return probe defer when DT clock not yet readyJean-Francois Moine