index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
qcom
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal/drivers/tsens: Make tsens_xxxx_nvmem static
Min-Hua Chen
2023-08-16
2
-4
/
+4
*
thermal: Explicitly include correct DT includes
Rob Herring
2023-07-31
2
-2
/
+0
*
thermal/drivers/qcom/temp-alarm: Use dev_err_probe
Luca Weiss
2023-06-26
1
-20
/
+14
*
thermal/drivers/qcom: Remove redundant msg at probe time
Yangtao Li
2023-06-26
3
-9
/
+3
*
thermal/drivers/qcom/tsens-v0_1: Add MSM8909 data
Stephan Gerhold
2023-06-26
3
-2
/
+39
*
thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsets
Stephan Gerhold
2023-06-26
3
-1
/
+30
*
thermal/drivers/qcom/tsens-v0_1: Fix mdm9607 slope values
Stephan Gerhold
2023-06-26
1
-1
/
+17
*
thermal/drivers/qcom/tsens: Drop unused legacy structs
Stephan Gerhold
2023-06-26
2
-58
/
+0
*
thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226
Matti Lehtimäki
2023-06-26
3
-2
/
+30
*
thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()
Daniel Lezcano
2023-03-03
3
-3
/
+3
*
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
2023-03-03
3
-6
/
+6
*
Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-27
1
-1
/
+1
|
\
|
*
firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
Elliot Berman
2023-02-08
1
-1
/
+1
*
|
thermal: Remove core header inclusion from drivers
Daniel Lezcano
2023-02-15
1
-1
/
+0
*
|
thermal/drivers/qcom-spmi-adc-tm5: Use asm intead of asm-generic
Andy Shevchenko
2023-01-18
1
-1
/
+2
*
|
thermal/drivers/qcom: Remove duplicate set next trip point interrupt code
Daniel Lezcano
2023-01-16
1
-49
/
+2
*
|
thermal/drivers/tsens: Drop single-cell code for msm8976/msm8956
Dmitry Baryshkov
2023-01-16
1
-27
/
+2
*
|
thermal/drivers/tsens: Drop single-cell code for msm8939
Dmitry Baryshkov
2023-01-16
1
-25
/
+1
*
|
thermal/drivers/tsens: Drop single-cell code for mdm9607
Dmitry Baryshkov
2023-01-16
1
-31
/
+7
*
|
thermal/drivers/tsens: Rework legacy calibration data parsers
Dmitry Baryshkov
2023-01-16
4
-662
/
+297
*
|
thermal/drivers/tsens: Support using nvmem cells for msm8974 calibration
Dmitry Baryshkov
2023-01-16
3
-8
/
+84
*
|
thermal/drivers/tsens: Support using nvmem cells for calibration data
Dmitry Baryshkov
2023-01-16
4
-1
/
+106
*
|
thermal/drivers/tsens: limit num_sensors to 9 for msm8939
Dmitry Baryshkov
2023-01-16
1
-9
/
+4
*
|
thermal/drivers/tsens: fix slope values for msm8939
Dmitry Baryshkov
2023-01-16
1
-1
/
+16
*
|
thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
Dmitry Baryshkov
2023-01-16
3
-27
/
+34
*
|
thermal/drivers/tsens: Drop msm8976-specific defines
Dmitry Baryshkov
2023-01-16
1
-7
/
+2
*
|
thermal/drivers/tsens: Drop unnecessary hw_ids
Dmitry Baryshkov
2023-01-16
2
-2
/
+0
*
|
thermal/drivers/qcom: Fix lock inversion
Johan Hovold
2023-01-06
1
-0
/
+5
*
|
thermal/drivers/qcom: Fix set_trip_temp() deadlock
Johan Hovold
2023-01-06
1
-1
/
+1
*
|
thermal/drivers/qcom: Use generic thermal_zone_get_trip() function
Daniel Lezcano
2023-01-06
1
-22
/
+17
|
/
*
thermal/drivers/qcom/lmh: Fix irq handler return value
Bjorn Andersson
2022-12-14
1
-1
/
+1
*
thermal/drivers/qcom: Demote error log of thermal zone register to debug
Manivannan Sadhasivam
2022-12-14
1
-1
/
+1
*
thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2
Luca Weiss
2022-12-14
1
-1
/
+2
*
thermal: qcom-spmi-adc-tm5: suppress probe-deferral error message
Johan Hovold
2022-12-14
1
-4
/
+2
*
thermal/drivers/qcom/tsens: Rework debugfs file structure
Christian Marangi
2022-12-14
1
-10
/
+3
*
thermal/drivers/qcom/tsens: Fix wrong version id dbg_version_show
Christian Marangi
2022-12-14
1
-1
/
+1
*
thermal/drivers/qcom/tsens: Init debugfs only with successful probe
Christian Marangi
2022-12-14
1
-3
/
+5
*
thermal/drivers/tsens: Add IPQ8074 support
Robert Marko
2022-12-14
3
-1
/
+21
*
thermal/drivers/tsens: Allow configuring min and max trips
Robert Marko
2022-12-14
6
-2
/
+14
*
thermal/drivers/tsens: Add support for combined interrupt
Robert Marko
2022-12-14
6
-6
/
+38
*
Merge tag 'thermal-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-10
1
-1
/
+1
|
\
|
*
thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id
Vincent Knecht
2022-10-04
1
-1
/
+1
*
|
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-08
2
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
nvmem: prefix all symbols with NVMEM_
Rafał Miłecki
2022-09-24
1
-1
/
+1
|
*
thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode API
Nuno Sá
2022-08-15
1
-1
/
+2
*
|
thermal/drivers/qcom/spmi-adc-tm5: Remove unnecessary print function dev_err()
Jiapeng Chong
2022-08-17
1
-3
/
+1
*
|
thermal/drivers/qcom: Switch to new of API
Daniel Lezcano
2022-08-17
3
-24
/
+23
|
/
*
thermal/drivers/qcom/spmi-adc-tm5: Register thermal zones as hwmon sensors
Dmitry Baryshkov
2022-07-28
1
-0
/
+5
*
thermal/drivers/qcom/temp-alarm: Register thermal zones as hwmon sensors
Dmitry Baryshkov
2022-07-28
1
-0
/
+5
*
thermal/drivers/qcom: Remove get_trend function
Daniel Lezcano
2022-07-28
2
-14
/
+0
[next]