aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/hisi_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29thermal: hisi: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-07-31thermal: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-04-01thermal/drivers/hisi: Use devm_platform_ioremap_resource()Gravatar Yang Li 1-3/+1
2023-03-03thermal: Remove debug or error messages in get_temp() opsGravatar Daniel Lezcano 1-3/+0
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 1-1/+1
2023-02-15thermal: Remove core header inclusion from driversGravatar Daniel Lezcano 1-2/+1
2023-02-15thermal/drivers/hisi: Drop second sensor hi3660Gravatar Yongqin Liu 1-4/+0
2023-01-06thermal/drivers/hisi: Use generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 1-5/+6
2022-08-17thermal/drivers/hisilicon: Switch to new of APIGravatar Daniel Lezcano 1-7/+7
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEGravatar Thomas Gleixner 1-9/+1
2022-04-13thermal: hisi_termal: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Gravatar Hesham Almatary 1-4/+2
2021-04-20thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_probe()Gravatar Ye Bin 1-3/+1
2021-04-15thermal/drivers/hisi: Use the correct HiSilicon copyrightGravatar Hao Fang 1-3/+3
2020-06-29thermal: Use mode helpers in driversGravatar Andrzej Pietrasiewicz 1-2/+4
2018-12-10thermal/drivers/hisi: Fix number of sensors on hi3660Gravatar Daniel Lezcano 1-1/+1
2018-12-10thermal/drivers/hisi: Fix wrong platform_get_irq_byname()Gravatar Daniel Lezcano 1-1/+1
2018-10-22thermal/drivers/hisi: Add the dual clusters sensors for hi3660Gravatar Daniel Lezcano 1-4/+10
2018-10-22thermal/drivers/hisi: Add more sensors channelGravatar Daniel Lezcano 1-0/+5
2018-10-22thermal/drivers/hisi: Remove pointless irq fieldGravatar Daniel Lezcano 1-6/+5
2018-10-22thermal/drivers/hisi: Use platform_get_irq_bynameGravatar Daniel Lezcano 1-2/+5
2018-10-22thermal/drivers/hisi: Replace macro name with relevant sensor locationGravatar Daniel Lezcano 1-4/+4
2018-10-22thermal/drivers/hisi: Add multiple sensors supportGravatar Daniel Lezcano 1-32/+47
2018-10-22thermal/drivers/hisi: Prepare to support multiple sensorsGravatar Daniel Lezcano 1-13/+28
2018-10-22thermal/drivers/hisi: Factor out the probe functionsGravatar Daniel Lezcano 1-27/+12
2018-10-22thermal/drivers/hisi: Set the thermal zone private data to the sensor pointerGravatar Daniel Lezcano 1-5/+4
2018-10-22thermal/drivers/hisi: Change the driver to be sensor orientedGravatar Daniel Lezcano 1-30/+42
2018-10-22thermal/drivers/hisi: Change the platform data pointer to sensor opsGravatar Daniel Lezcano 1-26/+34
2018-01-02thermal/drivers/hisi: Remove bogus const from function return typeGravatar Geert Uytterhoeven 1-1/+1
2017-10-31thermal/drivers/hisi: Add support for hi3660 SoCGravatar Kevin Wangtao 1-1/+144
2017-10-31thermal/drivers/hisi: Prepare to add support for other hisi platformsGravatar Kevin Wangtao 1-45/+87
2017-10-31thermal/drivers/hisi: Add platform prefix to function nameGravatar Kevin Wangtao 1-72/+73
2017-10-31thermal/drivers/hisi: Put platform code togetherGravatar Kevin Wangtao 1-38/+38
2017-10-31thermal/drivers/hisi: Use round up step valueGravatar Kevin Wangtao 1-14/+8
2017-10-31thermal/drivers/hisi: Move the clk setup in the corresponding functionsGravatar Kevin Wangtao 1-20/+9
2017-10-31thermal/drivers/hisi: Remove mutex_lock in the codeGravatar Daniel Lezcano 1-6/+0
2017-10-31thermal/drivers/hisi: Remove thermal data back pointerGravatar Daniel Lezcano 1-6/+5
2017-10-31thermal/drivers/hisi: Convert long to intGravatar Daniel Lezcano 1-2/+2
2017-10-31thermal/drivers/hisi: Rename and remove unused fieldGravatar Daniel Lezcano 1-10/+8
2017-10-31thermal/drivers/hisi: Remove costly sensor inspectionGravatar Daniel Lezcano 1-110/+93
2017-10-31thermal/drivers/hisi: Fix configuration register settingGravatar Daniel Lezcano 1-5/+29
2017-10-31thermal/drivers/hisi: Encapsulate register writes into helpersGravatar Daniel Lezcano 1-22/+70
2017-10-31thermal/drivers/hisi: Remove pointless lockGravatar Daniel Lezcano 1-5/+1
2017-10-31thermal/drivers/hisi: Fix multiple alarm interrupts firingGravatar Daniel Lezcano 1-2/+8
2017-10-31thermal/drivers/hisi: Simplify the temperature/step computationGravatar Daniel Lezcano 1-13/+28
2017-10-31thermal/drivers/hisi: Fix kernel panic on alarm interruptGravatar Daniel Lezcano 1-9/+9
2017-10-31thermal/drivers/hisi: Remove the multiple sensors supportGravatar Daniel Lezcano 1-56/+19
2017-10-31thermal/drivers/hisi: Fix missing interrupt enablementGravatar Daniel Lezcano 1-2/+3
2017-08-11thermal: hisilicon: constify thermal_zone_of_device_ops structuresGravatar Julia Lawall 1-1/+1
2017-06-30thermal: hisilicon: Handle return value of clk_prepare_enableGravatar Arvind Yadav 1-1/+4
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-1/+2