index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
broadcom
Age
Commit message (
Expand
)
Author
2024-07-15
thermal/drivers/broadcom: Simplify with dev_err_probe()
Krzysztof Kozlowski
2024-07-15
thermal/drivers/broadcom: Simplify probe() with local dev variable
Krzysztof Kozlowski
2024-07-15
thermal/drivers/broadcom: Fix race between removal and clock disable
Krzysztof Kozlowski
2023-09-29
thermal: ns: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-29
thermal: bcm2835: Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-16
thermal/drivers/broadcom/brcstb_thermal: Removed unneeded platform_set_drvdata()
Andrei Coardos
2023-08-16
thermal/drivers/broadcom/sr-thermal: Removed call to platform_set_drvdata()
Andrei Coardos
2023-07-31
thermal: Explicitly include correct DT includes
Rob Herring
2023-04-07
thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregister
Daniel Lezcano
2023-03-03
thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()
Daniel Lezcano
2023-03-03
thermal: Remove debug or error messages in get_temp() ops
Daniel Lezcano
2023-03-03
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
2023-02-15
thermal: Remove core header inclusion from drivers
Daniel Lezcano
2023-01-18
thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-18
thermal/drivers/brcmstb_thermal: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-06
thermal/drivers/broadcom: Use generic thermal_zone_get_trip() function
Daniel Lezcano
2022-08-17
thermal/drivers/broadcom: Switch to new of API
Daniel Lezcano
2022-05-19
thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probe
Zheng Yongjun
2022-05-19
thermal/drivers/bcm2711: Don't clamp temperature at zero
Stefan Wahren
2022-03-08
thermal/drivers/brcmstb_thermal: Interrupt is optional
Florian Fainelli
2021-04-20
thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_thermal_pro...
Ruiqi Gong
2020-12-10
thermal: broadcom: simplify the return expression of bcm2711_thermal_probe()
Zheng Yongjun
2020-01-27
thermal: brcmstb_thermal: Register different ops per process
Florian Fainelli
2020-01-27
thermal: brcmstb_thermal: Restructure interrupt registration
Florian Fainelli
2020-01-27
thermal: brcmstb_thermal: Add 16nm process thermal parameters
Florian Fainelli
2020-01-27
thermal: brcmstb_thermal: Prepare to support a different process
Florian Fainelli
2020-01-27
thermal: brcmstb_thermal: Do not use DT coefficients
Florian Fainelli
2020-01-27
thermal: Add BCM2711 thermal driver
Stefan Wahren
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-06-21
thermal: bcm2835: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
thermal: broadcom: Remove ACPI support
Srinath Mannam
2019-03-18
thermal: bcm2835: Fix crash in bcm2835_thermal_debugfs
Phil Elwell
2019-02-05
thermal: broadcom: Add Stingray thermal driver
Pramod Kumar
2019-01-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
2019-01-02
thermal: broadcom: use devm_thermal_zone_of_sensor_register
Julia Lawall
2019-01-02
thermal: bcm2835: enable hwmon explicitly
Matthias Brugger
2018-12-05
thermal: broadcom: constify thermal_zone_of_device_ops structure
Julia Lawall
2018-12-04
thermal: bcm2835: Switch to SPDX identifier
Stefan Wahren
2018-06-05
thermal: bcm2835: Stop using printk format %pCr
Geert Uytterhoeven
2017-10-31
thermal: add brcmstb AVS TMON driver
Brian Norris
2017-08-11
thermal: bcm2835: constify thermal_zone_of_device_ops structures
Julia Lawall
2017-07-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Zhang Rui
2017-06-30
thermal: bcm2835: fix an error code in probe()
Dan Carpenter
2017-05-23
thermal: broadcom: ns-thermal: default on iProc SoCs
Jon Mason
2017-04-23
thermal: bcm2835: move to the broadcom subdirectory
Rafał Miłecki
2017-04-23
thermal: broadcom: ns: specify myself as MODULE_AUTHOR
Rafał Miłecki
2017-04-06
thermal: broadcom: add Northstar thermal driver
Rafał Miłecki