Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00441b5e6b98ad6a50b5cb7f88d473e3ea1e0d75
/
drivers
/
acpi
/
power.c
0271f4f
ACPI / power: Remove useless message from device registering routine
by Rafael J. Wysocki
· 12 years ago
acacb5f
ACPI: add newline in power.c message
by Randy Dunlap
· 12 years ago
f25b7061
ACPI / PM: Use KERN_DEBUG when no power resources are found
by Aaron Lu
· 12 years ago
40bf66e
ACPI / PM: Fix resource_lock dead lock in acpi_power_on_device
by Lin Ming
· 12 years ago
9069240
ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP
by Rafael J. Wysocki
· 12 years ago
8407884
Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstream
by Jeff Garzik
· 12 years ago
e579e2d
ACPI: Use struct dev_pm_ops for power management in the power driver
by Rafael J. Wysocki
· 12 years ago
a606dac3
libata-acpi: register/unregister device to/from power resource
by Lin Ming
· 12 years ago
38c92ff
ACPI / PM: Make __acpi_bus_get_power() cover D3cold correctly
by Rafael J. Wysocki
· 12 years ago
5c7dd71
ACPI / PCI / PM: Fix device PM regression related to D3hot/D3cold
by Rafael J. Wysocki
· 12 years ago
1cc0c99
ACPI: Fix D3hot v D3cold confusion
by Lin Ming
· 13 years ago
0090def
ACPI: Add interface to register/unregister device to/from power resources
by Lin Ming
· 13 years ago
3ebc81b
ACPI: Introduce ACPI D3_COLD state support
by Zhang Rui
· 13 years ago
d0515d9
ACPI / PM: Check status of power resources under mutexes
by Rafael J. Wysocki
· 14 years ago
36237fa
ACPI / PM: Rename acpi_power_off_device()
by Rafael J. Wysocki
· 14 years ago
53eac70
ACPI / PM: Drop acpi_power_nocheck
by Rafael J. Wysocki
· 14 years ago
30d3df4
ACPI / PM: Introduce function for refcounting device power resources
by Rafael J. Wysocki
· 14 years ago
d2ef555
ACPI / PM: Add functions for manipulating lists of power resources
by Rafael J. Wysocki
· 14 years ago
32a00d2
ACPI / PM: Prevent acpi_power_get_inferred_state() from making changes
by Rafael J. Wysocki
· 14 years ago
12b3b5a
ACPI / PM: Do not refcount power resources that can't be turned on
by Rafael J. Wysocki
· 14 years ago
212967c
ACPI / PM: Check device state before refcounting power resources
by Rafael J. Wysocki
· 14 years ago
3e384ee
ACPI / PM: Fix reference counting of power resources
by Rafael J. Wysocki
· 14 years ago
2245ba2
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 14 years ago
cfa806f
gcc-4.6: ACPI: fix unused but set variables in ACPI
by Andi Kleen
· 14 years ago
06af7eb
ACPI power_resource: remove unused procfs I/F
by Zhang Rui
· 14 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
00bc42a
Remove empty comment in acpi/power.c
by Justin P. Mattock
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
c97adf9
acpi: make ACPI device id constant
by Márton Németh
· 15 years ago
003d6a3
Merge branch 'sfi-base' into release
by Len Brown
· 15 years ago
9b83ccd
ACPI PM: Replace wakeup.prepared with reference counter
by Rafael J. Wysocki
· 15 years ago
a192a95
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
by Len Brown
· 15 years ago
bdf43bb
ACPI: don't check power state after _ON/_OFF
by Bjorn Helgaas
· 15 years ago
edd8469
Merge branch 'acpi-modparam' into release
by Len Brown
· 16 years ago
5b5d911
ACPI: simplify module_param namespace
by Rusty Russell
· 16 years ago
4451537
ACPI: call acpi_power_init() explicitly rather than as initcall
by Bjorn Helgaas
· 16 years ago
60a4ce7
ACPI: power.c: call acpi_get_name to get node name
by Lin Ming
· 16 years ago
f613984
Merge branch 'power' into release
by Len Brown
· 16 years ago
89595b8
ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h
by Bjorn Helgaas
· 16 years ago
676962d
ACPI: fan: Delete the strict check in power transition
by Zhao Yakui
· 16 years ago
b1b57fb
ACPI: fix de-reference bug in power resource driver
by Zhao Yakui
· 16 years ago
7674416
Merge branch 'ull' into test
by Len Brown
· 16 years ago
5f50ef4
Merge branch 'misc' into test
by Len Brown
· 16 years ago
f5adfaa
ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transition
by Zhao Yakui
· 16 years ago
a51e145
ACPI: Get the device power state in the course of scanning device
by Zhao Yakui
· 16 years ago
27663c5
ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels
by Matthew Wilcox
· 16 years ago
db89b4f
ACPI: catch calls of acpi_driver_data on pointer of wrong type
by Pavel Machek
· 16 years ago
0af4b8c
ACPI: Introduce new device wakeup flag 'prepared'
by Rafael J. Wysocki
· 16 years ago
77e7660
ACPI: Introduce acpi_device_sleep_wake function
by Rafael J. Wysocki
· 16 years ago
08acd4f8
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
cf7acfa
acpi: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
a815ab8
ACPI: check a return value correctly in acpi_power_get_context()
by Li Zefan
· 17 years ago
e76d5f7
ACPI: remove duplicated warning message
by Miguel Botón
· 17 years ago
c35923b
ACPI: power: don't cache power resource state
by Alexey Starikovskiy
· 17 years ago
1ba90e3
ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers
by Thomas Renninger
· 17 years ago
63e34ca
Pull misc-for-upstream into release branch
by Len Brown
· 18 years ago
ff24ba7
ACPI: ThinkPad Z60m: usb mouse stops working after suspend to RAM
by Konstantin Karasyov
· 18 years ago
7292576
ACPI: fix S3 fan resume issue
by Konstantin Karasyov
· 18 years ago
08e4a10
Pull bugzilla-7570 into release branch
by Len Brown
· 18 years ago
1004879
Pull bugzilla-7122 into release branch
by Len Brown
· 18 years ago
b1028c5
ACPI: fix fan after resume from S3
by Konstantin Karasyov
· 18 years ago
e8363f3
ACPI: update acpi_power_resume() per new acpi_op_resume
by Len Brown
· 18 years ago
0a61390
ACPI: Thermal issues on HP nx6325
by Konstantin Karasyov
· 18 years ago
7cda93e
ACPI: delete extra #defines in /drivers/acpi/ drivers
by Len Brown
· 18 years ago
c2b6705
ACPI: fix acpi_driver.name usage
by Len Brown
· 18 years ago
f52fd66
ACPI: clean up ACPI_MODULE_NAME() use
by Len Brown
· 18 years ago
36bcbec
ACPI: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
cece901
Pull style into test branch
by Len Brown
· 18 years ago
786f18c
ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG
by Dmitry Torokhov
· 18 years ago
50dd096
ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi
by Jan Engelhardt
· 18 years ago
d750803
ACPI: add 'const' to several ACPI file_operations
by Arjan van de Ven
· 18 years ago
1474720
ACPI: power: Remove unneeded acpi_handle from driver.
by Patrick Mochel
· 18 years ago
5fbc19e
ACPI: power: Use acpi_device's handle instead of driver's
by Patrick Mochel
· 18 years ago
4159857
ACPI: power: add struct acpi_device to struct acpi_power_resource
by Patrick Mochel
· 18 years ago
d550d98
ACPI: delete tracing macros from drivers/acpi/*.c
by Patrick Mochel
· 18 years ago
6468463
ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
by Len Brown
· 18 years ago
cece929
ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)
by Len Brown
· 18 years ago
a6fc672
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
by Thomas Renninger
· 18 years ago
4be44fc
[ACPI] Lindent all ACPI files
by Len Brown
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago