summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Fix minor errors in of_clk_init() function commentsSylwester Nawrocki2014-03-271-2/+2
* clk: reverse default clk provider initialization order in of_clk_init()Sylwester Nawrocki2014-03-271-1/+1
* clk: support hardware-specific debugfs entriesAlex Elder2014-03-241-0/+4
* clk: turn rate change failed warning into pr_debugSascha Hauer2014-03-201-1/+1
* clk: respect the clock dependencies in of_clk_initGregory CLEMENT2014-03-191-4/+79
* Merge branch 'clk-fixes' into clk-nextMike Turquette2014-02-241-6/+7
|\
| * clk: Correct handling of NULL clk in __clk_{get, put}Sylwester Nawrocki2014-02-241-6/+7
* | clk: return probe defer when DT clock not yet readyJean-Francois Moine2014-02-241-1/+1
* | clk: add pr_debug & kerneldoc around clk notifiersMike Turquette2014-02-241-1/+4
* | clk: add clock-indices supportBen Dooks2014-02-231-1/+19
* | clk: Fix notifier documentationSoren Brinkmann2014-02-181-12/+3
|/
* clk: Export more clk-provider functionsStephen Boyd2014-01-271-0/+7
* CLK: ti: add init support for clock IP blocksTero Kristo2014-01-171-3/+1
* clk: Add set_rate_and_parent() opStephen Boyd2014-01-161-19/+59
* Merge branch 'clk-next-unregister' into clk-nextMike Turquette2013-12-311-11/+174
|\
| * clk: Implement clk_unregisterSylwester Nawrocki2013-12-041-3/+118
| * clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki2013-12-041-0/+26
| * clk: Provide not locked variant of of_clk_get_from_provider()Sylwester Nawrocki2013-12-041-8/+30
* | clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette2013-12-271-1/+1
* | clk: add clk accuracy retrieval supportBoris BREZILLON2013-12-221-7/+93
* | clk: Fix debugfs reparenting NULL pointer dereferenceStephen Boyd2013-12-141-2/+1
|/
* clk: clean up everything on debugfs errorAlex Elder2013-11-271-1/+2
* clk: of: helper for determining number of parent clocksMike Turquette2013-10-071-0/+6
* clk: Correct lookup logic in clk_fetch_parent_index()Tomasz Figa2013-10-011-4/+7
* clk: Use kcalloc() to allocate arraysTomasz Figa2013-10-011-7/+7
* clk: Add error handling to clk_fetch_parent_index()Tomasz Figa2013-10-011-11/+14
* clk: only call get_parent if there is oneAlex Elder2013-09-091-1/+1
* clk: Move symbol export to proper locationThierry Reding2013-09-031-1/+1
* clk: fix new_parent dereference before null checkJames Hogan2013-08-301-6/+7
* clk: get matching entry under lock in of_clk_init()Alex Elder2013-08-271-2/+2
* clk: handle NULL struct clk gracefullyMike Turquette2013-08-211-1/+7
* clk: clk-mux: implement remuxing on set_rateJames Hogan2013-08-191-0/+49
* clk: add support for clock reparent on set_rateJames Hogan2013-08-191-46/+96
* clk: move some parent related functions upwardsJames Hogan2013-08-191-104/+104
* clk: abstract parent cacheJames Hogan2013-08-191-7/+14
* clk: fix typosPeter Meerwald2013-07-251-6/+7
* Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-07-031-51/+49
|\
| * clk: Always notify whole subtree when reparentingSoren Brinkmann2013-06-151-2/+1
| * clk: honor CLK_GET_RATE_NOCACHE in clk_set_ratePeter De Schrijver2013-06-111-1/+1
| * clk: use clk_get_rate() for debugfsPeter De Schrijver2013-06-111-2/+2
| * clk: Disable unused clocks after deferred probing is doneSaravana Kannan2013-05-291-1/+1
| * clk: Fix race condition between clk_set_parent and clk_enable()Saravana Kannan2013-05-281-45/+44
* | clk: remove notifier from list before freeing itLai Jiangshan2013-06-061-0/+1
|/
* clk: add clk_ignore_unused option to keep boot clocks onOlof Johansson2013-04-271-0/+13
* clk: export __clk_get_flags for modular clock providersSebastian Hesselbarth2013-04-151-0/+1
* clk: Properly handle notifier return valuesSoren Brinkmann2013-04-101-5/+5
* clk: Fixup locking issues for clk_set_parentUlf Hansson2013-04-081-15/+52
* clk: Fixup errorhandling for clk_set_parentUlf Hansson2013-04-081-20/+36
* clk: Restructure code for __clk_reparentUlf Hansson2013-04-081-28/+42
* clk: allow reentrant calls into the clk frameworkMike Turquette2013-04-021-2/+42
OpenPOWER on IntegriCloud