aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon/peci (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-11hwmon: (peci/dimmtemp) Bump timeoutPatrick Rudolph1-1/+1
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+68
2023-08-21hwmon: (dimmtemp) Support more than 32 DIMMsPatrick Rudolph1-11/+15
2023-08-07hwmon: (peci/dimmtemp) Add Sapphire Rapids supportPatrick Rudolph1-0/+50
2023-08-07hwmon: (peci/cputemp) Add Intel Sapphire Rapids supportPatrick Rudolph1-0/+18
2023-04-19hwmon: peci: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2-2/+2
2023-03-21hwmon: (peci/cputemp) Fix miscalculated DTS for SKXIwona Winiarska1-1/+7
2023-02-03hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocationZev Weiss1-1/+1
2022-05-22hwmon: (dimmtemp) Fix bitmap handlingGuenter Roeck1-3/+3
2022-05-22hwmon: (peci/dimmtemp) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-11/+3
2022-05-22hwmon: (peci/cputemp) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-22/+16
2022-05-17hwmon: (peci) Use devm_delayed_work_autocancel() to simplify codeChristophe JAILLET1-10/+3
2022-02-09hwmon: peci: Add dimmtemp driverIwona Winiarska3-0/+645
2022-02-09hwmon: peci: Add cputemp driverIwona Winiarska4-0/+673