aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2023-03-11clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled()Chen-Yu Tsai
2022-09-15clk: core: Fix runtime PM sequence in clk_core_unprepare()Chen-Yu Tsai
2022-09-15Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"Stephen Boyd
2022-09-15clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate opsChen-Yu Tsai
2022-04-15clk: Enforce that disjoints limits are invalidMaxime Ripard
2021-09-22clk: fix build warning for orphan_listGreg Kroah-Hartman
2021-04-14clk: fix invalid usage of list cursor in unregisterLukasz Bartosik
2021-04-14clk: fix invalid usage of list cursor in registerLukasz Bartosik
2020-08-26clk: Evict unregistered clks from parent cachesStephen Boyd
2020-06-22PM: runtime: clk: Fix clk_pm_runtime_get() error pathRafael J. Wysocki
2020-05-20clk: Unlink clock if failed to prepare or enableMarc Zyngier
2020-01-23clk: Don't try to enable critical clocks if prepare failedGuenter Roeck
2019-03-05clk: sysfs: fix invalid JSON in clk_dumpLubomir Rintel
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
2018-07-06clk: Really show symbolic clock flags in debugfsGeert Uytterhoeven
2018-06-19clk: add duty cycle supportJerome Brunet
2018-06-19clk: fix CLK_SET_RATE_GATE with clock rate protectionJerome Brunet
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-06-04Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '...Stephen Boyd
2018-06-04Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and...Stephen Boyd
2018-06-04Merge branches 'clk-warn', 'clk-core', 'clk-spear' and 'clk-qcom-msm8998' int...Stephen Boyd
2018-06-01clk: use match_string() helperYisheng Xie
2018-06-01clk: remove clk_debugfs_add_file()Greg Kroah-Hartman
2018-06-01clk: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-04-19clk: Remove clk_init_cb typedefGeert Uytterhoeven
2018-04-16clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet
2018-04-06Merge branches 'clk-mvebu', 'clk-phase', 'clk-nxp', 'clk-mtk2712' and 'clk-qc...Stephen Boyd
2018-04-06Merge branches 'clk-versatile', 'clk-doc', 'clk-must-check', 'clk-qcom' and '...Stephen Boyd
2018-03-19clk: Don't show the incorrect clock phaseShawn Lin
2018-03-19clk: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-03-16clk: Print the clock name and warning causeFabio Estevam
2018-03-12clk: call the clock init() callback before any other ops callbackJerome Brunet
2018-03-12clk: fix determine rate error with pass-through clockJerome Brunet
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