Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3f2e5260f5a17d37be3e3c83aca2f335b9bf3893
/
Documentation
/
power
fafba48
PM / Sleep: Update documentation related to system wakeup
by Rafael J. Wysocki
· 13 years ago
9075659
PM / Runtime: Make documentation follow the new behavior of irq_safe
by Rafael J. Wysocki
· 13 years ago
fa8ce72
PM / Sleep: Correct inaccurate information in devices.txt
by Rafael J. Wysocki
· 13 years ago
5841eb6
PM / Domains: Document how PM domains are used by the PM core
by Rafael J. Wysocki
· 13 years ago
886486b
PM / Runtime: Automatically retry failed autosuspends
by Alan Stern
· 13 years ago
e9db50b
PM / Sleep: Update freezer documentation
by Srivatsa S. Bhat
· 13 years ago
f3c3f06
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator
by Linus Torvalds
· 13 years ago
7e0bb71
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
7fef9fc
PM / Documentation: Update docs about suspend and CPU hotplug
by Srivatsa S. Bhat
· 13 years ago
2aede85
PM / Hibernate: Freeze kernel threads after preallocating memory
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
2fb242a
PM / Runtime: Update document about callbacks
by Ming Lei
· 13 years ago
9696cc9
Merge branch 'pm-qos' 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
c3035a2
regulator: Clarify documentation for regulator-regulator supplies
by Mark Brown
· 13 years ago
2c1ba39
regulator: Fix some bitrot in the machine driver documentation
by Mark Brown
· 13 years ago
e3cba32
PM / QoS: Update Documentation for the pm_qos and dev_pm_qos frameworks
by Jean Pihet
· 13 years ago
395cf96
doc: fix broken references
by Paul Bolle
· 13 years ago
2e6ba51
PM / Runtime: pm_runtime_idle() can be called in atomic context
by Ming Lei
· 13 years ago
64584eb
PM / Runtime: Correct documentation of pm_runtime_irq_safe()
by Rafael J. Wysocki
· 13 years ago
311aab7
PM / Runtime: Add might_sleep() to runtime PM functions
by Colin Cross
· 13 years ago
02b2677
PM / Runtime: Allow _put_sync() from interrupts-disabled context
by Kevin Hilman
· 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
99f381d
PM / OPP: Introduce function to free cpufreq table
by Nishanth Menon
· 13 years ago
f3393b6
PM / Runtime: Add new helper function: pm_runtime_status_suspended()
by Kevin Hilman
· 13 years ago
62052ab
PM / Runtime: Replace "run-time" with "runtime" in documentation
by Rafael J. Wysocki
· 13 years ago
e358bad
PM / Runtime: Improve documentation of enable, disable and barrier
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
455716e
PM / Runtime: Update documentation of interactions with system sleep
by Rafael J. Wysocki
· 13 years ago
e529192
PM: Introduce generic "noirq" callback routines for subsystems (v2)
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
f5da24d
PM / Runtime: Update documentation regarding driver removal
by Rafael J. Wysocki
· 13 years ago
5efb54c
PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist.
by Kevin Hilman
· 13 years ago
ca9c689
PM / Domains: Update documentation
by Rafael J. Wysocki
· 13 years ago
7842088
PM: Update documentation regarding sysdevs
by Rafael J. Wysocki
· 13 years ago
129b656
PM / Runtime: Update doc: usage count no longer incremented across system PM
by Kevin Hilman
· 13 years ago
492c826b
regulator: Remove supply_regulator_dev from machine configuration
by Mark Brown
· 13 years ago
91e7c75
PM: Allow drivers to allocate memory from .prepare() callbacks safely
by Rafael J. Wysocki
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a8b7228
PM: Documentation/power/states.txt: fix repetition
by Alexandre Courbot
· 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
cb8f51b
PM: Do not create wakeup sysfs files for devices that cannot wake up
by Rafael J. Wysocki
· 14 years ago
7ac4dca
PM: Fix references to basic-pm-debugging.txt in drivers-testing.txt
by Jon Mason
· 14 years ago
c7b61de
PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)
by Alan Stern
· 14 years ago
f08f5a0
PM / Runtime: Fix pm_runtime_suspended()
by Rafael J. Wysocki
· 14 years ago
43e6086
PM / OPP: Hide OPP configuration when SoCs do not provide an implementation
by Mark Brown
· 14 years ago
e1f60b2
PM: Introduce library for device-specific OPPs (v7)
by Nishanth Menon
· 14 years ago
d33ac60
PM: Add sysfs attr for rechecking dev hash from PM trace
by James Hogan
· 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
ac5c24ec
PM / Hibernate: Make default image size depend on total RAM size
by Rafael J. Wysocki
· 14 years ago
f996fc9
PM / Hibernate: Compress hibernation image with LZO
by Bojan Smojver
· 14 years ago
606b2f4
regulator: Update e-mail address for Liam Girdwood
by Mark Brown
· 14 years ago
0ea6e61
Documentation: update broken web addresses.
by Justin P. Mattock
· 14 years ago
a253129
update email address
by Pavel Machek
· 14 years ago
6109e2c
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 14 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
b799957
PM/PCI: Update PCI power management documentation
by Rafael J. Wysocki
· 14 years ago
ed77134
PM QOS update
by Mark Gross
· 15 years ago
bc6a0cb
PM / Hibernate: document open(/dev/snapshot) side effects
by Pavel Machek
· 15 years ago
d6f9cda
PM: Improve device power management document
by Alan Stern
· 15 years ago
624f6ec
PM: Update device power management document
by Rafael J. Wysocki
· 15 years ago
a33f322
Documentation/: it's -> its where appropriate
by Francis Galiegue
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
d690b2c
PM: Provide generic subsystem-level callbacks
by Rafael J. Wysocki
· 15 years ago
87d1b3e
PM / Runtime: Document power.runtime_auto and related functions
by Rafael J. Wysocki
· 15 years ago
de8164f
doc: fix leve -> level typo in pm-runtime doc
by Thadeu Lima de Souza Cascardo
· 15 years ago
f1212ae
PM: Runtime PM documentation update
by Alan Stern
· 15 years ago
a6ab7aa
PM / Runtime: Use device type and device class callbacks
by Rafael J. Wysocki
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
7a1a8eb
PM: Add flag for devices capable of generating run-time wake-up events
by Rafael J. Wysocki
· 15 years ago
e1b1903
PM / Runtime: Make documentation of runtime_idle() agree with the code
by Rafael J. Wysocki
· 15 years ago
1b35eda
doc: fix regulator docs cut-and-pasteism
by Dr. David Alan Gilbert
· 15 years ago
433c24e
Merge git://git.infradead.org/battery-2.6
by Linus Torvalds
· 15 years ago
f056878
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Anton Vorontsov
· 15 years ago
63209a7
regulator: Add some brief design documentation
by Mark Brown
· 15 years ago
2e7e65c
regulator: fix typos
by Wolfram Sang
· 15 years ago
77bb8ff
regulator: update a filename in documentation
by Wolfram Sang
· 15 years ago
040932c
Fix some regulator documentation
by Linus Walleij
· 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
ee8076e
power_supply: Add a charge_type property, and use it for olpc driver
by Andres Salomon
· 15 years ago
b294a29
Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL"
by Andres Salomon
· 15 years ago
489f7ab
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
e240b58
PM: Remove bus_type suspend_late()/resume_early() V2
by Magnus Damm
· 15 years ago
19f5946
trivial: Miscellaneous documentation typo fixes
by Matt LaPlante
· 16 years ago
b25f29b
pm: document use of RTC in pm_trace
by Frans Pop
· 16 years ago
a5766f1
regulator: core - Rework machine API to remove string based functions.
by Liam Girdwood
· 16 years ago
bf1db69
pm_qos: spelling fixes
by Richard Hughes
· 16 years ago
561b35b
Merge branch 'reg-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
by Linus Torvalds
· 16 years ago
e7d0fe3
regulator: documentation - machine
by Liam Girdwood
· 17 years ago
e8695eb
regulator: documentation - regulator driver
by Liam Girdwood
· 17 years ago
6392776
regulator: documentation - consumer interface
by Liam Girdwood
· 17 years ago
8e6f084
regulator: documentation - overview
by Liam Girdwood
· 17 years ago
9fec606
Merge branch 'master' of /home/cbou/linux-2.6
by Anton Vorontsov
· 16 years ago
40b4ac3
pm: remove obsolete piece of PM documentation
by Rafael J. Wysocki
· 16 years ago
Next »