[GIT PULL] hwmon fixes for v5.11-rc3

From: Guenter Roeck
Date: Sat Jan 09 2021 - 13:24:19 EST


Hi Linus,

Please pull hwmon fixes for Linux v5.11-rc3 from signed tag:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.11-rc3

Thanks,
Guenter
------

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v5.11-rc3

for you to fetch changes up to 84e261553e6f919bf0b4d65244599ab2b41f1da5:

hwmon: (amd_energy) fix allocation of hwmon_channel_info config (2021-01-08 07:31:03 -0800)

----------------------------------------------------------------
hwmon fixes for v5.11-rc3

Fix possible KASAN issue in amd_energy driver
Avoid configuration problem in pwm-fan driver
Fix kernel-doc warning in sbtsi_temp documentation

----------------------------------------------------------------
David Arcari (1):
hwmon: (amd_energy) fix allocation of hwmon_channel_info config

Randy Dunlap (1):
hwmon: (sbtsi_temp) Fix Documenation kernel-doc warning

Uwe Kleine-König (1):
hwmon: (pwm-fan) Ensure that calculation doesn't discard big period values

Documentation/hwmon/sbtsi_temp.rst | 2 +-
drivers/hwmon/amd_energy.c | 3 ++-
drivers/hwmon/pwm-fan.c | 12 +++++++++++-
3 files changed, 14 insertions(+), 3 deletions(-)