summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: host: hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-08-211-1/+1
* nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev2023-05-031-1/+3
* nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin2022-10-191-7/+16
* nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig2022-10-191-5/+8
* nvme-hwmon: Return error code when registration failsDaniel Wagner2021-03-051-0/+1
* nvme-hwmon: rework to avoid devm allocationHannes Reinecke2021-02-101-10/+21
* nvme: return errors for hwmon initKeith Busch2020-09-221-8/+6
* nvme-hwmon: log the controller device nameSagi Grimberg2020-07-291-1/+2
* nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch2020-07-081-1/+1
* nvme: hwmon: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-8/+5
* nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita2019-11-221-1/+5
* nvme: hwmon: provide temperature min and max values for each sensorAkinobu Mita2019-11-221-16/+90
* nvme: Add hardware monitoring supportGuenter Roeck2019-11-121-0/+181