aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-98/+522
2018-01-26Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner' into clk-nextStephen Boyd1-1/+9
2018-01-26Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' and 'clk-meson' into clk-nextStephen Boyd1-28/+75
2018-01-26Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk-pxa' into clk-nextStephen Boyd1-2/+5
2018-01-26Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' and 'clk-omap' into clk-nextStephen Boyd1-69/+435
2018-01-10clk: fix reentrancy of clk_enable() on UP systemsDavid Lechner1-1/+9
2018-01-10clk: Simplify debugfs registrationStephen Boyd1-6/+2
2018-01-10clk: Fix debugfs_create_*() usageGeert Uytterhoeven1-19/+17
2018-01-10clk: Show symbolic clock flags in debugfsGeert Uytterhoeven1-2/+55
2018-01-03clk: Improve flags doc for of_clk_detect_critical()Geert Uytterhoeven1-1/+1
2017-12-26clk: use atomic runtime pm api in clk_core_is_enabledDong Aisheng1-1/+2
2017-12-21clk: Don't touch hardware when reparenting during registrationStephen Boyd1-2/+5
2017-12-19clk: fix set_rate_range when current rate is out of rangeJerome Brunet1-4/+33
2017-12-19clk: add clk_rate_exclusive apiJerome Brunet1-0/+172
2017-12-19clk: cosmetic changes to clk_summary debugfs entryJerome Brunet1-3/+4
2017-12-19clk: add clock protection mechanism to clk coreJerome Brunet1-7/+112
2017-12-19clk: use round rate to bail out early in set_rateJerome Brunet1-2/+23
2017-12-19clk: rework calls to round and determine rate callbacksJerome Brunet1-30/+52
2017-12-19clk: add clk_core_set_phase_nolock functionJerome Brunet1-12/+21
2017-12-19clk: take the prepare lock out of clk_core_set_parentJerome Brunet1-20/+20
2017-12-19clk: fix incorrect usage of ENOSYSJerome Brunet1-1/+1
2017-12-19clk: check ops pointer on clock registerJerome Brunet1-0/+7
2017-12-05clk: 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-01clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd1-0/+52
2017-09-29Merge branch 'clk-pm-runtime' into clk-nextStephen Boyd1-14/+112
2017-09-07clk: Add support for runtime PMMarek Szyprowski1-14/+112
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-04-21clk: Improve a size determination in two functionsMarkus Elfring1-2/+2
2017-04-21clk: 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-30clk: 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-15clk: Return errors from clk providers in __of_clk_get_from_provider()Stephen Boyd1-4/+5
2016-08-12clk: use ERR_CAST() for __clk_create_clk()Masahiro Yamada1-1/+1
2016-08-12clk: core: Avoid double initialization of clocksRicardo Ribalda Delgado1-0/+4
2016-08-11clk: migrate ref counts when orphans are reunitedMichael Turquette1-2/+10
2016-07-01clk: core: support clocks which requires parents enable (part 2)Dong Aisheng1-15/+33
2016-07-01clk: core: support clocks which requires parents enable (part 1)Dong Aisheng1-0/+5
2016-07-01clk: move clk_disable_unused after clk_core_disable_unprepare functionDong Aisheng1-98/+98
2016-07-01clk: introduce clk_core_enable_lock and clk_core_disable_lock functionsDong Aisheng1-22/+63
2016-06-20clk: correct comments for __clk_determine_ratePeng Fan1-3/+1
2016-06-20clk: Remove unused variableLee Jones1-2/+1
2016-06-16Merge 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-19clk: fix critical clock lockingMaxime Ripard1-0/+5
2016-05-02clk: fix comment of devm_clk_hw_register()Masahiro Yamada1-1/+1