Merge tag 'hwmon-for-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Jan 2021 19:22:30 +0000 (11:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Jan 2021 19:22:30 +0000 (11:22 -0800)
commit2ff90100ace886895e4fbb2850b8d5e49d931ed6
tree1cba26aff578c8c8c8e73d999a49b43c1b4bae9c
parentf408126be7dc642102224cdb55d6533519a67c19
parent84e261553e6f919bf0b4d65244599ab2b41f1da5
Merge tag 'hwmon-for-v5.11-rc3' of git://git./linux/kernel/git/groeck/linux-staging

Pull hwmon fixes from Guenter Roeck:

 - Fix possible KASAN issue in amd_energy driver

 - Avoid configuration problem in pwm-fan driver

 - Fix kernel-doc warning in sbtsi_temp documentation

* tag 'hwmon-for-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: (amd_energy) fix allocation of hwmon_channel_info config
  hwmon: (pwm-fan) Ensure that calculation doesn't discard big period values
  hwmon: (sbtsi_temp) Fix Documenation kernel-doc warning