summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl2019-08-161-1/+2
* clk: Fix falling back to legacy parent string matchingStephen Boyd2019-08-161-12/+34
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-171-8/+55
|\
| *-. Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Stephen Boyd2019-07-121-0/+1
| |\ \
| | | * clk: Unexport __clk_of_tableStephen Boyd2019-05-241-0/+1
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' in...Stephen Boyd2019-07-121-4/+16
| |\ \ \ \ | | | | |/ | | | |/|
| | | | * clk: Simplify clk_core_can_round()Geert Uytterhoeven2019-06-251-4/+1Star
| | | |/
| | * / clk: Add clk_parent entry in debugfsLeonard Crestez2019-06-251-0/+15
| | |/
| | |
| | \
| *-. \ Merge branches 'clk-bulk-optional', 'clk-kirkwood', 'clk-socfpga' and 'clk-do...Stephen Boyd2019-07-121-2/+2
| |\ \ \ | | | |/ | | |/|
| | | * clk: Grammar missing "and", Spelling s/statisfied/satisfied/Geert Uytterhoeven2019-06-251-2/+2
| | |/
| * | clk: Simplify debugfs printing and add a newlineStephen Boyd2019-06-251-19/+15Star
| * | clk: Fix debugfs clk_possible_parents for clks without parent string namesChen-Yu Tsai2019-06-181-3/+41
| |/
* / clk: Do a DT parent lookup even when index < 0Stephen Boyd2019-06-171-1/+1
|/
* Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd2019-05-071-80/+273
|\
| * clk: Cache core in clk_fetch_parent_index() without namesStephen Boyd2019-05-031-10/+27
| * clk: Allow parents to be specified via clkspec indexStephen Boyd2019-04-191-7/+11
| * clk: Look for parents with clkdev based clk_lookupsStephen Boyd2019-04-191-9/+18
| * clk: Allow parents to be specified without string namesStephen Boyd2019-04-191-62/+200
| * clk: Add of_clk_hw_register() API for early clk driversStephen Boyd2019-04-191-3/+23
| * clk: Prepare for clk registration API that uses DT nodesStephen Boyd2019-04-191-13/+18
* | Merge branch 'clk-ti' into clk-nextStephen Boyd2019-05-071-1/+0Star
|\ \
| * | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+0Star
| |/
| |
| \
*-. \ Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Stephen Boyd2019-05-071-20/+26
|\ \ \ | |_|/ |/| |
| * | clk: Document and simplify clk_core_get_rate_nolock()Stephen Boyd2019-02-021-15/+10Star
| * | clk: Document __clk_mux_determine_rate()Stephen Boyd2019-01-241-0/+6
| * | clk: Document deprecated thingsStephen Boyd2019-01-241-5/+10
* | | clk: fixup default index for of_clk_get_by_name()Kuninori Morimoto2019-03-081-1/+1
* | | Merge branch 'clk-parent-rewrite' (early part) into clk-nextStephen Boyd2019-03-081-56/+203
|\ \ \
| * | | clk: Move of_clk_*() APIs into clk.c from clkdev.cStephen Boyd2019-03-011-3/+54
| * | | clk: Inform the core about consumer devicesStephen Boyd2019-03-011-2/+5
| * | | clk: Introduce of_clk_get_hw_from_clkspec()Stephen Boyd2019-03-011-5/+41
| * | | clk: core: clarify the check for runtime PMMiquel Raynal2019-03-011-6/+8
| * | | clk: Combine __clk_get() and __clk_create_clk()Stephen Boyd2019-03-011-46/+94
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'clk-optional', 'clk-devm-clkdev-register', 'clk-allwinner', '...Stephen Boyd2019-03-081-0/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * clk: export some clk_hw function symbols for module driversJerome Brunet2019-02-021-0/+3
| |/
* | clk: Remove global clk traversal on fetch parent indexDerek Basehore2019-01-241-2/+12
* | clk: sysfs: fix invalid JSON in clk_dumpLubomir Rintel2019-01-091-1/+1
|/
*-. Merge branches 'clk-managed-registration', 'clk-spdx', 'clk-remove-basic' and...Stephen Boyd2018-12-141-6/+41
|\ \
| | * clk: Tag clk core files with SPDXStephen Boyd2018-12-111-4/+1Star
| |/ |/|
| * clk: of-provider: look at parent if registered device has no provider infoMatti Vaittinen2018-12-051-4/+27
| * clk: Add kerneldoc to managed of-provider interfacesMatti Vaittinen2018-12-041-0/+15
|/
* clk: Clean up suspend/resume coding styleStephen Boyd2018-10-111-20/+22
* clk: clk: Add clk_gate_restore_context functionKeerthy2018-10-031-0/+19
* clk: Add functions to save/restore clock context en-masseRuss Dill2018-10-031-0/+74
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-08-161-3/+16
|\
| *-. Merge branches 'clk-qcom-rpmh', 'clk-qcom-spdx', 'clk-con-id-leak', 'clk-fixe...Stephen Boyd2018-08-151-0/+3
| |\ \
| | | * clk: core: Potentially free connection idMikko Perttunen2018-07-251-0/+3
| | |/
| | |
| | \
| *-. \ Merge branches 'clk-qcom-set-rate-gate', 'clk-core-set-rate-gate', 'clk-core-...Stephen Boyd2018-08-151-8/+207
| |\ \ \ | | |_|/ | |/| |
| | * | clk: fix CLK_SET_RATE_GATE with clock rate protectionJerome Brunet2018-06-191-3/+13
| |/ /
* | | Merge branch 'asoc-4.19' into asoc-nextMark Brown2018-08-091-5/+194
|\ \ \ | | |/ | |/|