summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
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
2013-10-01clk: Add error handling to clk_fetch_parent_index()Tomasz Figa
2013-09-09clk: only call get_parent if there is oneAlex Elder
2013-09-03clk: Move symbol export to proper locationThierry Reding
2013-08-30clk: fix new_parent dereference before null checkJames Hogan
2013-08-27clk: get matching entry under lock in of_clk_init()Alex Elder
2013-08-21clk: handle NULL struct clk gracefullyMike Turquette
2013-08-19clk: clk-mux: implement remuxing on set_rateJames Hogan
2013-08-19clk: add support for clock reparent on set_rateJames Hogan
2013-08-19clk: move some parent related functions upwardsJames Hogan
2013-08-19clk: abstract parent cacheJames Hogan
2013-07-25clk: fix typosPeter Meerwald
2013-07-03Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds
2013-06-15clk: Always notify whole subtree when reparentingSoren Brinkmann
2013-06-11clk: honor CLK_GET_RATE_NOCACHE in clk_set_ratePeter De Schrijver
2013-06-11clk: use clk_get_rate() for debugfsPeter De Schrijver
2013-06-06clk: remove notifier from list before freeing itLai Jiangshan
2013-05-29clk: Disable unused clocks after deferred probing is doneSaravana Kannan
2013-05-28clk: Fix race condition between clk_set_parent and clk_enable()Saravana Kannan