summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-27Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' ...Stephen Boyd1-69/+435
2018-01-11clk: fix reentrancy of clk_enable() on UP systemsDavid Lechner1-1/+9
2018-01-11clk: Simplify debugfs registrationStephen Boyd1-6/+2
2018-01-11clk: Fix debugfs_create_*() usageGeert Uytterhoeven1-19/+17
2018-01-11clk: Show symbolic clock flags in debugfsGeert Uytterhoeven1-2/+55
2018-01-04clk: Improve flags doc for of_clk_detect_critical()Geert Uytterhoeven1-1/+1
2017-12-27clk: use atomic runtime pm api in clk_core_is_enabledDong Aisheng1-1/+2
2017-12-22clk: Don't touch hardware when reparenting during registrationStephen Boyd1-2/+5
2017-12-20clk: fix set_rate_range when current rate is out of rangeJerome Brunet1-4/+33
2017-12-20clk: add clk_rate_exclusive apiJerome Brunet1-0/+172
2017-12-20clk: cosmetic changes to clk_summary debugfs entryJerome Brunet1-3/+4
2017-12-20clk: add clock protection mechanism to clk coreJerome Brunet1-7/+112
2017-12-20clk: use round rate to bail out early in set_rateJerome Brunet1-2/+23
2017-12-20clk: rework calls to round and determine rate callbacksJerome Brunet1-30/+52
2017-12-20clk: add clk_core_set_phase_nolock functionJerome Brunet1-12/+21
2017-12-20clk: take the prepare lock out of clk_core_set_parentJerome Brunet1-20/+20
2017-12-20clk: fix incorrect usage of ENOSYSJerome Brunet1-1/+1
2017-12-19clk: check ops pointer on clock registerJerome Brunet1-0/+7
2017-12-06clk: Manage proper runtime PM state in clk_change_rate()Marek Szyprowski1-0/+5
2017-11-14Merge branch 'clk-devm-provider' into clk-nextStephen Boyd1-0/+52
2017-11-02clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd1-0/+52
2017-09-30Merge branch 'clk-pm-runtime' into clk-nextStephen Boyd1-14/+112
2017-09-08clk: Add support for runtime PMMarek Szyprowski1-14/+112
2017-07-22clk: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-04-22clk: Improve a size determination in two functionsMarkus Elfring1-2/+2
2017-04-22clk: Replace four seq_printf() calls by seq_putc()Markus Elfring1-5/+4
2017-04-12clk: aggregate return codes of notify chainsPeter De Schrijver1-0/+2
2017-04-12clk: add clk_possible_parents debugfs filePeter De Schrijver1-0/+32
2017-03-07clk: core: Copy connection idLeonard Crestez1-1/+2
2016-08-31clk: core: Force setting the phase delay when no changeJean-Francois Moine1-5/+0
2016-08-26clk: Simplify __of_clk_get_hw_from_provider()Stephen Boyd1-11/+6
2016-08-16clk: Return errors from clk providers in __of_clk_get_from_provider()Stephen Boyd1-4/+5
2016-08-13clk: use ERR_CAST() for __clk_create_clk()Masahiro Yamada1-1/+1
2016-08-13clk: core: Avoid double initialization of clocksRicardo Ribalda Delgado1-0/+4
2016-08-12clk: migrate ref counts when orphans are reunitedMichael Turquette1-2/+10
2016-07-02clk: core: support clocks which requires parents enable (part 2)Dong Aisheng1-15/+33
2016-07-02clk: core: support clocks which requires parents enable (part 1)Dong Aisheng1-0/+5
2016-07-02clk: move clk_disable_unused after clk_core_disable_unprepare functionDong Aisheng1-98/+98
2016-07-02clk: introduce clk_core_enable_lock and clk_core_disable_lock functionsDong Aisheng1-22/+63
2016-06-21clk: correct comments for __clk_determine_ratePeng Fan1-3/+1
2016-06-21clk: Remove unused variableLee Jones1-2/+1
2016-06-17Merge commit 'f17a0dd1c2e0' into clk-nextMichael Turquette1-4/+4
2016-06-15clk: Use _rcuidle suffix to allow clk_core_enable() to used from idlePaul E. McKenney1-2/+2
2016-06-15clk: Add _rcuidle tracepoints to allow clk_core_disable() use from idlePaul E. McKenney1-2/+2
2016-05-20clk: fix critical clock lockingMaxime Ripard1-0/+5
2016-05-03clk: fix comment of devm_clk_hw_register()Masahiro Yamada1-1/+1
2016-04-22Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd1-4/+167
2016-04-20clk: Add clk_hw OF clk providersStephen Boyd1-4/+81
2016-04-20clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd1-0/+86
2016-04-09clk: Provide OF helper to mark clocks as CRITICALLee Jones1-0/+35