index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-23
thermal: core: match parenthesis on code alignment
Eduardo Valentin
1
-7
/
+7
2016-11-23
thermal: core: treat correctly the return value of *scanf calls
Eduardo Valentin
1
-7
/
+7
2016-11-23
thermal: core: move to_thermal_zone() macro to header file
Eduardo Valentin
2
-3
/
+3
2016-11-23
thermal: core: split available_policies_show()
Eduardo Valentin
2
-15
/
+21
2016-11-23
thermal: core: split policy_store
Eduardo Valentin
2
-13
/
+25
2016-11-23
thermal: core: split passive_store
Eduardo Valentin
2
-21
/
+45
2016-11-23
thermal: core: remove unnecessary device_remove() calls
Eduardo Valentin
1
-5
/
+0
2016-11-23
thermal: core: move trips attributes to tz->device.groups
Eduardo Valentin
1
-38
/
+48
2016-11-23
thermal: core: create tz->device.groups dynamically
Eduardo Valentin
1
-3
/
+22
2016-11-23
thermal: core: move the trip attrs to the tz sysfs I/F section
Eduardo Valentin
1
-108
/
+108
2016-11-23
thermal: core: fix style on remove_trip_attrs()
Eduardo Valentin
1
-1
/
+1
2016-11-23
thermal: core: remove useless empty line
Eduardo Valentin
1
-1
/
+0
2016-11-23
thermal: core: move power actor code out of sysfs I/F section
Eduardo Valentin
1
-83
/
+83
2016-11-23
thermal: core: improve power actor documentation
Eduardo Valentin
1
-2
/
+3
2016-11-23
thermal: core: move passive attr to tz->device.groups
Eduardo Valentin
1
-9
/
+36
2016-11-23
thermal: core: move mode attribute to tz->device.groups
Eduardo Valentin
1
-8
/
+28
2016-11-23
thermal: core: move emul_temp creation to tz->device.groups
Eduardo Valentin
1
-7
/
+4
2016-11-23
thermal: core: use dev.groups to manage always present tz attributes
Eduardo Valentin
1
-53
/
+34
2016-11-23
thermal: core: group device_create_file() calls that are always created
Eduardo Valentin
1
-12
/
+12
2016-11-23
thermal: core: group thermal_zone DEVICE_ATTR's declarations
Eduardo Valentin
1
-10
/
+10
2016-11-23
thermal: core: prevent zones with no types to be registered
Eduardo Valentin
1
-8
/
+8
2016-11-23
thermal: intel_pch_thermal: Support skylake PCH 100 series thermal
OGAWA Hirofumi
1
-25
/
+39
2016-11-23
thermal: int340x_thermal: use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-1
/
+1
2016-11-23
thermal: hwmon: use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-1
/
+1
2016-11-21
thermal/powerclamp: add back module device table
Jacob Pan
1
-1
/
+8
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+62
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-2
/
+2
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-0
/
+1
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-1
/
+0
2016-10-20
thermal/powerclamp: correct cpu support check
Eric Ernst
1
-12
/
+2
2016-10-20
thermal: intel_pch_thermal: Enable Haswell PCH
Srinivas Pandruvada
1
-0
/
+9
2016-10-20
thermal: intel_pch_thermal: Add an ACPI passive trip
Srinivas Pandruvada
1
-0
/
+51
2016-10-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
43
-195
/
+3410
2016-09-27
thermal: int3403: Process trip change notification
Srinivas Pandruvada
1
-0
/
+6
2016-09-27
thermal: int340x: New Interface to read trip and notify
Srinivas Pandruvada
5
-27
/
+48
2016-09-27
thermal: user_space gov: Add additional information in uevent
Srinivas Pandruvada
1
-2
/
+13
2016-09-27
thermal: Enhance thermal_zone_device_update for events
Srinivas Pandruvada
16
-25
/
+38
2016-09-27
Merge branches 'thermal-soc', 'thermal-core', 'thermal-intel' and 'thermal-te...
Zhang Rui
9
-16
/
+1202
2016-09-27
thermal: tegra: add hw-throttle for Tegra132
Wei Ni
2
-30
/
+221
2016-09-27
thermal: tegra: add hw-throttle function
Wei Ni
5
-15
/
+700
2016-09-27
thermal: mtk_thermal: Check return value of devm_thermal_zone_of_sensor_register
Axel Lin
1
-2
/
+9
2016-09-27
thermal: Add Mediatek thermal driver for mt2701.
dawei.chien@mediatek.com
1
-63
/
+152
2016-09-27
thermal: max77620: Add thermal driver for reporting junction temp
Laxman Dewangan
3
-0
/
+176
2016-09-27
thermal: tango: add resume support
Marc Gonzalez
1
-2
/
+17
2016-09-27
devfreq_cooling: no need to check state with negative number
Shawn Lin
1
-1
/
+1
2016-09-27
thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_...
Bui Duc Phuc
1
-1
/
+2
2016-09-27
Thermal: of thermal: typo fix
Zhang Rui
1
-1
/
+1
2016-09-27
thermal: imx: depend on imx SoC arch
Peter Robinson
1
-1
/
+1
2016-09-27
thermal: qcom: tsens: Fix return value check in init_common()
Wei Yongjun
1
-3
/
+3
2016-09-27
thermal: rockchip: optimize sensor auto accessing period
Rocky Hao
1
-2
/
+2
[prev]
[next]