summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | clk: add duty cycle supportJerome Brunet2018-06-191-5/+194
| |/
* / clk: Really show symbolic clock flags in debugfsGeert Uytterhoeven2018-07-061-2/+1Star
|/
* 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/+45Star
|\
| *-. Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '...Stephen Boyd2018-06-041-6/+2Star
| |\ \
| | * | clk: use match_string() helperYisheng Xie2018-06-021-6/+2Star
| | |/
| | |
| | \
| *-. \ Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and...Stephen Boyd2018-06-041-112/+30Star
| |\ \ \ | | | |/ | | |/|
| | | * clk: remove clk_debugfs_add_file()Greg Kroah-Hartman2018-06-021-13/+0Star
| | | * clk: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-021-99/+30Star
| | |/
| | |
| | \
| | \
| | \
| *---. | Merge branches 'clk-warn', 'clk-core', 'clk-spear' and 'clk-qcom-msm8998' int...Stephen Boyd2018-06-041-83/+50Star
| |\ \ \|
| | * | | clk: Remove clk_init_cb typedefGeert Uytterhoeven2018-04-191-1/+1
| | | |/ | | |/|
| * | | clk: Print the clock name and warning causeFabio Estevam2018-03-171-7/+12
| | |/ | |/|
* | | clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet2018-04-161-3/+4
| |/ |/|
| |
| \
*-. \ Merge branches 'clk-mvebu', 'clk-phase', 'clk-nxp', 'clk-mtk2712' and 'clk-qc...Stephen Boyd2018-04-061-1/+7
|\ \ \ | | |/ | |/|
| | * clk: Don't show the incorrect clock phaseShawn Lin2018-03-191-0/+3
| | * clk: update cached phase to respect the fact when setting phaseShawn Lin2018-03-121-1/+4
| |/
| |
| \
*-. \ Merge branches 'clk-versatile', 'clk-doc', 'clk-must-check', 'clk-qcom' and '...Stephen Boyd2018-04-061-53/+7Star
|\ \ \ | | |/ | |/|
| | * clk: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-191-53/+7Star
| |/
* | clk: call the clock init() callback before any other ops callbackJerome Brunet2018-03-121-11/+11
* | clk: fix determine rate error with pass-through clockJerome Brunet2018-03-121-1/+3
* | clk: migrate the count of orphaned clocks at initJerome Brunet2018-03-121-16/+21
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-98/+522
|\
| *-. Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner...Stephen Boyd2018-01-271-1/+9
| |\ \
| | | * clk: fix reentrancy of clk_enable() on UP systemsDavid Lechner2018-01-101-1/+9
| | |/
| | |
| | \
| *-. \ Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an...Stephen Boyd2018-01-271-28/+75
| |\ \ \ | | | |/ | | |/|
| | | * clk: Simplify debugfs registrationStephen Boyd2018-01-101-6/+2Star