index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
clock_ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
PM: runtime: add devm_pm_clk_create helper
Dmitry Baryshkov
1
-0
/
+17
2021-04-07
PM: clk: remove kernel-doc warning
Pierre-Louis Bossart
1
-1
/
+1
2021-01-27
PM: clk: make PM clock layer compatible with clocks that must sleep
Nicolas Pitre
1
-41
/
+182
2019-05-28
PM / clk: Remove error message on out-of-memory condition
Geert Uytterhoeven
1
-2
/
+0
2019-05-28
drivers: base: power: clock_ops: Use of_clk_get_parent_count()
Kefeng Wang
1
-2
/
+2
2019-04-04
drivers: base: power: add proper SPDX identifiers on files that did not have ...
Greg Kroah-Hartman
1
-2
/
+1
2019-01-18
PM: clock_ops: fix missing clk_prepare() return value check
Aditya Pakki
1
-4
/
+9
2018-08-24
PM / clk: signedness bug in of_pm_clk_add_clks()
Dan Carpenter
1
-1
/
+1
2016-06-28
PM / clk: Add support for adding a specific clock from device-tree
Jon Hunter
1
-0
/
+32
2016-06-15
PM / clk: export symbols for existing pm_clk_<...> API fcns
Paul Gortmaker
1
-0
/
+13
2016-04-26
PM / clk: ensure we don't allocate a -ve size of count clks
Colin Ian King
1
-1
/
+1
2016-03-17
PM / clk: Add support for obtaining clocks from device-tree
Jon Hunter
1
-0
/
+89
2016-01-08
PM / Domains: add setter for dev.pm_domain
Tomeu Vizoso
1
-2
/
+3
2016-01-08
PM / clk: don't leave clocks enabled when driver not bound
Andy Shevchenko
1
-0
/
+1
2015-11-11
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+4
2015-10-28
PM / clk: Fix broken build due to non-matching code and header #ifdefs
Geert Uytterhoeven
1
-3
/
+3
2015-10-06
PM / clk: Do not __clk_get passed in clock-references
Stephen Boyd
1
-2
/
+4
2015-07-17
PM / clk: don't return int on __pm_clk_enable()
Colin Ian King
1
-3
/
+1
2015-06-15
PM / clk: Print acquired clock name in addition to con_id
Geert Uytterhoeven
1
-1
/
+2
2015-05-19
PM / clk: Fix clock error check in __pm_clk_add()
Geert Uytterhoeven
1
-1
/
+1
2015-05-13
PM / clock_ops: Provide default runtime ops to users
Rajendra Nayak
1
-0
/
+38
2015-02-12
PM / OPP / clk: Remove unnecessary OOM message
Quentin Lambert
1
-3
/
+1
2014-12-04
PM: Drop CONFIG_PM_RUNTIME from the driver core
Rafael J. Wysocki
1
-67
/
+2
2014-11-07
PM / clock_ops: make __pm_clk_enable more generic
Strashko, Grygorii
1
-22
/
+16
2014-11-07
PM / clock_ops: Add pm_clk_add_clk()
Geert Uytterhoeven
1
-10
/
+37
2014-10-03
PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME
Geert Uytterhoeven
1
-4
/
+15
2014-02-15
drivers/base: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-15
PM / clock_ops: report clock errors from clk_enable()
Ben Dooks
1
-2
/
+17
2014-01-15
PM / clock_ops: check return of clk_enable() in pm_clk_resume()
Ben Dooks
1
-2
/
+4
2014-01-15
PM / clock_ops: fix up clk prepare/unprepare count
Ben Dooks
1
-2
/
+5
2012-11-15
base: power - use clk_prepare_enable and clk_prepare_disable
Murali Karicheri
1
-3
/
+3
2012-08-08
PM: Make dev_pm_get_subsys_data() always return 0 on success
Rafael J. Wysocki
1
-2
/
+1
2012-03-11
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
1
-0
/
+1
2011-11-10
PM / Clocks: Only disable enabled clocks in pm_clk_suspend()
Magnus Damm
1
-1
/
+2
2011-10-22
PM / Clocks: Remove redundant NULL checks before kfree()
Jonghwan Choi
1
-3
/
+1
2011-09-26
Merge branch 'pm-fixes' into pm-domains
Rafael J. Wysocki
1
-37
/
+39
2011-09-26
PM / Clocks: Do not acquire a mutex under a spinlock
Rafael J. Wysocki
1
-37
/
+38
2011-08-25
PM: Move clock-related definitions and headers to separate file
Rafael J. Wysocki
1
-1
/
+1
2011-08-25
PM: Reference counting of power.subsys_data
Rafael J. Wysocki
1
-19
/
+5
2011-08-25
PM: Introduce struct pm_subsys_data
Rafael J. Wysocki
1
-58
/
+64
2011-08-24
PM: Use spinlock instead of mutex in clock management functions
Rafael J. Wysocki
1
-18
/
+22
2011-07-02
PM: Rename clock management functions
Rafael J. Wysocki
1
-94
/
+94
2011-07-02
PM: Allow the clocks management code to be used during system suspend
Rafael J. Wysocki
1
-1
/
+59
2011-07-02
PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain
Rafael J. Wysocki
1
-7
/
+7
2011-06-22
PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset
Rafael J. Wysocki
1
-2
/
+2
2011-06-08
PM / Runtime: Fix loops in pm_runtime_clk_notify()
Rafael J. Wysocki
1
-8
/
+8
2011-05-16
PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset
Rafael J. Wysocki
1
-0
/
+1
2011-04-30
PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)
Rafael J. Wysocki
1
-0
/
+430