aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-17clk: fix possible null pointer dereferenceStanimir Varbanov1-1/+1
2014-12-15clk: Really fix deadlock with mmap_semStephen Boyd1-2/+3
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-6/+11
2014-12-03clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso1-3/+3
2014-12-03clk: Don't expose __clk_get_accuracyTomeu Vizoso1-1/+1
2014-12-03clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso1-1/+4
2014-12-03clk: Remove unused function __clk_get_prepare_countTomeu Vizoso1-5/+0
2014-11-19clk: delete a local variable's repeated assignmentZhen Lei1-1/+1
2014-09-27Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextMike Turquette1-4/+91
2014-09-27clk: Add a function to retrieve phaseMaxime Ripard1-0/+10
2014-09-27clk: introduce clk_set_phase function & callbackMike Turquette1-4/+81
2014-09-17Merge branch 'clk-fixes' into clk-nextMike Turquette1-1/+6
2014-09-10clk: Don't hold prepare_lock across debugfs creationStephen Boyd1-46/+27
2014-09-03clk: prevent erronous parsing of children during rate changeTero Kristo1-1/+6
2014-07-29clk: Propagate any error return from debug_init()Chris Brand1-2/+4
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki1-2/+10
2014-07-02clk: define and export clk_debugs_add_filePeter De Schrijver1-0/+12
2014-07-01clk: Fix build warningsSachin Kamat1-11/+11
2014-06-26clk: flatten clk tree in debugfsPeter De Schrijver1-79/+35
2014-06-03clk: export __clk_round_rate for providersArnd Bergmann1-0/+1
2014-05-23clk: Neaten clk_summary outputGeert Uytterhoeven1-4/+3
2014-04-30clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()Stephen Boyd1-3/+6
2014-04-30clk: Consolidate recalc rate logicStephen Boyd1-16/+11
2014-04-30clk: Don't check for missing ops in clk_set_parent()Stephen Boyd1-3/+0
2014-04-30clk: Fix slab corruption in clk_unregister()Stephen Boyd1-1/+2
2014-04-30clk: Fix double free due to devm_clk_register()Stephen Boyd1-41/+30
2014-03-27clk: Fix minor errors in of_clk_init() function commentsSylwester Nawrocki1-2/+2
2014-03-27clk: reverse default clk provider initialization order in of_clk_init()Sylwester Nawrocki1-1/+1
2014-03-24clk: support hardware-specific debugfs entriesAlex Elder1-0/+4
2014-03-20clk: turn rate change failed warning into pr_debugSascha Hauer1-1/+1
2014-03-19clk: respect the clock dependencies in of_clk_initGregory CLEMENT1-4/+79
2014-02-24Merge branch 'clk-fixes' into clk-nextMike Turquette1-6/+7
2014-02-24clk: Correct handling of NULL clk in __clk_{get, put}Sylwester Nawrocki1-6/+7
2014-02-24clk: return probe defer when DT clock not yet readyJean-Francois Moine1-1/+1
2014-02-24clk: add pr_debug & kerneldoc around clk notifiersMike Turquette1-1/+4
2014-02-23clk: add clock-indices supportBen Dooks1-1/+19
2014-02-18clk: Fix notifier documentationSoren Brinkmann1-12/+3
2014-01-27clk: Export more clk-provider functionsStephen Boyd1-0/+7
2014-01-17CLK: ti: add init support for clock IP blocksTero Kristo1-3/+1
2014-01-16clk: Add set_rate_and_parent() opStephen Boyd1-19/+59
2013-12-31Merge branch 'clk-next-unregister' into clk-nextMike Turquette1-11/+174
2013-12-27clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette1-1/+1
2013-12-22clk: add clk accuracy retrieval supportBoris BREZILLON1-7/+93
2013-12-14clk: Fix debugfs reparenting NULL pointer dereferenceStephen Boyd1-2/+1
2013-12-04clk: Implement clk_unregisterSylwester Nawrocki1-3/+118
2013-12-04clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki1-0/+26
2013-12-04clk: Provide not locked variant of of_clk_get_from_provider()Sylwester Nawrocki1-8/+30
2013-11-27clk: clean up everything on debugfs errorAlex Elder1-1/+2
2013-10-07clk: of: helper for determining number of parent clocksMike Turquette1-0/+6
2013-10-01clk: Correct lookup logic in clk_fetch_parent_index()Tomasz Figa1-4/+7