summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2021-02-11drm/nouveau/iccsense: switch to instanced constructorBen Skeggs-8/+8
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin-1/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-02-17drm/nouveau/iccsense: Parse max and crit power levelKarol Herbst-2/+18
2016-11-07drm/nouveau: silence sparse warnings about symbols not being marked staticBen Skeggs-1/+2
2016-10-12drm/nouveau/iccsense: Parse the resistors and config the right wayKarol Herbst-86/+45
2016-06-15drm/nouveau/iccsense: fix memory leakBen Skeggs-7/+9
2016-05-20drm/nouveau/core: remove pmc_enable argument from subdev ctorBen Skeggs-1/+1
2016-05-20drm/nouveau/iccsense: configure sensors like nvidia doesKarol Herbst-0/+68
2016-05-20drm/nouveau/iccsense: split sensor into own structKarol Herbst-45/+112
2016-05-20drm/nouveau/iccsense: convert to linked listKarol Herbst-18/+17
2016-05-20drm/nouveau/iccsense: remove read functionKarol Herbst-13/+10
2016-03-14drm/nouveau/iccsense: implement for ina209, ina219 and ina3221Karol Herbst-1/+230
2016-03-14drm/nouveau/subdev/iccsense: add new subdev for power sensorsMartin Peres-0/+52