summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/xgene-hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hwmon-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2023-10-311-4/+2
|\
| * hwmon: (xgene-hwmon) Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* | hwmon: (xgene) Migrate to use generic PCC shmem related macrosSudeep Holla2023-09-291-11/+5
|/
* hwmon: (xgene) Fix ioremap and memremap leakTianyi Jing2023-03-211-7/+7
* hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang2023-03-121-0/+1
* hwmon: (xgene-hwmon) Add free before exiting xgene_hwmon_probePeiwei Hu2021-12-281-2/+4
* mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla2021-10-291-22/+13
* hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck2021-04-201-7/+7
* hwmon: (xgene) Drop bogus __refdata annotationGeert Uytterhoeven2020-12-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* hwmon: (xgene) Minor clean up of ifdef and acpi_match_table referencehotran2017-11-011-4/+3
* hwmon: (xgene) Support hwmon v2hotran2017-10-291-9/+31
* hwmon: (xgene) Fix up error handling path mixup in 'xgene_hwmon_probe()'Christophe Jaillet2017-10-011-8/+11
* hwmon: (xgene) access mailbox as RAMArnd Bergmann2016-09-091-14/+15
* hwmon: (xgene) Fix crash when alarm occurs before driver probehotran2016-09-081-19/+50
* hwmon: Add xgene hwmon driverhotran2016-09-081-0/+755