Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
0ed41b33882c577e1d6582913163a2f5727765fe
/
drivers
/
thermal
68b62e5
Merge tag 'thermal-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
by Linus Torvalds
· 5 years ago
b741ffb
thermal: armada: remove unused TO_MCELSIUS macro
by Akinobu Mita
· 5 years ago
97a0a49
thermal: intel_pch: switch to use <linux/units.h> helpers
by Akinobu Mita
· 5 years ago
006a602
thermal: int340x: switch to use <linux/units.h> helpers
by Akinobu Mita
· 5 years ago
8c173d5
thermal: stm32: fix spelling mistake "preprare" -> "prepare"
by Colin Ian King
· 5 years ago
abb22e4
Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
by Linus Torvalds
· 5 years ago
2f23e31
thermal: stm32: Fix low threshold interrupt flood
by Pascal Paillet
· 5 years ago
9d8593f
thermal: stm32: Improve temperature computing
by Pascal Paillet
· 5 years ago
dd4c391
thermal: stm32: Handle multiple trip points
by Pascal Paillet
· 5 years ago
1f64fa3
thermal: stm32: Disable interrupts at probe
by Pascal Paillet
· 5 years ago
d4a7e05
thermal: stm32: Rework sensor mode management
by Pascal Paillet
· 5 years ago
d401652
thermal: stm32: Fix icifr register name
by Pascal Paillet
· 5 years ago
370f995
thermal: of: Make thermal_zone_of_sensor_register return -ENODEV if a sensor OF node is missing
by Peter Mamonov
· 5 years ago
0f510a2
thermal: rcar_gen3_thermal: Remove temperature bound
by Niklas Söderlund
· 5 years ago
dff6d4f
thermal: rcar_thermal: Remove temperature bound
by Niklas Söderlund
· 5 years ago
35709c4
thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform support
by Gayatri Kammela
· 5 years ago
66dd8b8
thermal: intel: Fix unmatched pci_release_region
by Chuhong Yuan
· 5 years ago
f64a658
thermal: int340x: processor_thermal: Add Jasper Lake support
by Swaminathan, Nivedita
· 5 years ago
5fdd4e3
thermal: brcmstb_thermal: Register different ops per process
by Florian Fainelli
· 5 years ago
eaf7a88
thermal: brcmstb_thermal: Restructure interrupt registration
by Florian Fainelli
· 5 years ago
c9a5061
thermal: brcmstb_thermal: Add 16nm process thermal parameters
by Florian Fainelli
· 5 years ago
8bcda32
thermal: brcmstb_thermal: Prepare to support a different process
by Florian Fainelli
· 5 years ago
e1ff6fc
thermal: brcmstb_thermal: Do not use DT coefficients
by Florian Fainelli
· 5 years ago
263c8c4
thermal: rcar_thermal: Use usleep_range() instead of udelay()
by Geert Uytterhoeven
· 5 years ago
59b7813
thermal: Add BCM2711 thermal driver
by Stefan Wahren
· 5 years ago
85f0ad2
thermal: sun8i: Add hwmon support
by Yangtao Li
· 5 years ago
291292c
thermal: sun8i: Remove unused variable and unneeded macros
by Yangtao Li
· 5 years ago
69d5f3a
thermal: sun8i: Fix using plain integer as NULL pointer in sun8i_ths_resource_init
by Yangtao Li
· 5 years ago
d818628
thermal: sun8i: Fix r40 ths number
by Yangtao Li
· 5 years ago
3dd8551
Merge branches 'acpi-battery', 'acpi-video', 'acpi-fan' and 'acpi-drivers'
by Rafael J. Wysocki
· 5 years ago
ca07ee4
thermal: exynos: Rename Samsung and Exynos to lowercase
by Krzysztof Kozlowski
· 5 years ago
07d243a6
thermal: generic-adc: silence info message for IIO_TEMP channels
by Martin Blumenstingl
· 5 years ago
c1fde6e
thermal: generic-adc: silence "no lookup table" on deferred probe
by Martin Blumenstingl
· 5 years ago
dccc5c3
thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40
by Yangtao Li
· 5 years ago
93802b0
thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init section
by Daniel Lezcano
· 5 years ago
8c24b85
thermal/drivers/of-thermal: Make of_thermal_destroy_zones static
by Daniel Lezcano
· 5 years ago
23affa2
thermal/drivers/cpu_cooling: Rename to cpufreq_cooling
by Daniel Lezcano
· 5 years ago
a4c428e
thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
by Daniel Lezcano
· 5 years ago
d27970b
thermal: rockchip: Enable hwmon
by Stefan Schaeckeler
· 5 years ago
ff66289
thermal: armada: Clear reset in armadaxp_init
by Zak Hays
· 5 years ago
4abb629
thermal: armada: Fix register offsets for AXP
by Zak Hays
· 5 years ago
2b586fe
thermal/drivers/Kconfig: Convert the CPU cooling device to a choice
by Daniel Lezcano
· 5 years ago
fd84330
thermal: qoriq: Add hwmon support
by Andrey Smirnov
· 5 years ago
c7fc403
thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()
by Andrey Smirnov
· 5 years ago
36564d7
thermal: qoriq: Do not report invalid temperature reading
by Andrey Smirnov
· 5 years ago
45038e0
thermal: qoriq: Enable all sensors before registering them
by Andrey Smirnov
· 5 years ago
4316237
thermal: qoriq: Convert driver to use regmap API
by Andrey Smirnov
· 5 years ago
01dc584
thermal: qoriq: Drop unnecessary drvdata cleanup
by Andrey Smirnov
· 5 years ago
8e1cda3
thermal: qoriq: Pass data to qoriq_tmu_calibration() directly
by Andrey Smirnov
· 5 years ago
0303662
thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directly
by Andrey Smirnov
· 5 years ago
b319da1
thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_data
by Andrey Smirnov
· 5 years ago
d6fb056
thermal: qoriq: Add local struct qoriq_sensor pointer
by Andrey Smirnov
· 5 years ago
11ef00f
thermal: qoriq: Don't store struct thermal_zone_device reference
by Andrey Smirnov
· 5 years ago
e167dc4
thermal: qoriq: Add local struct device pointer
by Andrey Smirnov
· 5 years ago
5ca73af
thermal: zx2967: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
be7b848
thermal: amlogic: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
6a6d634
thermal: tegra: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
9625e9e
thermal: samsung: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
66ec4bf
thermal: rockchip: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
3772bb4
thermal: mediatek: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
0f43e64
thermal: max77620: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
1b5cb95
thermal: devfreq_cooling: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
53d256e
thermal: step_wise: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
7b4e7f0
thermal: cpu_cooling: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
faae0ed
thermal: of-thermal: Appease the kernel-doc deity
by Amit Kucheria
· 5 years ago
c56dcfa
thermal: db8500: Depromote debug print
by Linus Walleij
· 5 years ago
344fa0b
drivers: thermal: tsens: Work with old DTBs
by Amit Kucheria
· 5 years ago
9b1b553
thermal: int340x_thermal: Add Tiger Lake ACPI device IDs
by Gayatri Kammela
· 5 years ago
5026061
thermal: power_allocator: Fix Kconfig warning
by YueHaibing
· 5 years ago
fb3da48
Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
by Linus Torvalds
· 5 years ago
9f00ebf
thermal: intel: intel_soc_dts_iosf: Utilize for_each_set_clump8 macro
by William Breathitt Gray
· 5 years ago
67b8ed2
Merge tag 'platform-drivers-x86-v5.5-1' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 5 years ago
163b00c
thermal: Fix deadlock in thermal thermal_zone_device_check
by Wei Wang
· 5 years ago
a4e893e
thermal: cpu_cooling: Migrate to using the EM framework
by Quentin Perret
· 5 years ago
5a4e5b7
thermal: cpu_cooling: Make the power-related code depend on IPA
by Quentin Perret
· 5 years ago
f0a353b4
drivers: thermal: tsens: fix potential integer overflow on multiply
by Colin Ian King
· 5 years ago
76bf653
thermal: no need to set .owner when using module_platform_driver
by Tian Tao
· 5 years ago
c7071f4
thermal: qcom: tsens-v1: Fix kfree of a non-pointer value
by Colin Ian King
· 5 years ago
ae16a68
thermal: Initialize thermal subsystem earlier
by Amit Kucheria
· 5 years ago
f96c8e5
thermal: Remove netlink support
by Amit Kucheria
· 5 years ago
0e58029
thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976
by AngeloGioacchino Del Regno
· 5 years ago
421eda1
thermal: amlogic: Add thermal driver to support G12 SoCs
by Guillaume La Roque
· 5 years ago
634e11d
drivers: thermal: tsens: Add interrupt support
by Amit Kucheria
· 5 years ago
bd93ee3
drivers: thermal: tsens: Create function to return sign-extended temperature
by Amit Kucheria
· 5 years ago
7c938f4
drivers: thermal: tsens: Add debugfs support
by Amit Kucheria
· 5 years ago
3795ad5
drivers: thermal: tsens: Add __func__ identifier to debug statements
by Amit Kucheria
· 5 years ago
0e9c0bc
drivers: thermal: tsens: Simplify code flow in tsens_probe
by Amit Kucheria
· 5 years ago
8b71bce
drivers: thermal: tsens: Get rid of id field in tsens_sensor
by Amit Kucheria
· 5 years ago
9809797
thermal: qoriq: add thermal monitor unit version 2 support
by Yuantian Tang
· 5 years ago
86bd20a
thermal-generic-adc: Silent error message for EPROBE_DEFER
by Hsin-Yi Wang
· 5 years ago
1a00591
thermal: rcar_gen3_thermal: Add r8a774b1 support
by Biju Das
· 5 years ago
d3f5b73
treewide: Rename Peter Feuerer to Peter Kaestle
by Peter Kaestle
· 5 years ago
3000ce3
cpufreq: Use per-policy frequency QoS
by Rafael J. Wysocki
· 5 years ago
939ca9f
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
by Linus Torvalds
· 5 years ago
d0e00bc
Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 5 years ago
6c375ec
thermal: db8500: Rewrite to be a pure OF sensor
by Linus Walleij
· 5 years ago
3de9e4d
thermal: db8500: Use dev helper variable
by Linus Walleij
· 5 years ago
cb063a8
thermal: db8500: Finalize device tree conversion
by Linus Walleij
· 5 years ago
0f84d1d
Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into for-5.4
by Zhang Rui
· 5 years ago
67eed44
thermal: Add some error messages
by Amit Kucheria
· 6 years ago
Next »