aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-01clk: Use kcalloc() to allocate arraysTomasz Figa1-7/+7
2013-10-01clk: Add error handling to clk_fetch_parent_index()Tomasz Figa1-11/+14
2013-09-09clk: only call get_parent if there is oneAlex Elder1-1/+1
2013-09-03clk: Move symbol export to proper locationThierry Reding1-1/+1
2013-08-30clk: fix new_parent dereference before null checkJames Hogan1-6/+7
2013-08-27clk: get matching entry under lock in of_clk_init()Alex Elder1-2/+2
2013-08-21clk: handle NULL struct clk gracefullyMike Turquette1-1/+7
2013-08-19clk: clk-mux: implement remuxing on set_rateJames Hogan1-0/+49
2013-08-19clk: add support for clock reparent on set_rateJames Hogan1-46/+96
2013-08-19clk: move some parent related functions upwardsJames Hogan1-104/+104
2013-08-19clk: abstract parent cacheJames Hogan1-7/+14
2013-07-25clk: fix typosPeter Meerwald1-6/+7
2013-07-03Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-51/+49
2013-06-15clk: Always notify whole subtree when reparentingSoren Brinkmann1-2/+1
2013-06-11clk: honor CLK_GET_RATE_NOCACHE in clk_set_ratePeter De Schrijver1-1/+1
2013-06-11clk: use clk_get_rate() for debugfsPeter De Schrijver1-2/+2
2013-06-06clk: remove notifier from list before freeing itLai Jiangshan1-0/+1
2013-05-29clk: Disable unused clocks after deferred probing is doneSaravana Kannan1-1/+1
2013-05-28clk: Fix race condition between clk_set_parent and clk_enable()Saravana Kannan1-45/+44
2013-04-27clk: add clk_ignore_unused option to keep boot clocks onOlof Johansson1-0/+13
2013-04-15clk: export __clk_get_flags for modular clock providersSebastian Hesselbarth1-0/+1
2013-04-10clk: Properly handle notifier return valuesSoren Brinkmann1-5/+5
2013-04-08clk: Fixup locking issues for clk_set_parentUlf Hansson1-15/+52
2013-04-08clk: Fixup errorhandling for clk_set_parentUlf Hansson1-20/+36
2013-04-08clk: Restructure code for __clk_reparentUlf Hansson1-28/+42
2013-04-02clk: allow reentrant calls into the clk frameworkMike Turquette1-2/+42