Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fa940720ceff2d7b24b4898c51a440ab59f39a4d
/
include
/
linux
/
pm.h
0d4a42f
Merge tag 'v3.9-rc3' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
e823407
pm / runtime: introduce pm_runtime_set_memalloc_noio()
by Ming Lei
· 12 years ago
f43f627
PM: make VT switching to the suspend console optional v3
by Jesse Barnes
· 12 years ago
558bd3e
PM idle: remove global declaration of pm_idle
by Len Brown
· 12 years ago
e39473d
PM / QoS: Make it possible to expose PM QoS device flags to user space
by Rafael J. Wysocki
· 12 years ago
5f986c5
PM / QoS: Prepare device structure for adding more constraint types
by Rafael J. Wysocki
· 12 years ago
16642a2
Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
feb70af
PM: Do not use the syscore flag for runtime PM
by Rafael J. Wysocki
· 12 years ago
dbf3741
PM / Domains: Move syscore flag from subsys data to struct device
by Rafael J. Wysocki
· 12 years ago
bed2b42
PM / Runtime: Allow helpers to be called by early platform drivers
by Rafael J. Wysocki
· 12 years ago
dfe3212
PM / Sleep: introduce dpm_for_each_dev
by Ming Lei
· 12 years ago
76e267d
PM / Runtime: Remove device fields related to suspend time, v2
by Rafael J. Wysocki
· 13 years ago
59fb53e
Merge branch 'pm-qos'
by Rafael J. Wysocki
· 13 years ago
85dc0b8
PM / QoS: Make it possible to expose PM QoS latency constraints
by Rafael J. Wysocki
· 13 years ago
c488252
PM: Add comment describing relationships between PM callbacks to pm.h
by Rafael J. Wysocki
· 13 years ago
e470d06
PM / Sleep: Introduce generic callbacks for new device PM phases
by Rafael J. Wysocki
· 13 years ago
cf579df
PM / Sleep: Introduce "late suspend" and "early resume" of devices
by Rafael J. Wysocki
· 13 years ago
0015afa
Merge branch 'pm-runtime' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
90363dd
PM: Drop generic_subsys_pm_ops
by Rafael J. Wysocki
· 13 years ago
00dc9ad
PM / Runtime: Use device PM QoS constraints (v2)
by Rafael J. Wysocki
· 13 years ago
f7bc83d
PM: Update comments describing device power management callbacks
by Rafael J. Wysocki
· 13 years ago
8b258cc
PM Sleep: Do not extend wakeup paths to devices with ignore_children set
by Rafael J. Wysocki
· 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
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
1a9a915
PM / QoS: Add function dev_pm_qos_read_value() (v3)
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
91ff4cb
PM QoS: Implement per-device PM QoS constraints
by Jean Pihet
· 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
5b1b0b8
PM / Runtime: Add macro to test for runtime PM events
by Alan Stern
· 13 years ago
e529192
PM: Introduce generic "noirq" callback routines for subsystems (v2)
by Rafael J. Wysocki
· 13 years ago
dc6e4e5
PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIME
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
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
6538df8
PM: Introduce generic prepare and complete callbacks for subsystems
by Rafael J. Wysocki
· 13 years ago
91e7c75
PM: Allow drivers to allocate memory from .prepare() callbacks safely
by Rafael J. Wysocki
· 13 years ago
290c748
Merge branch 'power-domains' into for-linus
by Rafael J. Wysocki
· 13 years ago
2e711c0
PM: Remove sysdev suspend, resume and shutdown operations
by Rafael J. Wysocki
· 14 years ago
1d2b71f
PM / Runtime: Add subsystem data field to struct dev_pm_info
by Rafael J. Wysocki
· 14 years ago
d47d81c
Introduce ARCH_NO_SYSDEV_OPS config option (v2)
by Rafael J. Wysocki
· 14 years ago
7538e3d
PM: Add support for device power domains
by Rafael J. Wysocki
· 14 years ago
6831c6e
PM: Drop pm_flags that is not necessary
by Rafael J. Wysocki
· 14 years ago
aa33860
PM: Remove CONFIG_PM_OPS
by Rafael J. Wysocki
· 14 years ago
805bdae
PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unset
by Rafael J. Wysocki
· 14 years ago
62bcb91
PM: Prototype the pm_generic_ operations
by Mark Brown
· 14 years ago
b8c76f6
PM: Replace the device power.status field with a bit field
by Rafael J. Wysocki
· 14 years ago
c7b61de
PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)
by Alan Stern
· 14 years ago
15bcb91d
PM / Runtime: Implement autosuspend support
by Alan Stern
· 14 years ago
7490e44
PM / Runtime: Add no_callbacks flag
by Alan Stern
· 14 years ago
098dff7
PM: Fix potential issue with failing asynchronous suspend
by Rafael J. Wysocki
· 14 years ago
074037e
PM / Wakeup: Introduce wakeup source objects and event statistics (v3)
by Rafael J. Wysocki
· 14 years ago
8d4b9d1
PM / Runtime: Add runtime PM statistics (v3)
by Arjan van de Ven
· 14 years ago
c125e96
PM: Make it possible to avoid races between wakeup and system sleep
by Rafael J. Wysocki
· 14 years ago
d690b2c
PM: Provide generic subsystem-level callbacks
by Rafael J. Wysocki
· 15 years ago
f8824ce
PM: Allow device drivers to use dpm_wait()
by Rafael J. Wysocki
· 15 years ago
5af84b8
PM: Asynchronous suspend and resume of devices
by Rafael J. Wysocki
· 15 years ago
5382363
PM / Runtime: Add sysfs switch for disabling device run-time PM
by Rafael J. Wysocki
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
7a1a8eb
PM: Add flag for devices capable of generating run-time wake-up events
by Rafael J. Wysocki
· 15 years ago
9d62ec6
PM: Add convenience macro to make switching to dev_pm_ops less error-prone
by Albin Tonnerre
· 15 years ago
5e928f7
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
by Rafael J. Wysocki
· 15 years ago
d161630
PM core: rename suspend and resume functions
by Alan Stern
· 15 years ago
e39a71e
PM: Rename device_power_down/up()
by Magnus Damm
· 15 years ago
ffa6a70
Driver core: Fix device_move() vs. dpm list ordering, v2
by Cornelia Huck
· 16 years ago
770824b
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
by Rafael J. Wysocki
· 16 years ago
7f4f5d4
Fix misspellings in pm.h macros
by Alan Stern
· 16 years ago
adf0949
PM: Simplify the new suspend/hibernation framework for devices
by Rafael J. Wysocki
· 16 years ago
d5c003b
include: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
8111d1b
pm: add new PM_EVENT codes for runtime power transitions
by Alan Stern
· 16 years ago
8c36326
pm: drop unnecessary includes from pm.h
by Rafael J. Wysocki
· 16 years ago
e7ecb33
pm: remove remaining obsolete definitions from pm.h
by Rafael J. Wysocki
· 16 years ago
558481f
pm: remove definition of struct pm_dev
by Rafael J. Wysocki
· 16 years ago
1eede07
Introduce new top level suspend and hibernation callbacks
by Rafael J. Wysocki
· 16 years ago
735643e
Remove "#ifdef __KERNEL__" checks from unexported headers
by Robert P. J. Day
· 17 years ago
9a3df1f
PM: Convert wakeup flag accessors to inline functions
by Alan Stern
· 17 years ago
d288e47
PM: Make wakeup flags available whenever CONFIG_PM is set
by Alan Stern
· 17 years ago
58aca23
PM: Handle device registrations during suspend/resume
by Rafael J. Wysocki
· 17 years ago
3a2d5b7
PM: Introduce PM_EVENT_HIBERNATE callback state
by Rafael J. Wysocki
· 17 years ago
fd3f898
include/linux/: Spelling fixes
by Joe Perches
· 17 years ago
9f9adec
PM: ACPI and APM must not be enabled at the same time
by Len Brown
· 17 years ago
95d9ffb
PM: Move definition of struct pm_ops to suspend.h
by Rafael J. Wysocki
· 17 years ago
80ba80a
Fallout from "Remove fs.h from mm.h" patch
by Alexey Dobriyan
· 17 years ago
296699d
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
by Rafael J. Wysocki
· 17 years ago
bd804eb
PM: Introduce pm_power_off_prepare
by Rafael J. Wysocki
· 17 years ago
3f8df78
PM: remove deprecated dpm_runtime_* routines
by Alan Stern
· 17 years ago
515c535
PM: Remove prev_state from struct dev_pm_info
by Rafael J. Wysocki
· 17 years ago
cc49006
PM: Remove saved_state from struct dev_pm_info
by Rafael J. Wysocki
· 17 years ago
9cddad7
PM: Remove pm_parent from struct dev_pm_info
by Rafael J. Wysocki
· 17 years ago
2391dae
PM: introduce set_target method in pm_ops
by Rafael J. Wysocki
· 17 years ago
a3d25c2
PM: Separate hibernation code from suspend code
by Rafael J. Wysocki
· 18 years ago
14e38ac
pm: include EIO from errno-base.h
by David Rientjes
· 18 years ago
9684e51
power management: force pm_ops.valid callback to be assigned
by Johannes Berg
· 18 years ago
e8c9c50
power management: implement pm_ops.valid for everybody
by Johannes Berg
· 18 years ago
11d77d0
power management: remove firmware disk mode
by Johannes Berg
· 18 years ago
fe0c935
rework pm_ops pm_disk_mode, kill misuse
by Johannes Berg
· 18 years ago
a53c46d
s2ram: add arch irq disable/enable hooks
by Johannes Berg
· 18 years ago
Next »