[GIT PULL] hwmon fixes for v4.17-rc3
From: Guenter Roeck
Date: Thu Apr 26 2018 - 14:49:25 EST
Hi Linus,
Please pull hwmon fixes for Linux v4.17-rc3 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.17-rc3
Thanks,
Guenter
------
The following changes since commit 6d08b06e67cd117f6992c46611dfb4ce267cd71e:
Linux 4.17-rc2 (2018-04-22 19:20:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus-v4.17-rc3
for you to fetch changes up to 877d8948d0aa402fbbede138fc73432bb335b65f:
hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics (2018-04-25 05:31:06 -0700)
----------------------------------------------------------------
hwmon fixes for v4.17-rc3
- Add support for new Ryzen chips to k10temp driver
... making Phoronix happy
- Fix inconsistent chip access in nct6683 driver
- Handle absence of few types of sensors in scmi driver
----------------------------------------------------------------
Guenter Roeck (3):
hwmon: (nct6683) Enable EC access if disabled at boot
hwmon: (k10temp) Add temperature offset for Ryzen 2700X
hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
Sudeep Holla (1):
hwmon: (scmi) handle absence of few types of sensors
drivers/hwmon/k10temp.c | 17 ++++++++++++++---
drivers/hwmon/nct6683.c | 4 ++--
drivers/hwmon/scmi-hwmon.c | 5 ++++-
3 files changed, 20 insertions(+), 6 deletions(-)