summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
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
2014-02-24clk: add pr_debug & kerneldoc around clk notifiersMike Turquette
2014-02-23clk: add clock-indices supportBen Dooks
2014-02-18clk: Fix notifier documentationSoren Brinkmann
2014-01-27clk: Export more clk-provider functionsStephen Boyd
2014-01-17CLK: ti: add init support for clock IP blocksTero Kristo
2014-01-16clk: Add set_rate_and_parent() opStephen Boyd
2013-12-31Merge branch 'clk-next-unregister' into clk-nextMike Turquette
2013-12-27clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette
2013-12-22clk: add clk accuracy retrieval supportBoris BREZILLON
2013-12-14clk: Fix debugfs reparenting NULL pointer dereferenceStephen Boyd
2013-12-04clk: Implement clk_unregisterSylwester Nawrocki
2013-12-04clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki
2013-12-04clk: Provide not locked variant of of_clk_get_from_provider()Sylwester Nawrocki
2013-11-27clk: clean up everything on debugfs errorAlex Elder
2013-10-07clk: of: helper for determining number of parent clocksMike Turquette
2013-10-01clk: Correct lookup logic in clk_fetch_parent_index()Tomasz Figa
2013-10-01clk: Use kcalloc() to allocate arraysTomasz Figa