aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/hisi_thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17thermal/drivers/hisilicon: Switch to new of APIDaniel Lezcano1-7/+7
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2022-04-13thermal: hisi_termal: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Hesham Almatary1-4/+2
2021-04-20thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_probe()Ye Bin1-3/+1
2021-04-15thermal/drivers/hisi: Use the correct HiSilicon copyrightHao Fang1-3/+3
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz1-2/+4
2018-12-10thermal/drivers/hisi: Fix number of sensors on hi3660Daniel Lezcano1-1/+1
2018-12-10thermal/drivers/hisi: Fix wrong platform_get_irq_byname()Daniel Lezcano1-1/+1
2018-10-22thermal/drivers/hisi: Add the dual clusters sensors for hi3660Daniel Lezcano1-4/+10
2018-10-22thermal/drivers/hisi: Add more sensors channelDaniel Lezcano1-0/+5
2018-10-22thermal/drivers/hisi: Remove pointless irq fieldDaniel Lezcano1-6/+5
2018-10-22thermal/drivers/hisi: Use platform_get_irq_bynameDaniel Lezcano1-2/+5
2018-10-22thermal/drivers/hisi: Replace macro name with relevant sensor locationDaniel Lezcano1-4/+4
2018-10-22thermal/drivers/hisi: Add multiple sensors supportDaniel Lezcano1-32/+47
2018-10-22thermal/drivers/hisi: Prepare to support multiple sensorsDaniel Lezcano1-13/+28
2018-10-22thermal/drivers/hisi: Factor out the probe functionsDaniel Lezcano1-27/+12
2018-10-22thermal/drivers/hisi: Set the thermal zone private data to the sensor pointerDaniel Lezcano1-5/+4
2018-10-22thermal/drivers/hisi: Change the driver to be sensor orientedDaniel Lezcano1-30/+42
2018-10-22thermal/drivers/hisi: Change the platform data pointer to sensor opsDaniel Lezcano1-26/+34
2018-01-02thermal/drivers/hisi: Remove bogus const from function return typeGeert Uytterhoeven1-1/+1
2017-10-31thermal/drivers/hisi: Add support for hi3660 SoCKevin Wangtao1-1/+144
2017-10-31thermal/drivers/hisi: Prepare to add support for other hisi platformsKevin Wangtao1-45/+87
2017-10-31thermal/drivers/hisi: Add platform prefix to function nameKevin Wangtao1-72/+73
2017-10-31thermal/drivers/hisi: Put platform code togetherKevin Wangtao1-38/+38
2017-10-31thermal/drivers/hisi: Use round up step valueKevin Wangtao1-14/+8
2017-10-31thermal/drivers/hisi: Move the clk setup in the corresponding functionsKevin Wangtao1-20/+9
2017-10-31thermal/drivers/hisi: Remove mutex_lock in the codeDaniel Lezcano1-6/+0
2017-10-31thermal/drivers/hisi: Remove thermal data back pointerDaniel Lezcano1-6/+5
2017-10-31thermal/drivers/hisi: Convert long to intDaniel Lezcano1-2/+2
2017-10-31thermal/drivers/hisi: Rename and remove unused fieldDaniel Lezcano1-10/+8
2017-10-31thermal/drivers/hisi: Remove costly sensor inspectionDaniel Lezcano1-110/+93
2017-10-31thermal/drivers/hisi: Fix configuration register settingDaniel Lezcano1-5/+29
2017-10-31thermal/drivers/hisi: Encapsulate register writes into helpersDaniel Lezcano1-22/+70
2017-10-31thermal/drivers/hisi: Remove pointless lockDaniel Lezcano1-5/+1
2017-10-31thermal/drivers/hisi: Fix multiple alarm interrupts firingDaniel Lezcano1-2/+8
2017-10-31thermal/drivers/hisi: Simplify the temperature/step computationDaniel Lezcano1-13/+28
2017-10-31thermal/drivers/hisi: Fix kernel panic on alarm interruptDaniel Lezcano1-9/+9
2017-10-31thermal/drivers/hisi: Remove the multiple sensors supportDaniel Lezcano1-56/+19
2017-10-31thermal/drivers/hisi: Fix missing interrupt enablementDaniel Lezcano1-2/+3
2017-08-11thermal: hisilicon: constify thermal_zone_of_device_ops structuresJulia Lawall1-1/+1
2017-06-30thermal: hisilicon: Handle return value of clk_prepare_enableArvind Yadav1-1/+4
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada1-1/+2
2016-05-17thermal: hisilicon: fix IRQ imbalance enablingLeo Yan1-3/+4
2016-05-17thermal: hisilicon: support to use any sensorLeo Yan1-13/+20
2016-05-17thermal: convert hisi_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-3/+2
2016-04-27thermal: hisilicon: increase temperature resolutionLeo Yan1-2/+2
2015-09-02Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui1-2/+2
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-2/+2
2015-08-03thermal: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-06-03thermal: hisilicon: add new hisilicon thermal sensor driverkongxinwei1-0/+421