summaryrefslogtreecommitdiff
path: root/drivers/thermal/hisi_thermal.c
AgeCommit message (Expand)Author
2023-09-29thermal: hisi: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-31thermal: Explicitly include correct DT includesRob Herring
2023-04-01thermal/drivers/hisi: Use devm_platform_ioremap_resource()Yang Li
2023-03-03thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano
2023-02-15thermal/drivers/hisi: Drop second sensor hi3660Yongqin Liu
2023-01-06thermal/drivers/hisi: Use generic thermal_zone_get_trip() functionDaniel Lezcano
2022-08-17thermal/drivers/hisilicon: Switch to new of APIDaniel Lezcano
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner
2022-04-13thermal: hisi_termal: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Hesham Almatary
2021-04-20thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_probe()Ye Bin
2021-04-15thermal/drivers/hisi: Use the correct HiSilicon copyrightHao Fang
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz
2018-12-10thermal/drivers/hisi: Fix number of sensors on hi3660Daniel Lezcano
2018-12-10thermal/drivers/hisi: Fix wrong platform_get_irq_byname()Daniel Lezcano
2018-10-22thermal/drivers/hisi: Add the dual clusters sensors for hi3660Daniel Lezcano
2018-10-22thermal/drivers/hisi: Add more sensors channelDaniel Lezcano
2018-10-22thermal/drivers/hisi: Remove pointless irq fieldDaniel Lezcano
2018-10-22thermal/drivers/hisi: Use platform_get_irq_bynameDaniel Lezcano
2018-10-22thermal/drivers/hisi: Replace macro name with relevant sensor locationDaniel Lezcano
2018-10-22thermal/drivers/hisi: Add multiple sensors supportDaniel Lezcano
2018-10-22thermal/drivers/hisi: Prepare to support multiple sensorsDaniel Lezcano
2018-10-22thermal/drivers/hisi: Factor out the probe functionsDaniel Lezcano
2018-10-22thermal/drivers/hisi: Set the thermal zone private data to the sensor pointerDaniel Lezcano
2018-10-22thermal/drivers/hisi: Change the driver to be sensor orientedDaniel Lezcano
2018-10-22thermal/drivers/hisi: Change the platform data pointer to sensor opsDaniel Lezcano
2018-01-02thermal/drivers/hisi: Remove bogus const from function return typeGeert Uytterhoeven
2017-10-31thermal/drivers/hisi: Add support for hi3660 SoCKevin Wangtao
2017-10-31thermal/drivers/hisi: Prepare to add support for other hisi platformsKevin Wangtao
2017-10-31thermal/drivers/hisi: Add platform prefix to function nameKevin Wangtao
2017-10-31thermal/drivers/hisi: Put platform code togetherKevin Wangtao
2017-10-31thermal/drivers/hisi: Use round up step valueKevin Wangtao
2017-10-31thermal/drivers/hisi: Move the clk setup in the corresponding functionsKevin Wangtao
2017-10-31thermal/drivers/hisi: Remove mutex_lock in the codeDaniel Lezcano
2017-10-31thermal/drivers/hisi: Remove thermal data back pointerDaniel Lezcano
2017-10-31thermal/drivers/hisi: Convert long to intDaniel Lezcano
2017-10-31thermal/drivers/hisi: Rename and remove unused fieldDaniel Lezcano
2017-10-31thermal/drivers/hisi: Remove costly sensor inspectionDaniel Lezcano
2017-10-31thermal/drivers/hisi: Fix configuration register settingDaniel Lezcano
2017-10-31thermal/drivers/hisi: Encapsulate register writes into helpersDaniel Lezcano
2017-10-31thermal/drivers/hisi: Remove pointless lockDaniel Lezcano
2017-10-31thermal/drivers/hisi: Fix multiple alarm interrupts firingDaniel Lezcano
2017-10-31thermal/drivers/hisi: Simplify the temperature/step computationDaniel Lezcano
2017-10-31thermal/drivers/hisi: Fix kernel panic on alarm interruptDaniel Lezcano
2017-10-31thermal/drivers/hisi: Remove the multiple sensors supportDaniel Lezcano
2017-10-31thermal/drivers/hisi: Fix missing interrupt enablementDaniel Lezcano
2017-08-11thermal: hisilicon: constify thermal_zone_of_device_ops structuresJulia Lawall
2017-06-30thermal: hisilicon: Handle return value of clk_prepare_enableArvind Yadav
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada