summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/mediatek
AgeCommit message (Expand)AuthorLines
2026-01-20thermal/drivers/mediatek/lvts_thermal: Add mt7987 supportFrank Wunderlich-0/+36
2026-01-20thermal/drivers/mediatek/lvts_thermal: Add MT8196 supportLaura Nao-0/+165
2026-01-20thermal/drivers/mediatek/lvts: Support MSR offset for 16-bit calibration dataLaura Nao-0/+16
2026-01-20thermal/drivers/mediatek/lvts: Add support for ATP modeLaura Nao-7/+37
2026-01-20thermal/drivers/mediatek/lvts: Add lvts_temp_to_raw variantLaura Nao-0/+9
2026-01-20thermal/drivers/mediatek/lvts: Add platform ops to support alternative conver...Laura Nao-5/+34
2026-01-20thermal/drivers/mediatek/lvts: Make number of calibration offsets configurableLaura Nao-11/+44
2025-09-25thermal/drivers/mediatek/lvts_thermal: Remove unneeded semicolonJiapeng Chong-1/+1
2025-07-16thermal/drivers/mediatek/lvts_thermal: Add mt7988 lvts commandsMason Chang-4/+12
2025-07-16thermal/drivers/mediatek/lvts_thermal: Add lvts commands and their sizes to d...Mason Chang-13/+52
2025-07-16thermal/drivers/mediatek/lvts_thermal: Change lvts commands array to static c...Mason Chang-14/+15
2025-07-15thermal: Constify struct thermal_zone_device_opsChristophe JAILLET-1/+1
2025-05-16thermal/drivers/mediatek/lvts: Remove unused lvts_debugfs_exitArnd Bergmann-2/+0
2025-05-16thermal/drivers/mediatek/lvts: Fix debugfs unregister on failureAngeloGioacchino Del Regno-8/+8
2025-03-25thermal/drivers/mediatek/lvts: Only update IRQ enable for valid sensorsNícolas F. R. A. Prado-1/+1
2025-03-25thermal/drivers/mediatek/lvts: Start sensor interrupts disabledNícolas F. R. A. Prado-2/+1
2025-03-25thermal/drivers/mediatek/lvts: Disable low offset IRQ for minimum thresholdNícolas F. R. A. Prado-13/+35
2025-03-25thermal/drivers/mediatek/lvts: Disable Stage 3 thermal thresholdNícolas F. R. A. Prado-14/+2
2025-03-25thermal/drivers/mediatek/lvts: Disable monitor mode during suspendNícolas F. R. A. Prado-2/+34
2024-11-13thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-11-13thermal/drivers/mediatek/lvts_thermal: Make read-only arrays static constColin Ian King-2/+2
2024-07-15thermal/drivers/mediatek/lvts_thermal: Provide default calibration dataChen-Yu Tsai-8/+26
2024-07-15dt-bindings: thermal: mediatek: Fix thermal zone definitions for MT8188Julien Panis-5/+5
2024-07-15dt-bindings: thermal: mediatek: Fix thermal zone definition for MT8186Julien Panis-1/+1
2024-06-12thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...Julien Panis-1/+5
2024-06-04thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188Julien Panis-6/+0
2024-05-06thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl indexJulien Panis-4/+7
2024-05-06thermal/drivers/mediatek/lvts_thermal: Remove unused members from struct lvts...Julien Panis-2/+0
2024-05-02thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_dataJulien Panis-0/+2
2024-04-23thermal/drivers/mediatek/lvts_thermal: Add MT8188 supportNicolas Pitre-0/+96
2024-04-23thermal/drivers/mediatek/lvts_thermal: Allow early empty sensor slotsNicolas Pitre-26/+37
2024-04-23thermal/drivers/mediatek/lvts_thermal: Provision for gt variable locationNicolas Pitre-6/+14
2024-04-23thermal/drivers/mediatek/lvts_thermal: Add MT8186 supportNicolas Pitre-0/+61
2024-04-23thermal/drivers/mediatek/lvts_thermal: Guard against efuse data buffer overflowNicolas Pitre-2/+9
2024-04-23thermal/drivers/mediatek/lvts_thermal: Use offsets for every calibration byteNicolas Pitre-65/+99
2024-04-23thermal/drivers/mediatek/lvts_thermal: Remove .hw_tshut_tempNicolas Pitre-21/+2
2024-04-23thermal/drivers/mediatek/lvts_thermal: Move commentNicolas Pitre-7/+7
2024-04-23thermal/drivers/mediatek/lvts_thermal: Retrieve all calibration bytesNicolas Pitre-1/+1
2024-04-23thermal/drivers/mediatek/lvts_thermal: Add coeff for mt8192Hsin-Te Yuan-0/+4
2024-03-11thermal/drivers/mediatek: Fix control buffer enablement on MT7896Frank Wunderlich-0/+3
2024-03-11thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling...Christophe JAILLET-1/+3
2023-10-19thermal/drivers/mediatek/lvts_thermal: Update calibration data documentationBalsam CHIHI-2/+29
2023-10-19thermal/drivers/mediatek/lvts_thermal: Add mt8192 supportBalsam CHIHI-0/+95
2023-10-19thermal/drivers/mediatek/lvts_thermal: Add suspend and resumeBalsam CHIHI-0/+37
2023-10-17thermal/drivers/mediatek: Fix probe for THERMAL_V2Markus Schneider-Pargmann-1/+1
2023-10-15thermal/drivers/mediatek/lvts_thermal: Fix error check in lvts_debugfs_init()Minjie Du-1/+1
2023-10-15thermal/drivers/mediatek/lvts_thermal: Add mt7988 supportFrank Wunderlich-0/+38
2023-10-15thermal/drivers/mediatek/lvts_thermal: Make coeff configurableFrank Wunderlich-17/+34
2023-09-29thermal: lvts: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-16thermal/drivers/mediatek/auxadc_thermal: Removed call to platform_set_drvdata()Andrei Coardos-2/+0