All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] hwmon updates for hwmon-for-v5.3
Date: Tue,  9 Jul 2019 11:23:08 -0700	[thread overview]
Message-ID: <1562696588-26554-1-git-send-email-linux@roeck-us.net> (raw)

Hi Linus,

Please pull hwmon updates for Linux hwmon-for-v5.3 from signed tag:

    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

             reply	other threads:[~2019-07-09 18:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-09 18:23 Guenter Roeck [this message]
2019-07-11 22:19 ` [GIT PULL] hwmon updates for hwmon-for-v5.3 Guenter Roeck
2019-07-11 22:26   ` Linus Torvalds
2019-07-11 22:30 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1562696588-26554-1-git-send-email-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.