summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/hisi_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/hisi: Simplify with dev_err_probe()Krzysztof Kozlowski2024-07-151-7/+2
* thermal: hisi: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: Explicitly include correct DT includesRob Herring2023-07-311-1/+1
* thermal/drivers/hisi: Use devm_platform_ioremap_resource()Yang Li2023-04-011-3/+1
* thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano2023-03-031-3/+0
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-1/+1
* thermal: Remove core header inclusion from driversDaniel Lezcano2023-02-151-2/+1
* thermal/drivers/hisi: Drop second sensor hi3660Yongqin Liu2023-02-151-4/+0
* thermal/drivers/hisi: Use generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-5/+6
* thermal/drivers/hisilicon: Switch to new of APIDaniel Lezcano2022-08-171-7/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-101-9/+1
* thermal: hisi_termal: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Hesham Almatary2022-04-131-4/+2
* thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_probe()Ye Bin2021-04-201-3/+1
* thermal/drivers/hisi: Use the correct HiSilicon copyrightHao Fang2021-04-151-3/+3
* thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-2/+4
* thermal/drivers/hisi: Fix number of sensors on hi3660Daniel Lezcano2018-12-101-1/+1
* thermal/drivers/hisi: Fix wrong platform_get_irq_byname()Daniel Lezcano2018-12-101-1/+1
* thermal/drivers/hisi: Add the dual clusters sensors for hi3660Daniel Lezcano2018-10-221-4/+10
* thermal/drivers/hisi: Add more sensors channelDaniel Lezcano2018-10-221-0/+5
* thermal/drivers/hisi: Remove pointless irq fieldDaniel Lezcano2018-10-221-6/+5
* thermal/drivers/hisi: Use platform_get_irq_bynameDaniel Lezcano2018-10-221-2/+5
* thermal/drivers/hisi: Replace macro name with relevant sensor locationDaniel Lezcano2018-10-221-4/+4
* thermal/drivers/hisi: Add multiple sensors supportDaniel Lezcano2018-10-221-32/+47
* thermal/drivers/hisi: Prepare to support multiple sensorsDaniel Lezcano2018-10-221-13/+28
* thermal/drivers/hisi: Factor out the probe functionsDaniel Lezcano2018-10-221-27/+12
* thermal/drivers/hisi: Set the thermal zone private data to the sensor pointerDaniel Lezcano2018-10-221-5/+4
* thermal/drivers/hisi: Change the driver to be sensor orientedDaniel Lezcano2018-10-221-30/+42
* thermal/drivers/hisi: Change the platform data pointer to sensor opsDaniel Lezcano2018-10-221-26/+34
* thermal/drivers/hisi: Remove bogus const from function return typeGeert Uytterhoeven2018-01-021-1/+1
* thermal/drivers/hisi: Add support for hi3660 SoCKevin Wangtao2017-10-311-1/+144
* thermal/drivers/hisi: Prepare to add support for other hisi platformsKevin Wangtao2017-10-311-45/+87
* thermal/drivers/hisi: Add platform prefix to function nameKevin Wangtao2017-10-311-72/+73
* thermal/drivers/hisi: Put platform code togetherKevin Wangtao2017-10-311-38/+38
* thermal/drivers/hisi: Use round up step valueKevin Wangtao2017-10-311-14/+8
* thermal/drivers/hisi: Move the clk setup in the corresponding functionsKevin Wangtao2017-10-311-20/+9
* thermal/drivers/hisi: Remove mutex_lock in the codeDaniel Lezcano2017-10-311-6/+0
* thermal/drivers/hisi: Remove thermal data back pointerDaniel Lezcano2017-10-311-6/+5
* thermal/drivers/hisi: Convert long to intDaniel Lezcano2017-10-311-2/+2
* thermal/drivers/hisi: Rename and remove unused fieldDaniel Lezcano2017-10-311-10/+8
* thermal/drivers/hisi: Remove costly sensor inspectionDaniel Lezcano2017-10-311-110/+93
* thermal/drivers/hisi: Fix configuration register settingDaniel Lezcano2017-10-311-5/+29
* thermal/drivers/hisi: Encapsulate register writes into helpersDaniel Lezcano2017-10-311-22/+70
* thermal/drivers/hisi: Remove pointless lockDaniel Lezcano2017-10-311-5/+1
* thermal/drivers/hisi: Fix multiple alarm interrupts firingDaniel Lezcano2017-10-311-2/+8
* thermal/drivers/hisi: Simplify the temperature/step computationDaniel Lezcano2017-10-311-13/+28
* thermal/drivers/hisi: Fix kernel panic on alarm interruptDaniel Lezcano2017-10-311-9/+9
* thermal/drivers/hisi: Remove the multiple sensors supportDaniel Lezcano2017-10-311-56/+19
* thermal/drivers/hisi: Fix missing interrupt enablementDaniel Lezcano2017-10-311-2/+3
* thermal: hisilicon: constify thermal_zone_of_device_ops structuresJulia Lawall2017-08-111-1/+1
* thermal: hisilicon: Handle return value of clk_prepare_enableArvind Yadav2017-06-301-1/+4