aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/armada_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26thermal/drivers/armada: Add support for AP807 thermal dataGravatar Alex Leibovich 1-2/+30
2023-03-03thermal: Remove debug or error messages in get_temp() opsGravatar Daniel Lezcano 1-8/+2
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 1-2/+2
2023-02-15thermal: Remove core header inclusion from driversGravatar Daniel Lezcano 1-2/+0
2023-01-24thermal/drivers/armada: Use the thermal_zone_get_crit_temp()Gravatar Daniel Lezcano 1-23/+15
2023-01-18thermal/drivers/armada: Use devm_platform_get_and_ioremap_resource()Gravatar ye xingchen 1-3/+1
2023-01-06thermal/drivers/armada: Use strscpy() to instead of strncpy()Gravatar Xu Panda 1-2/+1
2023-01-06thermal/drivers/armada: Use generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 1-18/+19
2022-08-17thermal/drivers/armada: Switch to new of APIGravatar Daniel Lezcano 1-6/+6
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesGravatar Andrzej Pietrasiewicz 1-0/+6
2020-01-31thermal: armada: remove unused TO_MCELSIUS macroGravatar Akinobu Mita 1-2/+0
2020-01-27thermal: armada: Clear reset in armadaxp_initGravatar Zak Hays 1-0/+3
2020-01-27thermal: armada: Fix register offsets for AXPGravatar Zak Hays 1-1/+1
2019-08-28thermal: armada: Fix -Wshift-negative-valueGravatar Nathan Huckleberry 1-3/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 1-9/+271
2019-01-02thermal: armada: add overheat interrupt supportGravatar Miquel Raynal 1-1/+269
2019-01-02thermal: armada: Use PTR_ERR_OR_ZERO in armada_thermal_probe_legacy()Gravatar YueHaibing 1-8/+2
2018-12-05thermal: armada: constify thermal_zone_of_device_ops structureGravatar Julia Lawall 1-1/+1
2018-12-04thermal: armada: fix legacy resource fixupGravatar Russell King 1-13/+11
2018-12-04thermal: armada: fix legacy validity test senseGravatar Russell King 1-1/+1
2018-10-22thermal: armada: fix a test in probe()Gravatar Dan Carpenter 1-2/+2
2018-08-01thermal: armada: fix copy-paste error in armada_thermal_probe()Gravatar Wei Yongjun 1-1/+1
2018-07-27thermal: armada: get rid of the ->is_valid() pointerGravatar Miquel Raynal 1-9/+4
2018-07-27thermal: armada: move validity check out of the read functionGravatar Miquel Raynal 1-7/+7
2018-07-27thermal: armada: remove sensors validity from the IP initializationGravatar Miquel Raynal 1-6/+3
2018-07-27thermal: armada: add multi-channel sensors supportGravatar Miquel Raynal 1-21/+114
2018-07-27thermal: armada: use the resource managed registration helper alternativeGravatar Miquel Raynal 1-22/+100
2018-07-27thermal: armada: convert driver to syscon register accessesGravatar Miquel Raynal 1-70/+129
2018-07-27thermal: armada: average over samples to avoid glitchesGravatar Miquel Raynal 1-0/+25
2018-07-27thermal: armada: dissociate a380 and cp110 ->init() hooksGravatar Miquel Raynal 1-1/+7
2018-07-27thermal: armada: rename the initialization routineGravatar Miquel Raynal 1-20/+20
2018-07-27thermal: armada: remove misleading commentsGravatar Miquel Raynal 1-2/+0
2018-07-27thermal: armada: remove useless register accessesGravatar Miquel Raynal 1-6/+2
2018-07-27thermal: armada: add a function that sanitizes the thermal zone nameGravatar Miquel Raynal 1-1/+36
2018-01-01thermal: armada: Give meaningful names to the thermal zonesGravatar Miquel Raynal 1-2/+2
2018-01-01thermal: armada: Wait sensors validity before exiting the init callbackGravatar Miquel Raynal 1-3/+20
2018-01-01thermal: armada: Change sensors trim default valueGravatar Miquel Raynal 1-0/+13
2018-01-01thermal: armada: Update Kconfig and module descriptionGravatar Miquel Raynal 1-2/+2
2018-01-01thermal: armada: Add support for Armada CP110Gravatar Baruch Siach 1-7/+26
2018-01-01thermal: armada: Add support for Armada AP806Gravatar Baruch Siach 1-16/+58
2018-01-01thermal: armada: Use real status register nameGravatar Miquel Raynal 1-8/+8
2018-01-01thermal: armada: Clarify control registers accessesGravatar Miquel Raynal 1-22/+54
2018-01-01thermal: armada: Simplify the check of the validity bitGravatar Miquel Raynal 1-8/+6
2018-01-01thermal: armada: Use msleep for long delaysGravatar Baruch Siach 1-4/+4
2017-10-31thermal: armada: fix formula documentation commentGravatar Baruch Siach 1-1/+1
2015-10-30thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formulaGravatar Nadav Haklai 1-3/+3
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-1/+1
2015-05-09thermal: armada: Update Armada 380 thermal sensor coefficientsGravatar Nadav Haklai 1-3/+3
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-20/+0