index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
mediatek
/
lvts_thermal.c
Age
Commit message (
Expand
)
Author
2024-07-15
thermal/drivers/mediatek/lvts_thermal: Provide default calibration data
Chen-Yu Tsai
2024-07-15
dt-bindings: thermal: mediatek: Fix thermal zone definitions for MT8188
Julien Panis
2024-07-15
dt-bindings: thermal: mediatek: Fix thermal zone definition for MT8186
Julien Panis
2024-06-12
thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...
Julien Panis
2024-06-04
thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188
Julien Panis
2024-05-06
thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl index
Julien Panis
2024-05-06
thermal/drivers/mediatek/lvts_thermal: Remove unused members from struct lvts...
Julien Panis
2024-05-02
thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data
Julien Panis
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Add MT8188 support
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Allow early empty sensor slots
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Provision for gt variable location
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Add MT8186 support
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Guard against efuse data buffer overflow
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Use offsets for every calibration byte
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Remove .hw_tshut_temp
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Move comment
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Retrieve all calibration bytes
Nicolas Pitre
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Add coeff for mt8192
Hsin-Te Yuan
2024-03-11
thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling...
Christophe JAILLET
2023-10-19
thermal/drivers/mediatek/lvts_thermal: Update calibration data documentation
Balsam CHIHI
2023-10-19
thermal/drivers/mediatek/lvts_thermal: Add mt8192 support
Balsam CHIHI
2023-10-19
thermal/drivers/mediatek/lvts_thermal: Add suspend and resume
Balsam CHIHI
2023-10-15
thermal/drivers/mediatek/lvts_thermal: Fix error check in lvts_debugfs_init()
Minjie Du
2023-10-15
thermal/drivers/mediatek/lvts_thermal: Add mt7988 support
Frank Wunderlich
2023-10-15
thermal/drivers/mediatek/lvts_thermal: Make coeff configurable
Frank Wunderlich
2023-09-29
thermal: lvts: Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-16
thermal/drivers/mediatek/lvts_thermal: Make readings valid in filtered mode
Nícolas F. R. A. Prado
2023-08-16
thermal/drivers/mediatek: Clean up redundant dev_err_probe()
Chen Jiahao
2023-08-16
thermal/drivers/mediatek/lvts: Fix parameter check in lvts_debugfs_init()
Minjie Du
2023-08-16
thermal/drivers/mediatek/lvts_thermal: Manage threshold between sensors
Nícolas F. R. A. Prado
2023-08-16
thermal/drivers/mediatek/lvts_thermal: Don't leave threshold zeroed
Nícolas F. R. A. Prado
2023-08-16
thermal/drivers/mediatek/lvts_thermal: Disable undesired interrupts
Nícolas F. R. A. Prado
2023-08-16
thermal/drivers/mediatek/lvts_thermal: Use offset threshold for IRQ
Nícolas F. R. A. Prado
2023-08-16
thermal/drivers/mediatek/lvts_thermal: Honor sensors in immediate mode
Nícolas F. R. A. Prado
2023-08-16
thermal/drivers/mediatek/lvts_thermal: Handle IRQ on all controllers
Nícolas F. R. A. Prado
2023-07-31
thermal: Explicitly include correct DT includes
Rob Herring
2023-06-26
thermal/drivers/mediatek/lvts_thermal: Remove redundant msg in lvts_ctrl_start()
Yangtao Li
2023-06-26
thermal/drivers/mediatek/lvts_thermal: Register thermal zones as hwmon sensors
Chen-Yu Tsai
2023-04-07
thermal/drivers/mediatek/lvts_thermal: Add AP domain for mt8195
Balsam CHIHI
2023-04-07
thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt status bitmask
Chen-Yu Tsai
2023-03-03
thermal: Use thermal_zone_device_type() accessor
Daniel Lezcano
2023-03-03
thermal: Don't use 'device' internal thermal zone structure field
Daniel Lezcano
2023-03-03
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
2023-02-15
thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driver
Balsam CHIHI