Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
997c4431f04d8f0d6063bac3bcdceba8d939b879
/
include
/
linux
/
pm.h
2fff3f7
Documentation: PM: sleep: Update driver flags documentation
by Rafael J. Wysocki
· 4 years, 9 months ago
2a3f347
PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
by Rafael J. Wysocki
· 4 years, 9 months ago
e075155
PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
by Rafael J. Wysocki
· 4 years, 9 months ago
fa2bfea
PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
by Rafael J. Wysocki
· 4 years, 9 months ago
76c70cb
PM: sleep: core: Rename dev_pm_may_skip_resume()
by Rafael J. Wysocki
· 4 years, 9 months ago
ca765a8
PM / Domains: Introduce dev_pm_domain_start()
by Ulf Hansson
· 5 years ago
b605c44
PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()
by Rafael J. Wysocki
· 5 years ago
fb4da21
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 5 years ago
02bd45a
PM: sleep: Drop dev_pm_skip_next_resume_phases()
by Rafael J. Wysocki
· 6 years ago
151f4e2
docs: power: convert docs to ReST and rename to *.rst
by Mauro Carvalho Chehab
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
0996584
PM-runtime: Call pm_runtime_active|suspended_time() from sysfs
by Ulf Hansson
· 6 years ago
85945c2
PM / core: Add support to skip power management in device/driver model
by Sudeep Holla
· 6 years ago
a08c2a5
PM-runtime: Replace jiffies-based accounting with ktime-based accounting
by Thara Gopinath
· 6 years ago
8234f67
PM-runtime: Switch autosuspend over to using hrtimers
by Vincent Guittot
· 6 years ago
c51a024
Merge back PM core material for v4.16.
by Rafael J. Wysocki
· 7 years ago
3487972
PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()
by Rafael J. Wysocki
· 7 years ago
0d4b54c
PM / core: Add LEAVE_SUSPENDED driver flag
by Rafael J. Wysocki
· 7 years ago
c4b6515
PCI / PM: Take SMART_SUSPEND driver flag into account
by Rafael J. Wysocki
· 7 years ago
0eab11c9
PM / core: Add SMART_SUSPEND driver flag
by Rafael J. Wysocki
· 7 years ago
08810a4
PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
by Rafael J. Wysocki
· 7 years ago
0e708fc
PM / sleep: Remove pm_complete_with_resume_check()
by Ulf Hansson
· 7 years ago
786f41f
PM / core: Split dpm_suspend_noirq() and dpm_resume_noirq()
by Rafael J. Wysocki
· 7 years ago
de3ef1e
PM / core: Drop run_wake flag from struct dev_pm_info
by Rafael J. Wysocki
· 8 years ago
2728b2d
PM / core / docs: Convert sleep states API document to reST
by Rafael J. Wysocki
· 8 years ago
4d29b2e
PM / core: Update kerneldoc comments in pm.h
by Rafael J. Wysocki
· 8 years ago
098c305
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
baa8809
PM / runtime: Optimize the use of device links
by Rafael J. Wysocki
· 8 years ago
9ed9895
driver core: Functional dependencies tracking support
by Rafael J. Wysocki
· 8 years ago
8c27ceff3
docs: fix locations of several documents that got moved
by Mauro Carvalho Chehab
· 8 years ago
372a12e
PM / Runtime: Move ignore_children flag under CONFIG_PM
by Ulf Hansson
· 9 years ago
aa8e54b5
PM / sleep: Go direct_complete if driver has no callbacks
by Tomeu Vizoso
· 9 years ago
58a1fbb
PM / PCI / ACPI: Kick devices that might have been reset by firmware
by Rafael J. Wysocki
· 9 years ago
0d85fd4
Merge branch 'pm-wakeirq'
by Rafael J. Wysocki
· 10 years ago
4990d4f
PM / Wakeirq: Add automated device wake IRQ handling
by Tony Lindgren
· 10 years ago
020af89
PM / sleep: Add macro to define common noirq system PM callbacks
by Grygorii Strashko
· 10 years ago
e90d553
driver core / PM: Add PM domain callbacks for device setup/cleanup
by Rafael J. Wysocki
· 10 years ago
1e95e3b
PM: Convert dev_pm_put_subsys_data() into a void function
by Ulf Hansson
· 10 years ago
40bd62c
PM: Remove the SET_PM_RUNTIME_PM_OPS() macro
by Ulf Hansson
· 10 years ago
e3d857e
Merge branch 'pm-runtime'
by Rafael J. Wysocki
· 10 years ago
6ed23b8
PM: Merge the SET*_RUNTIME_PM_OPS() macros
by Rafael J. Wysocki
· 10 years ago
d30d819
PM: Drop CONFIG_PM_RUNTIME from the driver core
by Rafael J. Wysocki
· 10 years ago
00e7c29
PM / Domains: Move struct pm_domain_data to pm_domain.h
by Ulf Hansson
· 10 years ago
49a09c9
Merge branch 'pm-domains'
by Rafael J. Wysocki
· 10 years ago
2a8a8ce
PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()
by Rafael J. Wysocki
· 10 years ago
f48c767
PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h
by Ulf Hansson
· 10 years ago
46420dd
PM / Domains: Add APIs to attach/detach a PM domain for a device
by Ulf Hansson
· 10 years ago
c3099a5
PM / Domains: Add a detach callback to the struct dev_pm_domain
by Ulf Hansson
· 10 years ago
aae4518
PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily
by Rafael J. Wysocki
· 11 years ago
36cc86e
Merge branches 'pm-runtime' and 'pm-sleep'
by Rafael J. Wysocki
· 11 years ago
33fe0ad
PM / sleep: Correct whitespace errors in <linux/pm.h>
by Geert Uytterhoeven
· 11 years ago
651665d
PM / Runtime: Update runtime_idle() documentation for return value meaning
by Geert Uytterhoeven
· 11 years ago
0a9efc4
PM / sleep: Set pm_generic functions to NULL for !CONFIG_PM_SLEEP
by Ulf Hansson
· 11 years ago
3e54d15
PM: fix typo in comment
by Lad, Prabhakar
· 11 years ago
3d2699b
PM / sleep: Two flags for async suspend_noirq and suspend_late
by Liu, Chuansheng
· 11 years ago
2d984ad
PM / QoS: Introcuce latency tolerance device PM QoS type
by Rafael J. Wysocki
· 11 years ago
4ff9133
Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'
by Rafael J. Wysocki
· 11 years ago
d9fb563
PM / Runtime: Add second macro for definition of runtime PM callbacks
by Ulf Hansson
· 11 years ago
f78c4cf
PM / Sleep: Add macro to define common late/early system PM callbacks
by Ulf Hansson
· 11 years ago
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
· 14 years ago
dc6e4e5
PM: subsys_data in struct dev_pm_info need not depend on RM_RUNTIME
by Rafael J. Wysocki
· 14 years ago
564b905
PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain
by Rafael J. Wysocki
· 14 years ago
6d0e0e8
PM: Fix async resume following suspend failure
by Alan Stern
· 14 years ago
f76b168b
PM: Rename dev_pm_info.in_suspend to is_prepared
by Alan Stern
· 14 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
290c748
Merge branch 'power-domains' into for-linus
by Rafael J. Wysocki
· 14 years ago
Next »