aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/broadcom
AgeCommit message (Expand)AuthorFilesLines
2023-09-29thermal: ns: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-29thermal: bcm2835: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-16thermal/drivers/broadcom/brcstb_thermal: Removed unneeded platform_set_drvdata()Andrei Coardos1-1/+0
2023-08-16thermal/drivers/broadcom/sr-thermal: Removed call to platform_set_drvdata()Andrei Coardos1-1/+0
2023-07-31thermal: Explicitly include correct DT includesRob Herring2-2/+2
2023-04-07thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregisterDaniel Lezcano1-3/+1
2023-03-03thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()Daniel Lezcano2-2/+0
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 Lezcano5-6/+6
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano1-1/+0
2023-01-18thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/brcmstb_thermal: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-06thermal/drivers/broadcom: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-3/+5
2022-08-17thermal/drivers/broadcom: Switch to new of APIDaniel Lezcano5-61/+53
2022-05-19thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probeZheng Yongjun1-0/+3
2022-05-19thermal/drivers/bcm2711: Don't clamp temperature at zeroStefan Wahren1-4/+1
2022-03-08thermal/drivers/brcmstb_thermal: Interrupt is optionalFlorian Fainelli1-1/+1
2021-04-20thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_thermal_pro...Ruiqi Gong1-1/+0
2020-12-10thermal: broadcom: simplify the return expression of bcm2711_thermal_probe()Zheng Yongjun1-5/+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
2020-01-27thermal: Add BCM2711 thermal driverStefan Wahren3-0/+131
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2019-06-21thermal: bcm2835: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-14thermal: broadcom: Remove ACPI supportSrinath Mannam1-8/+0
2019-03-18thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell1-5/+4
2019-02-05thermal: broadcom: Add Stingray thermal driverPramod Kumar3-0/+131
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2-20/+15
2019-01-02thermal: broadcom: use devm_thermal_zone_of_sensor_registerJulia Lawall1-20/+4
2019-01-02thermal: bcm2835: enable hwmon explicitlyMatthias Brugger1-0/+11
2018-12-05thermal: broadcom: constify thermal_zone_of_device_ops structureJulia Lawall1-1/+1
2018-12-04thermal: bcm2835: Switch to SPDX identifierStefan Wahren1-10/+1
2018-06-05thermal: bcm2835: Stop using printk format %pCrGeert Uytterhoeven1-2/+2
2017-10-31thermal: add brcmstb AVS TMON driverBrian Norris3-0/+395
2017-08-11thermal: bcm2835: constify thermal_zone_of_device_ops structuresJulia Lawall1-1/+1
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui1-1/+0
2017-06-30thermal: bcm2835: fix an error code in probe()Dan Carpenter1-1/+0
2017-05-23thermal: broadcom: ns-thermal: default on iProc SoCsJon Mason1-4/+5
2017-04-23thermal: bcm2835: move to the broadcom subdirectoryRafał Miłecki3-0/+323
2017-04-23thermal: broadcom: ns: specify myself as MODULE_AUTHORRafał Miłecki1-0/+1
2017-04-06thermal: broadcom: add Northstar thermal driverRafał Miłecki3-0/+114