summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Simplify debugfs printing and add a newlineStephen Boyd2019-09-191-19/+15
* clk: Fix debugfs clk_possible_parents for clks without parent string namesChen-Yu Tsai2019-09-191-3/+41
* clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl2019-09-101-1/+2
* clk: Fix falling back to legacy parent string matchingStephen Boyd2019-09-101-12/+34
* 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/+0
|\ \
| * | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+0
| |/
| |
| \
*-. \ 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-011-15/+10
| * | 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/+1
| |/ |/|
| * 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-151-3/+16
|\
| *-. Merge branches 'clk-qcom-rpmh', 'clk-qcom-spdx', 'clk-con-id-leak', 'clk-fixe...Stephen Boyd2018-08-141-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-141-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
|\ \ \ | | |/ | |/|
| * | clk: add duty cycle supportJerome Brunet2018-06-191-5/+194
| |/
* / clk: Really show symbolic clock flags in debugfsGeert Uytterhoeven2018-07-061-2/+1
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-2/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-126/+45
|\
| *-. Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '...Stephen Boyd2018-06-041-6/+2
| |\ \
| | * | clk: use match_string() helperYisheng Xie2018-06-011-6/+2
| | |/
| | |
| | \
| *-. \ Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and...Stephen Boyd2018-06-041-112/+30
| |\ \ \ | | | |/ | | |/|
| | | * clk: remove clk_debugfs_add_file()Greg Kroah-Hartman2018-06-011-13/+0