On Tue, Jul 09, 2019 at 11:23:08AM -0700, Guenter Roeck wrote: > Hi Linus, > > Please pull hwmon updates for Linux hwmon-for-v5.3 from signed tag: > I have been sending out those odd messages ever since v5.1 because my script was checking for v4.x, not for v5.x. Oh well. Should I resend with better subject and text ? Guenter > git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.3 > > Thanks, > Guenter > ------ > > The following changes since commit 4b972a01a7da614b4796475f933094751a295a2f: > > Linux 5.2-rc6 (2019-06-22 16:01:36 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v5.3 > > for you to fetch changes up to 9f7546570bcb20debfaa97bcf720fa0fcb8fc05a: > > hwmon: (ina3221) Add of_node_put() before return (2019-07-08 18:11:32 -0700) > > ---------------------------------------------------------------- > hwmon updates for v5.3 > > New drivers for Infineon PXE1610 and IRPS5401 > Minor improvements, cleanup, and fixes in several drivers > > ---------------------------------------------------------------- > Adamski, Krzysztof (Nokia - PL/Wroclaw) (1): > hwmon: (pmbus/adm1275) support PMBUS_VIRT_*_SAMPLES > > Alexander Soldatov (1): > hwmon: (occ) Add temp sensor value check > > Arnd Bergmann (1): > hwmon: (max6650) Fix unused variable warning > > Boyang Yu (1): > hwmon: (lm90) Fix max6658 sporadic wrong temperature reading > > Christian Schneider (2): > hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_groups > hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarms > > Greg Kroah-Hartman (1): > hwmon: (asus_atk0110) no need to check return value of debugfs_create functions > > Guenter Roeck (17): > hwmon: (gpio-fan) Check return value from devm_add_action_or_reset > hwmon: (pwm-fan) Check return value from devm_add_action_or_reset > hwmon: (core) Add comment describing how hwdev is freed in error path > hwmon: (max6650) Use devm function to register thermal device > hwmon: (max6650) Introduce pwm_to_dac and dac_to_pwm > hwmon: (max6650) Improve error handling in max6650_init_client > hwmon: (max6650) Declare valid as boolean > hwmon: (max6650) Cache alarm_en register > hwmon: (max6650) Simplify alarm handling > hwmon: (max6650) Convert to use devm_hwmon_device_register_with_info > hwmon: (max6650) Read non-volatile registers only once > hwmon: (max6650) Improve error handling in max6650_update_device > hwmon: (max6650) Fix minor formatting issues > hwmon: (pmbus/adm1275) Fix power sampling support > hwmon: Convert remaining drivers to use SPDX identifier > hwmon: (lm90) Cache configuration register value > hwmon: (lm90) Introduce function to update configuration register > > Masahiro Yamada (1): > hwmon: (smsc47m1) fix (suspicious) outside array bounds warnings > > Nishka Dasgupta (1): > hwmon: (ina3221) Add of_node_put() before return > > Robert Hancock (1): > hwmon: (pmbus) Add Infineon IRPS5401 driver > > Vijay Khemka (2): > hwmon: (pmbus) Add Infineon PXE1610 VR driver > hwmon: (pmbus) Document Infineon PXE1610 driver > > Wolfram Sang (1): > hwmon: (lm90) simplify getting the adapter of a client > > amy.shih (3): > hwmon: (nct7904) Fix the incorrect value of tcpu_mask in nct7904_data struct. > hwmon: (nct7904) Add error handling in probe function. > hwmon: (nct7904) Changes comments in probe function. > > Documentation/hwmon/pxe1610 | 90 ++++++ > drivers/hwmon/adm1029.c | 10 - > drivers/hwmon/asus_atk0110.c | 23 +- > drivers/hwmon/gpio-fan.c | 22 +- > drivers/hwmon/hwmon.c | 6 + > drivers/hwmon/ina3221.c | 4 +- > drivers/hwmon/lm90.c | 106 +++--- > drivers/hwmon/max6650.c | 710 +++++++++++++++++++++-------------------- > drivers/hwmon/nct7904.c | 81 ++++- > drivers/hwmon/occ/common.c | 6 + > drivers/hwmon/pmbus/Kconfig | 18 ++ > drivers/hwmon/pmbus/Makefile | 2 + > drivers/hwmon/pmbus/adm1275.c | 105 +++++- > drivers/hwmon/pmbus/irps5401.c | 67 ++++ > drivers/hwmon/pmbus/pxe1610.c | 139 ++++++++ > drivers/hwmon/pwm-fan.c | 10 +- > drivers/hwmon/scpi-hwmon.c | 10 +- > drivers/hwmon/smsc47m1.c | 2 + > 18 files changed, 954 insertions(+), 457 deletions(-) > create mode 100644 Documentation/hwmon/pxe1610 > create mode 100644 drivers/hwmon/pmbus/irps5401.c > create mode 100644 drivers/hwmon/pmbus/pxe1610.c