aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2020-07-07PM: runtime: clk: Fix clk_pm_runtime_get() error pathRafael J. Wysocki
2020-06-01clk: Don't cache errors from clk_ops::get_phase()Stephen Boyd
2020-05-15clk: Unlink clock if failed to prepare or enableMarc Zyngier
2020-05-15clk: Use parent node pointer during registration if necessaryStephen Boyd
2020-05-15clk: actually call the clock init before any other callback of the clockJerome Brunet
2020-04-12clk: Don't try to enable critical clocks if prepare failedGuenter Roeck
2020-03-30clk: Fix memory leak in clk_unregister()Kishon Vijay Abraham I
2020-03-20clk: Move clk_core_reparent_orphans() under CONFIG_OFOlof Johansson
2020-03-20clk: walk orphan list on clock provider registrationJerome Brunet
2019-09-19clk: Simplify debugfs printing and add a newlineStephen Boyd
2019-09-19clk: Fix debugfs clk_possible_parents for clks without parent string namesChen-Yu Tsai
2019-09-10clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl
2019-09-10clk: Fix falling back to legacy parent string matchingStephen Boyd
2019-06-17clk: Do a DT parent lookup even when index < 0Stephen Boyd
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Stephen Boyd
2019-05-03clk: Cache core in clk_fetch_parent_index() without namesStephen Boyd
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2019-04-19clk: Allow parents to be specified via clkspec indexStephen Boyd
2019-04-19clk: Look for parents with clkdev based clk_lookupsStephen Boyd
2019-04-19clk: Allow parents to be specified without string namesStephen Boyd
2019-04-19clk: Add of_clk_hw_register() API for early clk driversStephen Boyd
2019-04-19clk: Prepare for clk registration API that uses DT nodesStephen Boyd
2019-03-08clk: fixup default index for of_clk_get_by_name()Kuninori Morimoto
2019-03-08Merge branch 'clk-parent-rewrite' (early part) into clk-nextStephen Boyd
2019-03-08Merge branches 'clk-optional', 'clk-devm-clkdev-register', 'clk-allwinner', '...Stephen Boyd
2019-03-01clk: Move of_clk_*() APIs into clk.c from clkdev.cStephen Boyd
2019-03-01clk: Inform the core about consumer devicesStephen Boyd
2019-03-01clk: Introduce of_clk_get_hw_from_clkspec()Stephen Boyd
2019-03-01clk: core: clarify the check for runtime PMMiquel Raynal
2019-03-01clk: Combine __clk_get() and __clk_create_clk()Stephen Boyd
2019-02-02clk: export some clk_hw function symbols for module driversJerome Brunet
2019-02-01clk: Document and simplify clk_core_get_rate_nolock()Stephen Boyd
2019-01-24clk: Document __clk_mux_determine_rate()Stephen Boyd
2019-01-24clk: Document deprecated thingsStephen Boyd
2019-01-24clk: Remove global clk traversal on fetch parent indexDerek Basehore
2019-01-09clk: sysfs: fix invalid JSON in clk_dumpLubomir Rintel
2018-12-14Merge branches 'clk-managed-registration', 'clk-spdx', 'clk-remove-basic' and...Stephen Boyd
2018-12-11clk: Tag clk core files with SPDXStephen Boyd
2018-12-05clk: of-provider: look at parent if registered device has no provider infoMatti Vaittinen
2018-12-04clk: Add kerneldoc to managed of-provider interfacesMatti Vaittinen
2018-10-11clk: Clean up suspend/resume coding styleStephen Boyd
2018-10-03clk: clk: Add clk_gate_restore_context functionKeerthy
2018-10-03clk: Add functions to save/restore clock context en-masseRuss Dill
2018-08-15Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-08-14Merge branches 'clk-qcom-rpmh', 'clk-qcom-spdx', 'clk-con-id-leak', 'clk-fixe...Stephen Boyd
2018-08-14Merge branches 'clk-qcom-set-rate-gate', 'clk-core-set-rate-gate', 'clk-core-...Stephen Boyd
2018-08-09Merge branch 'asoc-4.19' into asoc-nextMark Brown
2018-07-25clk: core: Potentially free connection idMikko Perttunen