aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/broadcom
AgeCommit message (Expand)AuthorFilesLines
2023-09-29thermal: ns: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-29thermal: bcm2835: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-16thermal/drivers/broadcom/brcstb_thermal: Removed unneeded platform_set_drvdata()Gravatar Andrei Coardos 1-1/+0
2023-08-16thermal/drivers/broadcom/sr-thermal: Removed call to platform_set_drvdata()Gravatar Andrei Coardos 1-1/+0
2023-07-31thermal: Explicitly include correct DT includesGravatar Rob Herring 2-2/+2
2023-04-07thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregisterGravatar Daniel Lezcano 1-3/+1
2023-03-03thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()Gravatar Daniel Lezcano 2-2/+0
2023-03-03thermal: Remove debug or error messages in get_temp() opsGravatar Daniel Lezcano 1-3/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 5-6/+6
2023-02-15thermal: Remove core header inclusion from driversGravatar Daniel Lezcano 1-1/+0
2023-01-18thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()Gravatar ye xingchen 1-3/+1
2023-01-18thermal/drivers/brcmstb_thermal: Use devm_platform_get_and_ioremap_resource()Gravatar ye xingchen 1-3/+1
2023-01-06thermal/drivers/broadcom: Use generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 1-3/+5
2022-08-17thermal/drivers/broadcom: Switch to new of APIGravatar Daniel Lezcano 5-61/+53
2022-05-19thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probeGravatar Zheng Yongjun 1-0/+3
2022-05-19thermal/drivers/bcm2711: Don't clamp temperature at zeroGravatar Stefan Wahren 1-4/+1
2022-03-08thermal/drivers/brcmstb_thermal: Interrupt is optionalGravatar Florian Fainelli 1-1/+1
2021-04-20thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_thermal_pro...Gravatar Ruiqi Gong 1-1/+0
2020-12-10thermal: broadcom: simplify the return expression of bcm2711_thermal_probe()Gravatar Zheng Yongjun 1-5/+1
2020-01-27thermal: brcmstb_thermal: Register different ops per processGravatar Florian Fainelli 1-3/+12
2020-01-27thermal: brcmstb_thermal: Restructure interrupt registrationGravatar Florian Fainelli 1-10/+9
2020-01-27thermal: brcmstb_thermal: Add 16nm process thermal parametersGravatar Florian Fainelli 1-0/+6
2020-01-27thermal: brcmstb_thermal: Prepare to support a different processGravatar Florian Fainelli 1-14/+33
2020-01-27thermal: brcmstb_thermal: Do not use DT coefficientsGravatar Florian Fainelli 1-22/+9
2020-01-27thermal: Add BCM2711 thermal driverGravatar Stefan Wahren 3-0/+131
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2019-06-21thermal: bcm2835: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-14thermal: broadcom: Remove ACPI supportGravatar Srinath Mannam 1-8/+0
2019-03-18thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsGravatar Phil Elwell 1-5/+4
2019-02-05thermal: broadcom: Add Stingray thermal driverGravatar Pramod Kumar 3-0/+131
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 2-20/+15
2019-01-02thermal: broadcom: use devm_thermal_zone_of_sensor_registerGravatar Julia Lawall 1-20/+4
2019-01-02thermal: bcm2835: enable hwmon explicitlyGravatar Matthias Brugger 1-0/+11
2018-12-05thermal: broadcom: constify thermal_zone_of_device_ops structureGravatar Julia Lawall 1-1/+1
2018-12-04thermal: bcm2835: Switch to SPDX identifierGravatar Stefan Wahren 1-10/+1
2018-06-05thermal: bcm2835: Stop using printk format %pCrGravatar Geert Uytterhoeven 1-2/+2
2017-10-31thermal: add brcmstb AVS TMON driverGravatar Brian Norris 3-0/+395
2017-08-11thermal: bcm2835: constify thermal_zone_of_device_ops structuresGravatar Julia Lawall 1-1/+1
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 1-1/+0
2017-06-30thermal: bcm2835: fix an error code in probe()Gravatar Dan Carpenter 1-1/+0
2017-05-23thermal: broadcom: ns-thermal: default on iProc SoCsGravatar Jon Mason 1-4/+5
2017-04-23thermal: bcm2835: move to the broadcom subdirectoryGravatar Rafał Miłecki 3-0/+323
2017-04-23thermal: broadcom: ns: specify myself as MODULE_AUTHORGravatar Rafał Miłecki 1-0/+1
2017-04-06thermal: broadcom: add Northstar thermal driverGravatar Rafał Miłecki 3-0/+114