summaryrefslogtreecommitdiff
path: root/drivers/misc/habanalabs/hwmon.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19habanalabs: support hwmon_reset_history attributeChristine Gharzuzi1-0/+75
2020-03-24habanalabs: provide historical maximum of various sensorsChristine Gharzuzi1-0/+6
2020-03-24habanalabs: modify the return values of hl_read/write routinesMoti Haimovski1-31/+32
2020-03-24habanalabs: support temperature offset via sysfsMoti Haimovski1-0/+37
2019-09-05habanalabs: display card name as sensors headerOded Gabbay1-1/+3
2019-09-05habanalabs: replace __le32_to_cpu with le32_to_cpuOded Gabbay1-3/+3
2019-09-05habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64Oded Gabbay1-7/+7
2019-02-28habanalabs: fix little-endian<->cpu conversion warningsOded Gabbay1-22/+28
2019-02-28habanalabs: use NULL to initialize array of pointersOded Gabbay1-1/+1
2019-02-28habanalabs: disable CPU access on timeoutsOded Gabbay1-1/+1
2019-02-18habanalabs: add device reset supportOded Gabbay1-2/+2
2019-02-18habanalabs: add sysfs and hwmon supportOded Gabbay1-0/+452