summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/broadcom
AgeCommit message (Expand)AuthorLines
2026-01-21thermal/drivers/broadcom: Use clamp to simplify bcm2835_thermal_temp2adcThorsten Blum-6/+2
2025-05-16thermal/drivers/bcm2835: Use %pC instead of %pCnLuca Ceresoli-1/+1
2025-03-25thermal/drivers/brcmstb_thermal: Add support for BCM74110Florian Fainelli-2/+9
2024-11-13thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-09-02thermal/drivers/brcmstb_thermal: Simplify with dev_err_probe()Yan Zhen-9/+6
2024-08-02thermal: broadcom: Use thermal_zone_get_crit_temp() in bcm2835_thermal_probe()Rafael J. Wysocki-4/+3
2024-07-15thermal/drivers/broadcom: Simplify with dev_err_probe()Krzysztof Kozlowski-11/+4
2024-07-15thermal/drivers/broadcom: Simplify probe() with local dev variableKrzysztof Kozlowski-14/+9
2024-07-15thermal/drivers/broadcom: Fix race between removal and clock disableKrzysztof Kozlowski-15/+4
2023-09-29thermal: ns: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-29thermal: bcm2835: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-16thermal/drivers/broadcom/brcstb_thermal: Removed unneeded platform_set_drvdata()Andrei Coardos-1/+0
2023-08-16thermal/drivers/broadcom/sr-thermal: Removed call to platform_set_drvdata()Andrei Coardos-1/+0
2023-07-31thermal: Explicitly include correct DT includesRob Herring-2/+2
2023-04-07thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregisterDaniel Lezcano-3/+1
2023-03-03thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()Daniel Lezcano-2/+0
2023-03-03thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano-3/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano-6/+6
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano-1/+0
2023-01-18thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()ye xingchen-3/+1
2023-01-18thermal/drivers/brcmstb_thermal: Use devm_platform_get_and_ioremap_resource()ye xingchen-3/+1
2023-01-06thermal/drivers/broadcom: Use generic thermal_zone_get_trip() functionDaniel Lezcano-3/+5
2022-08-17thermal/drivers/broadcom: Switch to new of APIDaniel Lezcano-61/+53
2022-05-19thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probeZheng Yongjun-0/+3
2022-05-19thermal/drivers/bcm2711: Don't clamp temperature at zeroStefan Wahren-4/+1
2022-03-08thermal/drivers/brcmstb_thermal: Interrupt is optionalFlorian Fainelli-1/+1
2021-04-20thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_thermal_pro...Ruiqi Gong-1/+0
2020-12-10thermal: broadcom: simplify the return expression of bcm2711_thermal_probe()Zheng Yongjun-5/+1
2020-01-27thermal: brcmstb_thermal: Register different ops per processFlorian Fainelli-3/+12
2020-01-27thermal: brcmstb_thermal: Restructure interrupt registrationFlorian Fainelli-10/+9
2020-01-27thermal: brcmstb_thermal: Add 16nm process thermal parametersFlorian Fainelli-0/+6
2020-01-27thermal: brcmstb_thermal: Prepare to support a different processFlorian Fainelli-14/+33
2020-01-27thermal: brcmstb_thermal: Do not use DT coefficientsFlorian Fainelli-22/+9
2020-01-27thermal: Add BCM2711 thermal driverStefan Wahren-0/+131
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+0
2019-06-21thermal: bcm2835: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-14thermal: broadcom: Remove ACPI supportSrinath Mannam-8/+0
2019-03-18thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell-5/+4
2019-02-05thermal: broadcom: Add Stingray thermal driverPramod Kumar-0/+131
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds-20/+15
2019-01-02thermal: broadcom: use devm_thermal_zone_of_sensor_registerJulia Lawall-20/+4
2019-01-02thermal: bcm2835: enable hwmon explicitlyMatthias Brugger-0/+11
2018-12-05thermal: broadcom: constify thermal_zone_of_device_ops structureJulia Lawall-1/+1
2018-12-04thermal: bcm2835: Switch to SPDX identifierStefan Wahren-10/+1
2018-06-05thermal: bcm2835: Stop using printk format %pCrGeert Uytterhoeven-2/+2
2017-10-31thermal: add brcmstb AVS TMON driverBrian Norris-0/+395
2017-08-11thermal: bcm2835: constify thermal_zone_of_device_ops structuresJulia Lawall-1/+1