summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-05-221-1/+1
* drm/nouveau/hwmon: Use sysfs_emit in show function callsbacksDeepak R Varma2023-03-061-5/+5
* drm/nouveau/hwmon: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu2022-08-221-68/+17
* drm/nouveau: use NULL for pointer assignment.Wambui Karuga2020-01-151-1/+1
* drm/nouveau: drop use of drmp.hSam Ravnborg2019-08-231-2/+0
* drm/nouveau/hwmon: return EINVAL if the GPU is powered down for sensors readsKarol Herbst2019-07-191-0/+10
* drm/nouveau/hwmon: potential uninitialized variablesDan Carpenter2018-07-161-6/+6
* drm/nouveau: fix temp/pwm visibility, skip hwmon when no sensors existIlia Mirkin2018-05-181-3/+13
* drm/nouveau/hwmon: Change permissions to numericOscar Salvador2017-06-161-5/+5
* drm/nouveau/hwmon: expose the auto_point and pwm_min/max attrsOscar Salvador2017-06-161-1/+33
* drm/nouveau/hwmon: Remove old code, add .write/.read operationsOscar Salvador2017-06-161-583/+261
* drm/nouveau/hwmon: Add nouveau_hwmon_ops structure with .is_visible/.read_stringOscar Salvador2017-06-161-0/+163
* drm/nouveau/hwmon: Add config for all sensors and their settingsOscar Salvador2017-06-161-0/+72
* drm/nouveau/hwmon: expose power_max and power_critKarol Herbst2017-02-171-0/+44
* drm/nouveau: allocate device object for every clientBen Skeggs2017-02-171-33/+33
* drm/nouveau/hwmon: add in_min and in_maxKarol Herbst2016-07-141-0/+36
* drm/nouveau/iccsense: convert to linked listKarol Herbst2016-05-201-1/+1
* drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs2016-05-201-1/+1
* drm/nouveau/hwmon: fix crash on non-PCI platformsAlexandre Courbot2016-03-141-1/+1
* drm/nouveau/hwmon: don't require therm to be valid to get any dataKarol Herbst2016-03-141-20/+19
* drm/nouveau/hwmon: add power consumptionKarol Herbst2016-03-141-0/+36
* drm/nouveau/nouveau/perfmon: add interface files for current core voltageKarol Herbst2016-01-111-0/+50
* drm/nouveau/therm: convert to new-style nvkm_subdevBen Skeggs2015-08-281-5/+5
* drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs2015-01-221-27/+27
* drm/nouveau/therm: namespace + nvidia gpu names (no binary change)Ben Skeggs2015-01-221-22/+22
* drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs2015-01-221-27/+27
* drm/nouveau: port to nvif client/device/objectsBen Skeggs2014-08-101-4/+0
* drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs2014-08-101-27/+27
* drm/nouveau/hwmon: replace strict_strtol() with kstrtol()Jingoo Han2014-03-261-2/+3
* drm/nouveau/hwmon: remove some redundant checksDan Carpenter2014-03-261-8/+4
* drm/nouveau/hwmon: fix compilation without CONFIG_HWMONIlia Mirkin2013-11-281-1/+0
* drm/nouveau/drm/pm: remove everything except the hwmon interfaces to THERMBen Skeggs2013-11-081-0/+656