summaryrefslogtreecommitdiff
path: root/drivers/thermal/armada_thermal.c
AgeCommit message (Expand)Author
2024-04-23thermal/drivers/armada: Simplify name sanitizationRasmus Villemoes
2023-09-29thermal: armada: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-05thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki
2023-06-26thermal/drivers/armada: Add support for AP807 thermal dataAlex Leibovich
2023-03-03thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano
2023-01-24thermal/drivers/armada: Use the thermal_zone_get_crit_temp()Daniel Lezcano
2023-01-18thermal/drivers/armada: Use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-06thermal/drivers/armada: Use strscpy() to instead of strncpy()Xu Panda
2023-01-06thermal/drivers/armada: Use generic thermal_zone_get_trip() functionDaniel Lezcano
2022-08-17thermal/drivers/armada: Switch to new of APIDaniel Lezcano
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz
2020-01-31thermal: armada: remove unused TO_MCELSIUS macroAkinobu Mita
2020-01-27thermal: armada: Clear reset in armadaxp_initZak Hays
2020-01-27thermal: armada: Fix register offsets for AXPZak Hays
2019-08-28thermal: armada: Fix -Wshift-negative-valueNathan Huckleberry
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2019-01-02thermal: armada: add overheat interrupt supportMiquel Raynal
2019-01-02thermal: armada: Use PTR_ERR_OR_ZERO in armada_thermal_probe_legacy()YueHaibing
2018-12-05thermal: armada: constify thermal_zone_of_device_ops structureJulia Lawall
2018-12-04thermal: armada: fix legacy resource fixupRussell King
2018-12-04thermal: armada: fix legacy validity test senseRussell King
2018-10-22thermal: armada: fix a test in probe()Dan Carpenter
2018-08-01thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun
2018-07-27thermal: armada: get rid of the ->is_valid() pointerMiquel Raynal
2018-07-27thermal: armada: move validity check out of the read functionMiquel Raynal
2018-07-27thermal: armada: remove sensors validity from the IP initializationMiquel Raynal
2018-07-27thermal: armada: add multi-channel sensors supportMiquel Raynal
2018-07-27thermal: armada: use the resource managed registration helper alternativeMiquel Raynal
2018-07-27thermal: armada: convert driver to syscon register accessesMiquel Raynal
2018-07-27thermal: armada: average over samples to avoid glitchesMiquel Raynal
2018-07-27thermal: armada: dissociate a380 and cp110 ->init() hooksMiquel Raynal
2018-07-27thermal: armada: rename the initialization routineMiquel Raynal
2018-07-27thermal: armada: remove misleading commentsMiquel Raynal
2018-07-27thermal: armada: remove useless register accessesMiquel Raynal
2018-07-27thermal: armada: add a function that sanitizes the thermal zone nameMiquel Raynal
2018-01-01thermal: armada: Give meaningful names to the thermal zonesMiquel Raynal
2018-01-01thermal: armada: Wait sensors validity before exiting the init callbackMiquel Raynal
2018-01-01thermal: armada: Change sensors trim default valueMiquel Raynal
2018-01-01thermal: armada: Update Kconfig and module descriptionMiquel Raynal
2018-01-01thermal: armada: Add support for Armada CP110Baruch Siach
2018-01-01thermal: armada: Add support for Armada AP806Baruch Siach
2018-01-01thermal: armada: Use real status register nameMiquel Raynal
2018-01-01thermal: armada: Clarify control registers accessesMiquel Raynal
2018-01-01thermal: armada: Simplify the check of the validity bitMiquel Raynal
2018-01-01thermal: armada: Use msleep for long delaysBaruch Siach
2017-10-31thermal: armada: fix formula documentation commentBaruch Siach
2015-10-30thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formulaNadav Haklai