mbox series

[GIT,PULL] hwmon fixes for v5.5-rc8

Message ID 20200122181937.18953-1-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v5.5-rc8 | expand

Pull-request

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

Message

Guenter Roeck Jan. 22, 2020, 6:19 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v5.5-rc8 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.5-rc8

Thanks,
Guenter
------

The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:

  Linux 5.5-rc6 (2020-01-12 16:55:08 -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.5-rc8

for you to fetch changes up to 3bf8bdcf3bada771eb12b57f2a30caee69e8ab8d:

  hwmon: (core) Do not use device managed functions for memory allocations (2020-01-17 07:57:16 -0800)

----------------------------------------------------------------
hwmon fixes for v5.5-final

In hwmon core, do not use the hwmon parent device for device managed
memory allocations, since parent device lifetime may not match hwmon
device lifetime.

Fix discrepancy between read and write values in adt7475 driver.

Fix alarms and voltage limits in nct7802 driver.

----------------------------------------------------------------
Gilles Buloz (2):
      hwmon: (nct7802) Fix voltage limits to wrong registers
      hwmon: (nct7802) Fix non-working alarm on voltages

Guenter Roeck (1):
      hwmon: (core) Do not use device managed functions for memory allocations

Luuk Paulussen (1):
      hwmon: (adt7475) Make volt2reg return same reg as reg2volt input

 drivers/hwmon/adt7475.c |  5 ++--
 drivers/hwmon/hwmon.c   | 68 ++++++++++++++++++++++++++------------------
 drivers/hwmon/nct7802.c | 75 +++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 113 insertions(+), 35 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 22, 2020, 9:05 p.m. UTC | #1
The pull request you sent on Wed, 22 Jan 2020 10:19:37 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.5-rc8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1b4e677f86c7f730999223053534973bd0818c3c

Thank you!