summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/hisi_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/hisi: Fix number of sensors on hi3660Daniel Lezcano2018-12-111-1/+1
* thermal/drivers/hisi: Fix wrong platform_get_irq_byname()Daniel Lezcano2018-12-111-1/+1
* thermal/drivers/hisi: Add the dual clusters sensors for hi3660Daniel Lezcano2018-10-231-4/+10
* thermal/drivers/hisi: Add more sensors channelDaniel Lezcano2018-10-231-0/+5
* thermal/drivers/hisi: Remove pointless irq fieldDaniel Lezcano2018-10-231-6/+5Star
* thermal/drivers/hisi: Use platform_get_irq_bynameDaniel Lezcano2018-10-231-2/+5
* thermal/drivers/hisi: Replace macro name with relevant sensor locationDaniel Lezcano2018-10-231-4/+4
* thermal/drivers/hisi: Add multiple sensors supportDaniel Lezcano2018-10-231-32/+47
* thermal/drivers/hisi: Prepare to support multiple sensorsDaniel Lezcano2018-10-231-13/+28
* thermal/drivers/hisi: Factor out the probe functionsDaniel Lezcano2018-10-231-27/+12Star
* thermal/drivers/hisi: Set the thermal zone private data to the sensor pointerDaniel Lezcano2018-10-231-5/+4Star
* thermal/drivers/hisi: Change the driver to be sensor orientedDaniel Lezcano2018-10-231-30/+42
* thermal/drivers/hisi: Change the platform data pointer to sensor opsDaniel Lezcano2018-10-231-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-11-011-1/+144
* thermal/drivers/hisi: Prepare to add support for other hisi platformsKevin Wangtao2017-11-011-45/+87
* thermal/drivers/hisi: Add platform prefix to function nameKevin Wangtao2017-11-011-72/+73
* thermal/drivers/hisi: Put platform code togetherKevin Wangtao2017-11-011-38/+38
* thermal/drivers/hisi: Use round up step valueKevin Wangtao2017-11-011-14/+8Star
* thermal/drivers/hisi: Move the clk setup in the corresponding functionsKevin Wangtao2017-11-011-20/+9Star
* thermal/drivers/hisi: Remove mutex_lock in the codeDaniel Lezcano2017-11-011-6/+0Star
* thermal/drivers/hisi: Remove thermal data back pointerDaniel Lezcano2017-11-011-6/+5Star
* thermal/drivers/hisi: Convert long to intDaniel Lezcano2017-11-011-2/+2
* thermal/drivers/hisi: Rename and remove unused fieldDaniel Lezcano2017-11-011-10/+8Star
* thermal/drivers/hisi: Remove costly sensor inspectionDaniel Lezcano2017-11-011-110/+93Star
* thermal/drivers/hisi: Fix configuration register settingDaniel Lezcano2017-11-011-5/+29
* thermal/drivers/hisi: Encapsulate register writes into helpersDaniel Lezcano2017-11-011-22/+70
* thermal/drivers/hisi: Remove pointless lockDaniel Lezcano2017-11-011-5/+1Star
* thermal/drivers/hisi: Fix multiple alarm interrupts firingDaniel Lezcano2017-11-011-2/+8
* thermal/drivers/hisi: Simplify the temperature/step computationDaniel Lezcano2017-11-011-13/+28
* thermal/drivers/hisi: Fix kernel panic on alarm interruptDaniel Lezcano2017-11-011-9/+9
* thermal/drivers/hisi: Remove the multiple sensors supportDaniel Lezcano2017-11-011-56/+19Star
* thermal/drivers/hisi: Fix missing interrupt enablementDaniel Lezcano2017-11-011-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-07-011-1/+4
* thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada2016-09-271-1/+2
* thermal: hisilicon: fix IRQ imbalance enablingLeo Yan2016-05-171-3/+4
* thermal: hisilicon: support to use any sensorLeo Yan2016-05-171-13/+20
* thermal: convert hisi_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-3/+2Star
* thermal: hisilicon: increase temperature resolutionLeo Yan2016-04-281-2/+2
*-. Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui2015-09-021-2/+2
|\ \
| * | thermal: consistently use int for temperaturesSascha Hauer2015-08-031-2/+2
| |/
* / thermal: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-08-031-1/+0Star
|/
* thermal: hisilicon: add new hisilicon thermal sensor driverkongxinwei2015-06-041-0/+421