Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
70aa3961a196ac32baf54032b2051bac9a941118
/
drivers
/
acpi
/
fan.c
4c62dbb
ACPI: Remove FSF mailing addresses
by Jarkko Nikula
· 9 years ago
20dacb7
ACPI / PM: Rework device power management to follow ACPI 6
by Rafael J. Wysocki
· 9 years ago
bbb16fe
ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devices
by Srinivas Pandruvada
· 10 years ago
8264fce
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 10 years ago
d806c6e
ACPI / Fan: support INT3404 thermal device
by Aaron Lu
· 11 years ago
9519a63
ACPI / Fan: add ACPI 4.0 style fan support
by Aaron Lu
· 11 years ago
19593a1
ACPI / fan: convert to platform driver
by Aaron Lu
· 11 years ago
2bb3a2b
ACPI / fan: use acpi_device_xxx_power instead of acpi_bus equivelant
by Aaron Lu
· 11 years ago
8dd41f7
ACPI / fan: remove no need check for device pointer
by Aaron Lu
· 11 years ago
bd6ad24
ACPI / fan: remove unused macro
by Aaron Lu
· 11 years ago
88989fd
ACPI / fan: printk replacement
by Sudip Mukherjee
· 10 years ago
b9b8515
ACPI / fan: do nothing in suspend and poweroff callback
by Aaron Lu
· 11 years ago
b108e0e
ACPI / fan: fix fan driver compile error when CONFIG_PM_SLEEP is undefined
by Shuah Khan
· 11 years ago
8b48463
ACPI: Clean up inclusions of ACPI header files
by Lv Zheng
· 11 years ago
568b6ad
ACP / fan: trivial style cleanup
by Felipe Contreras
· 11 years ago
8ad928d
ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere
by Rafael J. Wysocki
· 11 years ago
85eb982
ACPI / fan: Initialize acpi_state variable
by Naresh Bhat
· 11 years ago
f0c2958
ACPI / fan: avoid null pointer deference error
by Colin Ian King
· 12 years ago
51fac83
ACPI: Remove useless type argument of driver .remove() operation
by Rafael J. Wysocki
· 12 years ago
d8014c4
ACPI/fan: convert to module_acpi_driver()
by Mika Westerberg
· 12 years ago
9069240
ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP
by Rafael J. Wysocki
· 12 years ago
62fcbdd
ACPI: Use struct dev_pm_ops for power management in the fan driver
by Rafael J. Wysocki
· 12 years ago
17621e1
ACPI / PM: Drop pm_message_t argument from device suspend callback
by Rafael J. Wysocki
· 12 years ago
9c8b04b
ACPI: constify ops structs
by Vasiliy Kulikov
· 13 years ago
488a76c
ACPI / Fan: Rework the handling of power resources
by Rafael J. Wysocki
· 14 years ago
b2a4498
ACPI fan: remove deprecated procfs I/F
by Zhang Rui
· 14 years ago
0c827ee
ACPI: fan: Fix more unbalanced code block
by Luis Henriques
· 14 years ago
934231d
ACPI: fan: fix unbalanced code block
by Liang Li
· 14 years ago
13c4115
ACPI: Remove repeated registered as cooling_device messages
by Mike Travis
· 15 years ago
a192a95
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
by Len Brown
· 15 years ago
478c6a4
Merge branch 'linus' into release
by Len Brown
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
6503e5d
thermal: use integers rather than strings for thermal values
by Matthew Garrett
· 16 years ago
89595b8
ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h
by Bjorn Helgaas
· 16 years ago
5f50ef4
Merge branch 'misc' into test
by Len Brown
· 16 years ago
55ac9a0
ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk
by Lin Ming
· 16 years ago
db89b4f
ACPI: catch calls of acpi_driver_data on pointer of wrong type
by Pavel Machek
· 16 years ago
fc3a882
driver core: fix a lot of printk usages of bus_id
by Greg Kroah-Hartman
· 17 years ago
6594d87
ACPI: fix acpi fan state set error
by Yi Yang
· 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
9030062
ACPI: elide a non-zero test on a result that is never 0
by Julia Lawall
· 17 years ago
48d3d82
revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0"
by Ingo Molnar
· 17 years ago
1192aeb
ACPI: drivers/acpi: elide a non-zero test on a result that is never 0
by Julia Lawall
· 17 years ago
19b3678
ACPI fan: extract return values using PTR_ERR
by Thomas Sujith
· 17 years ago
3c60284
ACPI: fan: build fix for CONFIG_ACPI_PROCFS=n
by Len Brown
· 17 years ago
05a83d9
ACPI: register ACPI Fan as generic thermal cooling device
by Zhang Rui
· 17 years ago
ec68373
Revert "ACPI: Fan: Drop force_power_state acpi_device option"
by Len Brown
· 17 years ago
93ad7c0
ACPI: Fan: Drop force_power_state acpi_device option
by Alexey Starikovskiy
· 17 years ago
968fc5d
ACPI: Fan: fan device does not need own structure
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
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
975a8e3
Pull sysfs into test branch
by Len Brown
· 18 years ago
36bcbec
ACPI: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
5d9464a
ACPI: add ACPI bus_type for driver model
by Patrick Mochel
· 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
579c896
ACPI: fan: Remove unneeded acpi_handle from driver.
by Patrick Mochel
· 18 years ago
dc8c2b2
ACPI: fan: Use acpi_device's handle instead of driver's
by Patrick Mochel
· 18 years ago
74b142e
ACPI: fan: add struct acpi_device to struct acpi_fan.
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
a6fc672
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
by Thomas Renninger
· 18 years ago
0feabb0
ACPI: create acpi_fan_suspend()/acpi_fan_resume()
by Konstantin Karasyov
· 19 years ago
4be44fc
[ACPI] Lindent all ACPI files
by Len Brown
· 19 years ago
c65ade4
[ACPI] whitespace
by Pavel Machek
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago