Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
5a56a39be7ffb416dd5ec5e1489d5a3a8b6a63f2
/
include
/
linux
/
thermal.h
15a2631
thermal: Fix build warning of !defined(CONFIG_THERMAL_OF)
by Anson Huang
· 4 years, 10 months ago
34471ab
thermal: of-thermal: add API for getting sensor ID from DT
by Anson Huang
· 4 years, 11 months ago
cdf309f
thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>
by Akinobu Mita
· 5 years ago
f96c8e5
thermal: Remove netlink support
by Amit Kucheria
· 5 years ago
eaf7b46
docs: thermal: add it to the driver API
by Mauro Carvalho Chehab
· 5 years ago
6bbe6f5
docs: thermal: convert to ReST
by Mauro Carvalho Chehab
· 6 years ago
2c45e7f
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 6 years ago
b4ab114cc
thermal: Introduce devm_thermal_of_cooling_device_register
by Guenter Roeck
· 6 years ago
f991de5
thermal: make device_register's type argument const
by Jean-Francois Dagenais
· 6 years ago
7e3c038
drivers: thermal: Update license to SPDX format
by Lina Iyer
· 7 years ago
8ea2295
thermal: Add cooling device's statistics in sysfs
by Viresh Kumar
· 7 years ago
023b7b0
thermal : Remove const to make same prototype
by Arvind Yadav
· 7 years ago
38e44da
thermal: int3400_thermal: process "thermal table changed" event
by Brian Bian
· 7 years ago
b31ef82
thermal core: convert ID allocation to IDA
by Matthew Wilcox
· 8 years ago
4d0fe74
thermal: core: move trips attributes to tz->device.groups
by Eduardo Valentin
· 8 years ago
0e70f46
thermal: Enhance thermal_zone_device_update for events
by Srinivas Pandruvada
· 8 years ago
e78eaf4
thermal: streamline get_trend callbacks
by Sascha Hauer
· 9 years ago
826386e
thermal: of: implement .set_trips for device tree thermal zones
by Sascha Hauer
· 9 years ago
060c034
thermal: Add support for hardware-tracked trip points
by Sascha Hauer
· 9 years ago
4a7069a
thermal: core: export apis to get slope and offset
by Rajendra Nayak
· 9 years ago
5a5e78c
thermal: add the note for set_trip_temp
by Caesar Wang
· 9 years ago
c350952
thermal: of-thermal: allow setting trip_temp on hardware
by Wei Ni
· 9 years ago
1d0fd42
thermal: consistently use int for trip temp
by Wei Ni
· 9 years ago
81ad427
Thermal: Ignore invalid trip points
by Zhang Rui
· 9 years ago
e498b49
thermal: of-thermal: Add devm version of thermal_zone_of_sensor_register
by Laxman Dewangan
· 9 years ago
4511f71
Thermal: do thermal zone update after a cooling device registered
by Chen Yu
· 9 years ago
bb431ba
Thermal: initialize thermal zone device correctly
by Zhang Rui
· 9 years ago
c86b3de
thermal: fix thermal_zone_bind_cooling_device prototype
by Arnd Bergmann
· 9 years ago
e866a2e
linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUS
by Rasmus Villemoes
· 9 years ago
c973c3b
thermal: Add a function to get the minimum power
by Javi Merino
· 9 years ago
cd33dc9
thermal: Fix thermal_zone_of_sensor_register to match documentation
by Punit Agrawal
· 9 years ago
17e8351
thermal: consistently use int for temperatures
by Sascha Hauer
· 9 years ago
9d0be7f
thermal: support slope and offset coefficients
by Eduardo Valentin
· 10 years ago
6b775e8
thermal: introduce the Power Allocator governor
by Javi Merino
· 10 years ago
35b11d2
thermal: extend the cooling device API to include power information
by Javi Merino
· 10 years ago
e33df1d
thermal: let governors have private data for each thermal zone
by Javi Merino
· 10 years ago
bcdcbbc
thermal: fair_share: generalize the weight concept
by Javi Merino
· 10 years ago
6cd9e9f
thermal: of: fix cooling device weights in device tree
by Kapileshwar Singh
· 10 years ago
12ca718
thermal: Introduce dummy functions when thermal is not defined
by Nishanth Menon
· 10 years ago
32c9edc4
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc
by Zhang Rui
· 10 years ago
2707dbd
Merge branches 'thermal-core-fix', 'thermal-soc' and 'thermal-int340x' into next
by Zhang Rui
· 10 years ago
a940cb3
thermal: Fix cdev registration with THERMAL_NO_LIMIT on 64bit
by Punit Agrawal
· 10 years ago
af6c9f1
thermal: provide an UAPI header file
by Florian Fainelli
· 10 years ago
184a4bf
thermal: of: Extend current of-thermal.c code to allow setting emulated temp
by Lukasz Majewski
· 10 years ago
ad9914a
thermal: of: Rename struct __thermal_trip to struct thermal_trip
by Lukasz Majewski
· 10 years ago
2251aef
thermal: of: improve of-thermal sensor registration API
by Eduardo Valentin
· 10 years ago
77e337c
Thermal: introduce INT3402 thermal driver
by Aaron Lu
· 10 years ago
7b83fd9
Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.h
by Aaron Lu
· 11 years ago
c708a98
thermal: document struct thermal_zone_device and thermal_governor
by Javi Merino
· 11 years ago
a116b5d
thermal: core: introduce thermal_of_cooling_device_register
by Eduardo Valentin
· 11 years ago
4e5e470
thermal: introduce device tree parser
by Eduardo Valentin
· 12 years ago
a8892d83
thermal: thermal_core: allow binding with limits on bind_params
by Eduardo Valentin
· 11 years ago
ccba4ff
drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional
by Eduardo Valentin
· 11 years ago
b29bdba
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 12 years ago
7b73c99
thermal: rename notify_thermal_framework to thermal_notify_framework
by Eduardo Valentin
· 12 years ago
837b26b
thermal: expose thermal_zone_get_temp API
by Eduardo Valentin
· 12 years ago
63c4d91
thermal: introduce thermal_zone_get_zone_by_name helper function
by Eduardo Valentin
· 12 years ago
d13cb03
Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into next
by Zhang Rui
· 12 years ago
80a26a5
Thermal: build thermal governors into thermal_sys module
by Zhang Rui
· 12 years ago
f8b5870
thermal: Fix compiler warning
by Ezequiel Garcia
· 12 years ago
57df810
Thermal: exynos: fix cooling state translation
by Zhang Rui
· 12 years ago
73214f5
thermal: shorten too long mcast group name
by Masatake YAMATO
· 12 years ago
e6e238c
thermal: sysfs: Add a new sysfs node emul_temp for thermal emulation
by Amit Daniel Kachhap
· 12 years ago
8ab3e6a
thermal: Use thermal zone device id in netlink messages
by Eduardo Valentin
· 12 years ago
d069015e
Introduce THERMAL_TREND_RAISE_FULL and THERMAL_TREND_DROP_FULL
by Zhang Rui
· 12 years ago
1f53ef1
Thermal: Fix DEFAULT_THERMAL_GOVERNOR
by Zhang Rui
· 12 years ago
f2b4caa
Thermal: Add a notification API
by Durgadoss R
· 12 years ago
dc76548
Thermal: Make thermal_cdev_update as a global function
by Durgadoss R
· 12 years ago
a4a1548
Thermal: Add thermal governor registration APIs
by Durgadoss R
· 12 years ago
50125a9
Thermal: Pass zone parameters as argument to tzd_register
by Durgadoss R
· 12 years ago
ef87394
Thermal: Add platform level information to thermal.h
by Durgadoss R
· 12 years ago
9b4298a
Thermal: Add get trend, get instance API's to thermal_sys
by Durgadoss R
· 12 years ago
2306408
Thermal: Refactor thermal.h file
by Durgadoss R
· 12 years ago
f4a821c
Thermal: Introduce locking for cdev.thermal_instances list.
by Zhang Rui
· 12 years ago
908b9fb
Thermal: Unify the code for both active and passive cooling
by Zhang Rui
· 13 years ago
ce119f8
Thermal: Introduce simple arbitrator for setting device cooling state
by Zhang Rui
· 13 years ago
b5e4ae6
Thermal: List thermal_instance in thermal_cooling_device.
by Zhang Rui
· 13 years ago
2d37413
Thermal: Rename thermal_zone_device.cooling_devices
by Zhang Rui
· 13 years ago
1b7ddb8
Thermal: Remove tc1/tc2 in generic thermal layer.
by Zhang Rui
· 13 years ago
601f3d4
Thermal: Introduce .get_trend() callback.
by Zhang Rui
· 13 years ago
9d99842
Thermal: set upper and lower limits
by Zhang Rui
· 13 years ago
4b24ff7
Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6
by Linus Torvalds
· 12 years ago
4b1bf58
thermal: Constify 'type' argument for the registration routine
by Anton Vorontsov
· 12 years ago
27365a6
Thermal: Add Hysteresis attributes
by Durgadoss R
· 12 years ago
c56f5c0
Thermal: Make Thermal trip points writeable
by Durgadoss R
· 12 years ago
2d58d7e
thermal: Rename generate_netlink_event
by Jean Delvare
· 13 years ago
31f5396
thermal: make THERMAL_HWMON implementation fully internal
by Jean Delvare
· 13 years ago
af06216
ACPI: Fix build for CONFIG_NET unset
by Rafael J. Wysocki
· 14 years ago
156d821
Merge branch 'misc' into release
by Len Brown
· 14 years ago
4cb1872
thermal: Add event notification to thermal framework
by R.Durgadoss
· 14 years ago
5b275ce
thermal: make ops constant
by Alan Cox
· 14 years ago
03a971a
thermal: support forcing support for passive cooling
by Matthew Garrett
· 16 years ago
b1569e9
ACPI: move thermal trip handling to generic thermal layer
by Matthew Garrett
· 16 years ago
6503e5d
thermal: use integers rather than strings for thermal values
by Matthew Garrett
· 16 years ago
16d7523
thermal: Create CONFIG_THERMAL_HWMON=n
by Rene Herman
· 17 years ago
e68b16a
thermal: add hwmon sysfs I/F
by Zhang Rui
· 17 years ago
9ec732f
thermal: add new get_crit_temp callback
by Zhang, Rui
· 17 years ago
63c4ec9
thermal: add the support for building the generic thermal as a module
by Zhang Rui
· 17 years ago
5f1a3f2
acpi thermal trip points increased to 12
by Krzysztof Helt
· 17 years ago
a0dd25b
ACPI: thermal: buildfix for CONFIG_THERMAL=n
by Len Brown
· 17 years ago
Next »