summaryrefslogtreecommitdiff
path: root/drivers/thermal/broadcom/brcmstb_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16thermal/drivers/broadcom/brcstb_thermal: Removed unneeded platform_set_drvdata()Andrei Coardos1-1/+0
2023-07-31thermal: Explicitly include correct DT includesRob Herring1-1/+1
2023-03-03thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano1-3/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano1-2/+2
2023-01-19thermal/drivers/brcmstb_thermal: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2022-08-17thermal/drivers/broadcom: Switch to new of APIDaniel Lezcano1-10/+10
2022-03-08thermal/drivers/brcmstb_thermal: Interrupt is optionalFlorian Fainelli1-1/+1
2020-01-27thermal: brcmstb_thermal: Register different ops per processFlorian Fainelli1-3/+12
2020-01-27thermal: brcmstb_thermal: Restructure interrupt registrationFlorian Fainelli1-10/+9
2020-01-27thermal: brcmstb_thermal: Add 16nm process thermal parametersFlorian Fainelli1-0/+6
2020-01-27thermal: brcmstb_thermal: Prepare to support a different processFlorian Fainelli1-14/+33
2020-01-27thermal: brcmstb_thermal: Do not use DT coefficientsFlorian Fainelli1-22/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-01-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds1-20/+4
2019-01-02thermal: broadcom: use devm_thermal_zone_of_sensor_registerJulia Lawall1-20/+4
2018-12-05thermal: broadcom: constify thermal_zone_of_device_ops structureJulia Lawall1-1/+1
2017-11-01thermal: add brcmstb AVS TMON driverBrian Norris1-0/+387