index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
clock_ops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM / clk: Add support for adding a specific clock from device-tree
Jon Hunter
2016-06-28
1
-0
/
+32
*
PM / clk: export symbols for existing pm_clk_<...> API fcns
Paul Gortmaker
2016-06-15
1
-0
/
+13
*
PM / clk: ensure we don't allocate a -ve size of count clks
Colin Ian King
2016-04-26
1
-1
/
+1
*
PM / clk: Add support for obtaining clocks from device-tree
Jon Hunter
2016-03-17
1
-0
/
+89
*
PM / Domains: add setter for dev.pm_domain
Tomeu Vizoso
2016-01-08
1
-2
/
+3
*
PM / clk: don't leave clocks enabled when driver not bound
Andy Shevchenko
2016-01-08
1
-0
/
+1
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-11-10
1
-2
/
+4
|
\
|
*
PM / clk: Do not __clk_get passed in clock-references
Stephen Boyd
2015-10-06
1
-2
/
+4
*
|
PM / clk: Fix broken build due to non-matching code and header #ifdefs
Geert Uytterhoeven
2015-10-28
1
-3
/
+3
|
/
*
PM / clk: don't return int on __pm_clk_enable()
Colin Ian King
2015-07-17
1
-3
/
+1
*
PM / clk: Print acquired clock name in addition to con_id
Geert Uytterhoeven
2015-06-15
1
-1
/
+2
*
PM / clk: Fix clock error check in __pm_clk_add()
Geert Uytterhoeven
2015-05-19
1
-1
/
+1
*
PM / clock_ops: Provide default runtime ops to users
Rajendra Nayak
2015-05-12
1
-0
/
+38
*
PM / OPP / clk: Remove unnecessary OOM message
Quentin Lambert
2015-02-12
1
-3
/
+1
*
PM: Drop CONFIG_PM_RUNTIME from the driver core
Rafael J. Wysocki
2014-12-04
1
-67
/
+2
*
PM / clock_ops: make __pm_clk_enable more generic
Strashko, Grygorii
2014-11-07
1
-22
/
+16
*
PM / clock_ops: Add pm_clk_add_clk()
Geert Uytterhoeven
2014-11-07
1
-10
/
+37
*
PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME
Geert Uytterhoeven
2014-10-03
1
-4
/
+15
*
drivers/base: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-14
1
-1
/
+0
*
PM / clock_ops: report clock errors from clk_enable()
Ben Dooks
2014-01-15
1
-2
/
+17
*
PM / clock_ops: check return of clk_enable() in pm_clk_resume()
Ben Dooks
2014-01-15
1
-2
/
+4
*
PM / clock_ops: fix up clk prepare/unprepare count
Ben Dooks
2014-01-15
1
-2
/
+5
*
base: power - use clk_prepare_enable and clk_prepare_disable
Murali Karicheri
2012-11-15
1
-3
/
+3
*
PM: Make dev_pm_get_subsys_data() always return 0 on success
Rafael J. Wysocki
2012-08-08
1
-2
/
+1
*
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
2012-03-11
1
-0
/
+1
*
PM / Clocks: Only disable enabled clocks in pm_clk_suspend()
Magnus Damm
2011-11-10
1
-1
/
+2
*
PM / Clocks: Remove redundant NULL checks before kfree()
Jonghwan Choi
2011-10-22
1
-3
/
+1
*
Merge branch 'pm-fixes' into pm-domains
Rafael J. Wysocki
2011-09-26
1
-37
/
+39
|
\
|
*
PM / Clocks: Do not acquire a mutex under a spinlock
Rafael J. Wysocki
2011-09-26
1
-37
/
+38
*
|
PM: Move clock-related definitions and headers to separate file
Rafael J. Wysocki
2011-08-25
1
-1
/
+1
*
|
PM: Reference counting of power.subsys_data
Rafael J. Wysocki
2011-08-25
1
-19
/
+5
*
|
PM: Introduce struct pm_subsys_data
Rafael J. Wysocki
2011-08-25
1
-58
/
+64
|
/
*
PM: Use spinlock instead of mutex in clock management functions
Rafael J. Wysocki
2011-08-24
1
-18
/
+22
*
PM: Rename clock management functions
Rafael J. Wysocki
2011-07-02
1
-94
/
+94
*
PM: Allow the clocks management code to be used during system suspend
Rafael J. Wysocki
2011-07-02
1
-1
/
+59
*
PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain
Rafael J. Wysocki
2011-07-02
1
-7
/
+7
*
PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset
Rafael J. Wysocki
2011-06-21
1
-2
/
+2
*
PM / Runtime: Fix loops in pm_runtime_clk_notify()
Rafael J. Wysocki
2011-06-07
1
-8
/
+8
*
PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset
Rafael J. Wysocki
2011-05-16
1
-0
/
+1
*
PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)
Rafael J. Wysocki
2011-04-30
1
-0
/
+430