Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a81cbd2da48eacc860acf4f40ea05db790f4c7c3
/
drivers
/
acpi
/
thermal.c
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
0e4240d
thermal fixup for broken BIOS which has invalid trip points.
by Zhang Rui
· 16 years ago
9b5a56d
Merge branch 'sysfs' into release
by Len Brown
· 16 years ago
89595b8
ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h
by Bjorn Helgaas
· 16 years ago
0794469
ACPI: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 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
55ac9a0
ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk
by Lin Ming
· 16 years ago
22a94d7
ACPI: Allow overriding to higher critical trip point.
by Zhang Rui
· 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
1481b91
Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6
by Linus Torvalds
· 16 years ago
fc3a882
driver core: fix a lot of printk usages of bus_id
by Greg Kroah-Hartman
· 17 years ago
ea51011
ACPI : Set FAN device to correct state in boot phase
by Zhao Yakui
· 16 years ago
a39a2d7
ACPI: Reject below-freezing temperatures as invalid critical temperatures
by Arjan van de Ven
· 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
76ecb4f
ACPI: update thermal temperature
by Zhang, Rui
· 17 years ago
e9ae710
thermal: update the documentation
by Zhang Rui
· 17 years ago
9ec732f
thermal: add new get_crit_temp callback
by Zhang, Rui
· 17 years ago
d83fd8a
drivers/acpi/thermal.c: fix build with CONFIG_DMI=n
by Andrew Morton
· 17 years ago
bb070e4
acpi thermal: fix result check
by Krzysztof Helt
· 17 years ago
5e01276
ACPI: thermal: show temperature in millidegree Celsius
by Zhang, Rui
· 17 years ago
26b6f22
Merge branches 'release' and 'menlo' into release
by Len Brown
· 17 years ago
653a00c
ACPI: thermal fixup
by Zhang Rui
· 17 years ago
041d4bb
ACPI: CELSIUS_TO_KELVIN fixup
by Zhang Rui
· 17 years ago
2073393
ACPI: attach thermal zone info
by Zhang Rui
· 17 years ago
ce44e19
ACPI: ACPI thermal zone handle notification correctly
by Zhang Rui
· 17 years ago
3f655ef
ACPI: register ACPI thermal zone as generic thermal zone devices
by Zhang Rui
· 17 years ago
223630f
export thermal notification to userspace when nocrt is set
by Zhang Rui
· 17 years ago
c4ec207
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
1855256
drivers/firmware: const-ify DMI API and internals
by Jeff Garzik
· 17 years ago
6e21578
ACPI: Thermal: Drop concurrent thermal checks
by Alexey Starikovskiy
· 17 years ago
21bc42a
ACPI: thermal: use round_jiffies when thermal zone polling is enabled
by Len Brown
· 17 years ago
25c87f7
Pull events into release branch
by Len Brown
· 17 years ago
2db9ccb
ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as such
by Pavel Machek
· 17 years ago
14e04fb
ACPI: Schedule /proc/acpi/event for removal
by Len Brown
· 17 years ago
962ce8c
ACPI: don't duplicate input events on netlink
by Zhang Rui
· 17 years ago
8c99fdc
ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZX
by Len Brown
· 17 years ago
c52a741
ACPI: thermal: create "thermal.crt=C" bootparam
by Len Brown
· 17 years ago
3c1d36d
ACPI: thermal: clean up MODULE_PARM_DESC newlines
by Len Brown
· 17 years ago
0b5bfa1
ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOS
by Len Brown
· 17 years ago
f8707ec
ACPI: thermal: create "thermal.act=" to disable or override active trip point
by Len Brown
· 17 years ago
f548714
ACPI: thermal: create "thermal.nocrt" to disable critical actions
by Len Brown
· 17 years ago
a70cdc5
ACPI: thermal: create "thermal.psv=" to override passive trip points
by Len Brown
· 17 years ago
730ff34
ACPI: thermal: expose "thermal.tzp=" to set global polling frequency
by Len Brown
· 17 years ago
72b33ef
ACPI: thermal: create "thermal.off=1" to disable ACPI thermal support
by Len Brown
· 17 years ago
1ba90e3
ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers
by Thomas Renninger
· 17 years ago
10a0a8d
Add common orderly_poweroff()
by Jeremy Fitzhardinge
· 17 years ago
e7c746e
ACPI: gracefully print null trip-point device
by Thomas Renninger
· 17 years ago
68ccfaa
ACPI: thermal: Replace pointer with name in trip_points
by Thomas Renninger
· 18 years ago
eaca2d3
ACPI: delete un-reliable concept of cooling mode
by Len Brown
· 18 years ago
11ccc0f
ACPI: thermal trip points are read-only
by Len Brown
· 18 years ago
94e22e1
acpi-thermal: fix mod_timer() interval
by Andrew Morton
· 18 years ago
08e4a10
Pull bugzilla-7570 into release branch
by Len Brown
· 18 years ago
c0cd79d
Pull fluff into release branch
by Len Brown
· 18 years ago
81450b7
Pull misc-for-upstream into release branch
by Len Brown
· 18 years ago
b1028c5
ACPI: fix fan after resume from S3
by Konstantin Karasyov
· 18 years ago
636cedf
ACPI: thermal: fix units in debug output
by Sanjoy Mahajan
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 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
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
c80dc60
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 18 years ago
bed936f
[PATCH] ACPI: fix fan/thermal resume
by Konstantin Karasyov
· 18 years ago
d750803
ACPI: add 'const' to several ACPI file_operations
by Arjan van de Ven
· 18 years ago
8a4444b
ACPI: thermal: Remove unneeded acpi_handle from driver.
by Patrick Mochel
· 18 years ago
38ba7c9
ACPI: thermal: Use acpi_device's handle instead of driver's
by Patrick Mochel
· 18 years ago
8348e1b
ACPI: thermal: add struct acpi_device to struct acpi_thermal.
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
8f2ddb3
Pull bugzilla-5000 into release branch
by Len Brown
· 18 years ago
bf891bd
Pull trivial2 into release branch
by Len Brown
· 18 years ago
36a557d
Pull trivial into release branch
by Len Brown
· 18 years ago
b8d3519
ACPI: execute Notify() handlers on new thread
by Alexey Starikovskiy
· 19 years ago
74ce1468
ACPI: create acpi_thermal_resume()
by Konstantin Karasyov
· 19 years ago
09047e7
ACPI: fix memory leak in acpi_thermal_add() error path
by Vasily Averin
· 19 years ago
fdc136c
[ACPI] fix possible acpi thermal leak in failure path
by Dave Jones
· 19 years ago
1cbf4c5
[ACPI] Allow return to active cooling mode once passive mode is entered
by Thomas Renninger
· 20 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