summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2018-03-12Merge branch 'clk-helpers' (early part) into clk-fixesStephen Boyd
2018-03-12clk: fix determine rate error with pass-through clockJerome Brunet
2018-03-12Merge branch 'clk-phase' into clk-fixesStephen Boyd
2018-03-12clk: migrate the count of orphaned clocks at initJerome Brunet
2018-03-11clk: update cached phase to respect the fact when setting phaseShawn Lin
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-01-26Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner...Stephen Boyd
2018-01-26Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an...Stephen Boyd
2018-01-26Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk...Stephen Boyd
2018-01-26Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' ...Stephen Boyd
2018-01-10clk: fix reentrancy of clk_enable() on UP systemsDavid Lechner
2018-01-10clk: Simplify debugfs registrationStephen Boyd
2018-01-10clk: Fix debugfs_create_*() usageGeert Uytterhoeven
2018-01-10clk: Show symbolic clock flags in debugfsGeert Uytterhoeven
2018-01-03clk: Improve flags doc for of_clk_detect_critical()Geert Uytterhoeven
2017-12-26clk: use atomic runtime pm api in clk_core_is_enabledDong Aisheng
2017-12-21clk: Don't touch hardware when reparenting during registrationStephen Boyd
2017-12-19clk: fix set_rate_range when current rate is out of rangeJerome Brunet
2017-12-19clk: add clk_rate_exclusive apiJerome Brunet
2017-12-19clk: cosmetic changes to clk_summary debugfs entryJerome Brunet
2017-12-19clk: add clock protection mechanism to clk coreJerome Brunet
2017-12-19clk: use round rate to bail out early in set_rateJerome Brunet
2017-12-19clk: rework calls to round and determine rate callbacksJerome Brunet
2017-12-19clk: add clk_core_set_phase_nolock functionJerome Brunet
2017-12-19clk: take the prepare lock out of clk_core_set_parentJerome Brunet
2017-12-19clk: fix incorrect usage of ENOSYSJerome Brunet
2017-12-19clk: check ops pointer on clock registerJerome Brunet
2017-12-05clk: Manage proper runtime PM state in clk_change_rate()Marek Szyprowski
2017-11-14Merge branch 'clk-devm-provider' into clk-nextStephen Boyd
2017-11-01clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd
2017-09-29Merge branch 'clk-pm-runtime' into clk-nextStephen Boyd
2017-09-07clk: Add support for runtime PMMarek Szyprowski
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring
2017-04-21clk: Improve a size determination in two functionsMarkus Elfring
2017-04-21clk: Replace four seq_printf() calls by seq_putc()Markus Elfring
2017-04-12clk: aggregate return codes of notify chainsPeter De Schrijver
2017-04-12clk: add clk_possible_parents debugfs filePeter De Schrijver
2017-03-07clk: core: Copy connection idLeonard Crestez
2016-08-30clk: core: Force setting the phase delay when no changeJean-Francois Moine
2016-08-26clk: Simplify __of_clk_get_hw_from_provider()Stephen Boyd
2016-08-15clk: Return errors from clk providers in __of_clk_get_from_provider()Stephen Boyd
2016-08-12clk: use ERR_CAST() for __clk_create_clk()Masahiro Yamada
2016-08-12clk: core: Avoid double initialization of clocksRicardo Ribalda Delgado
2016-08-11clk: migrate ref counts when orphans are reunitedMichael Turquette
2016-07-01clk: core: support clocks which requires parents enable (part 2)Dong Aisheng
2016-07-01clk: core: support clocks which requires parents enable (part 1)Dong Aisheng
2016-07-01clk: move clk_disable_unused after clk_core_disable_unprepare functionDong Aisheng
2016-07-01clk: introduce clk_core_enable_lock and clk_core_disable_lock functionsDong Aisheng
2016-06-20clk: correct comments for __clk_determine_ratePeng Fan
2016-06-20clk: Remove unused variableLee Jones