Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b79d2ff98caee60c07a7598aba3b26acd1655a99
/
drivers
/
base
/
power
156acb1
PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
by Thomas Meyer
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
886486b
PM / Runtime: Automatically retry failed autosuspends
by Alan Stern
· 13 years ago
def0c0a3
PM / Runtime: Fix runtime accounting calculation error
by venu byravarasu
· 13 years ago
aaf1954
drivers/base: change module.h -> export.h in power/common.c
by Paul Gortmaker
· 13 years ago
1b6bc32
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
by Paul Gortmaker
· 14 years ago
0ab1e79
PM / Clocks: Remove redundant NULL checks before kfree()
by Jonghwan Choi
· 13 years ago
d033e07
Merge branch 'pm-domains' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
4ca46ff
PM / Sleep: Mark devices involved in wakeup signaling during suspend
by Rafael J. Wysocki
· 13 years ago
8f88893
PM: Update the policy on default wakeup settings
by Alan Stern
· 13 years ago
2a77c46
PM / Suspend: Add statistics debugfs file for suspend to RAM
by ShuoX Liu
· 13 years ago
9bd717c
Merge branch 'pm-runtime' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
857b36c
PM / Runtime: Handle .runtime_suspend() failure correctly
by Ming Lei
· 13 years ago
47d8f0b
PM / Runtime: Fix kerneldoc comment for rpm_suspend()
by Ming Lei
· 13 years ago
7811ac2
Merge branch 'pm-devfreq' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
9696cc9
Merge branch 'pm-qos' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
c28b56b
Merge branch 'pm-domains' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
d727b60
Merge branch 'pm-runtime' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
1a9a915
PM / QoS: Add function dev_pm_qos_read_value() (v3)
by Rafael J. Wysocki
· 13 years ago
03ca370
PM / OPP: Add OPP availability change notifier.
by MyungJoo Ham
· 13 years ago
c3dc2f1
PM / Runtime: Replace dev_dbg() with trace_rpm_*()
by Ming Lei
· 13 years ago
ad3c36a
PM / Runtime: Don't run callbacks under lock for power.irq_safe set
by Rafael J. Wysocki
· 13 years ago
cd0ea67
PM / Domains: Split device PM domain data into base and need_restore
by Rafael J. Wysocki
· 13 years ago
0d41da2
Merge branch 'pm-fixes' into pm-domains
by Rafael J. Wysocki
· 13 years ago
e8b364b
PM / Clocks: Do not acquire a mutex under a spinlock
by Rafael J. Wysocki
· 13 years ago
0aa2a22
PM / Domains: Preliminary support for devices with power.irq_safe set
by Rafael J. Wysocki
· 13 years ago
b66213c
PM QoS: Add global notification mechanism for device constraints
by Jean Pihet
· 13 years ago
91ff4cb
PM QoS: Implement per-device PM QoS constraints
by Jean Pihet
· 13 years ago
b5e8d26
PM: Move clock-related definitions and headers to separate file
by Rafael J. Wysocki
· 13 years ago
4605ab6
PM / Domains: Use power.sybsys_data to reduce overhead
by Rafael J. Wysocki
· 13 years ago
ef27bed
PM: Reference counting of power.subsys_data
by Rafael J. Wysocki
· 13 years ago
5c095a0
PM: Introduce struct pm_subsys_data
by Rafael J. Wysocki
· 13 years ago
bc0403f
PM / Domains: Rename argument of pm_genpd_add_subdomain()
by Rafael J. Wysocki
· 13 years ago
17877eb
PM / Domains: Rename GPD_STATE_WAIT_PARENT to GPD_STATE_WAIT_MASTER
by Rafael J. Wysocki
· 13 years ago
5063ce1
PM / Domains: Allow generic PM domains to have multiple masters
by Rafael J. Wysocki
· 13 years ago
3f24177
PM / Domains: Add "wait for parent" status for generic PM domains
by Rafael J. Wysocki
· 13 years ago
9e08cf4
PM / Domains: Make pm_genpd_poweron() always survive parent removal
by Rafael J. Wysocki
· 13 years ago
3c07cbc
PM / Domains: Do not take parent locks to modify subdomain counters
by Rafael J. Wysocki
· 13 years ago
c4bb316
PM / Domains: Implement subdomain counters as atomic fields
by Rafael J. Wysocki
· 13 years ago
b7ab83e
PM: Use spinlock instead of mutex in clock management functions
by Rafael J. Wysocki
· 13 years ago
311aab7
PM / Runtime: Add might_sleep() to runtime PM functions
by Colin Cross
· 13 years ago
17f2ae7
PM / Domains: Fix build for CONFIG_PM_RUNTIME unset
by Rafael J. Wysocki
· 13 years ago
02b2677
PM / Runtime: Allow _put_sync() from interrupts-disabled context
by Kevin Hilman
· 13 years ago
fe202fd
PM / Domains: Fix pm_genpd_poweron()
by Rafael J. Wysocki
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
fc92805
drivers/base/power/opp.c: fix dev_opp initial value
by Jonghwan Choi
· 13 years ago
7ae033c
Merge branch 'pm-runtime' into for-linus
by Rafael J. Wysocki
· 13 years ago
ba1389d
Merge branch 'pm-domains' into for-linus
by Rafael J. Wysocki
· 13 years ago
1d8047a
PM: Add "RTC" to PM trace time stamps to avoid confusion
by Rafael J. Wysocki
· 13 years ago
99f381d
PM / OPP: Introduce function to free cpufreq table
by Nishanth Menon
· 13 years ago
d280540
PM / Domains: Take .power_off() error code into account
by Rafael J. Wysocki
· 13 years ago
0bc5b2d
ARM / shmobile: Use genpd_queue_power_off_work()
by Rafael J. Wysocki
· 13 years ago
5125bbf
PM / Domains: Introduce function to power off all unused PM domains
by Rafael J. Wysocki
· 13 years ago
56375fd
PM / Domains: Queue up power off work only if it is not pending
by Rafael J. Wysocki
· 13 years ago
4ecd6e6
PM / Domains: Improve handling of wakeup devices during system suspend
by Rafael J. Wysocki
· 13 years ago
697a7f3
PM / Domains: Do not restore all devices on power off error
by Rafael J. Wysocki
· 13 years ago
c6d22b3
PM / Domains: Allow callbacks to execute all runtime PM helpers
by Rafael J. Wysocki
· 13 years ago
17b75ec
PM / Domains: Do not execute device callbacks under locks
by Rafael J. Wysocki
· 13 years ago
b6c10c8
PM / Domains: Make failing pm_genpd_prepare() clean up properly
by Rafael J. Wysocki
· 13 years ago
6f00ff7
PM / Domains: Set device state to "active" during system resume
by Rafael J. Wysocki
· 13 years ago
18b4f3f
PM / Domains: Export pm_genpd_poweron() in header
by Magnus Damm
· 13 years ago
2cffff1
PM / Runtime: Consistent utilization of deferred_resume
by ShuoX Liu
· 13 years ago
69c843b
PM / Runtime: Prevent runtime_resume from racing with probe
by Alan Stern
· 13 years ago
62052ab
PM / Runtime: Replace "run-time" with "runtime" in documentation
by Rafael J. Wysocki
· 13 years ago
1e2ef05
PM: Limit race conditions between runtime PM and system sleep (v2)
by Rafael J. Wysocki
· 13 years ago
632e270
PM / Runtime: Return special error code if runtime PM is disabled
by Rafael J. Wysocki
· 13 years ago
3d5c303
PM: Rename clock management functions
by Rafael J. Wysocki
· 13 years ago
b7b9592
PM: Allow the clocks management code to be used during system suspend
by Rafael J. Wysocki
· 13 years ago
d4f2d87
PM / Domains: Wakeup devices support for system sleep transitions
by Rafael J. Wysocki
· 13 years ago
596ba34
PM / Domains: System-wide transitions support for generic domains (v5)
by Rafael J. Wysocki
· 13 years ago
5248051
PM / Domains: Move code from under #ifdef CONFIG_PM_RUNTIME (v2)
by Rafael J. Wysocki
· 13 years ago
e529192
PM: Introduce generic "noirq" callback routines for subsystems (v2)
by Rafael J. Wysocki
· 13 years ago
f721889
PM / Domains: Support for generic I/O PM domains (v8)
by Rafael J. Wysocki
· 13 years ago
564b905
PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain
by Rafael J. Wysocki
· 13 years ago
4d1518f
PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unset
by Rafael J. Wysocki
· 13 years ago
6d0e0e8
PM: Fix async resume following suspend failure
by Alan Stern
· 13 years ago
f76b168b
PM: Rename dev_pm_info.in_suspend to is_prepared
by Alan Stern
· 13 years ago
3b3eca3
PM / Runtime: Fix loops in pm_runtime_clk_notify()
by Rafael J. Wysocki
· 13 years ago
6538df8
PM: Introduce generic prepare and complete callbacks for subsystems
by Rafael J. Wysocki
· 14 years ago
91e7c75
PM: Allow drivers to allocate memory from .prepare() callbacks safely
by Rafael J. Wysocki
· 14 years ago
c650da2
PM: Remove CONFIG_PM_VERBOSE
by Rafael J. Wysocki
· 14 years ago
290c748
Merge branch 'power-domains' into for-linus
by Rafael J. Wysocki
· 14 years ago
13e3813
PM / Wakeup: Remove useless synchronize_rcu() call
by Eric Dumazet
· 14 years ago
e762318
PM / Wakeup: Fix build warning related to the "wakeup" sysfs file
by Rafael J. Wysocki
· 14 years ago
72874da
PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unset
by Rafael J. Wysocki
· 14 years ago
85eb8c8
PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)
by Rafael J. Wysocki
· 14 years ago
4d27e9d
PM: Make power domain callbacks take precedence over subsystem ones
by Rafael J. Wysocki
· 14 years ago
22110fa
PM / Wakeup: Fix initialization of wakeup-related device sysfs files
by Rafael J. Wysocki
· 14 years ago
1f112ce
PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS
by Rafael J. Wysocki
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7ae4961
PM / OPP: opp_find_freq_exact() documentation fix
by Nishanth Menon
· 14 years ago
9659cc0
PM: Make system-wide PM and runtime PM treat subsystems consistently
by Rafael J. Wysocki
· 14 years ago
7538e3d
PM: Add support for device power domains
by Rafael J. Wysocki
· 14 years ago
e866500
PM: Allow pm_runtime_suspend() to succeed during system suspend
by Rafael J. Wysocki
· 14 years ago
aa33860
PM: Remove CONFIG_PM_OPS
by Rafael J. Wysocki
· 14 years ago
cb8f51b
PM: Do not create wakeup sysfs files for devices that cannot wake up
by Rafael J. Wysocki
· 14 years ago
0295a34
PM: Use appropriate printk() priority level in trace.c
by Mandeep Singh Baines
· 14 years ago
790c788
PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count()
by Rafael J. Wysocki
· 14 years ago
378eef9
PM / Wakeup: Make pm_save_wakeup_count() work as documented
by Rafael J. Wysocki
· 14 years ago
023d377
PM / Wakeup: Combine atomic counters to avoid reordering issues
by Rafael J. Wysocki
· 14 years ago
Next »