aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-12clk: check ->determine/round_rate() return value in clk_calc_new_ratesBoris Brezillon1-7/+16
2015-03-12Merge branch 'clk-fixes' into clk-nextStephen Boyd1-1/+26
2015-03-12clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd1-18/+14
2015-03-12clk: Rename child_node to clks_node to avoid confusionStephen Boyd1-6/+6
2015-03-12clk: clk_set_parent() with current parent shouldn't failStephen Boyd1-4/+6
2015-03-12clk: Add tracepoints for hardware operationsStephen Boyd1-10/+46
2015-03-12clk: Missing set_phase op is an errorStephen Boyd1-8/+4
2015-03-12clk: Use lockdep asserts to find missing hold of prepare_lockKrzysztof Kozlowski1-0/+14
2015-03-11clk: introduce clk_is_matchMichael Turquette1-0/+26
2015-03-11clk: don't export static symbolJulia Lawall1-1/+0
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-304/+705
2015-02-19clk: Only recalculate the rate if neededTomeu Vizoso1-1/+4
2015-02-18clk: Don't dereference parent clock if is NULLJavier Martinez Canillas1-2/+2
2015-02-13clk: convert clock name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-06clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd1-4/+14
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-54/+218
2015-02-02clk: remove clk-private.hMichael Turquette1-2/+39
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso1-225/+406
2015-01-28clk: Remove __clk_registerTomeu Vizoso1-42/+0
2015-01-28clk: Remove unneeded NULL checksTomeu Vizoso1-9/+0
2015-01-27clk: Export phase functionsMaxime Ripard1-0/+2
2015-01-27clk: Add __clk_mux_determine_rate_closestStephen Boyd1-9/+38
2015-01-27clk: Fix debugfs clk removal before initedSrinivas Kandagatla1-4/+0
2015-01-24Merge branch 'clk-has-parent' into clk-nextMichael Turquette1-0/+30
2015-01-24clk: Introduce clk_has_parent()Thierry Reding1-0/+30
2015-01-20clk: Skip fetching index for single parent clocksStephen Boyd1-1/+1
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