mbox series

[GIT,PULL] hwmon fixes for v5.16-rc7

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

Pull-request

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

Message

Guenter Roeck Dec. 25, 2021, 4:07 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v5.16-rc7 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.16-rc7

Thanks,
Guenter
------

The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

  Linux 5.16-rc5 (2021-12-12 14:53:01 -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.16-rc7

for you to fetch changes up to cdc5287acad9ede121924a9c9313544b80d15842:

  hwmon: (lm90) Do not report 'busy' status bit as alarm (2021-12-12 16:22:53 -0800)

----------------------------------------------------------------
hwmon fixes for v5.16-rc7

A couple of lm90 driver fixes. None of them are critical,
but they should nevertheless be fixed.

----------------------------------------------------------------
Guenter Roeck (5):
      hwmon: (lm90) Fix usage of CONFIG2 register in detect function
      hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations
      hwmon: (lm90) Drop critical attribute support for MAX6654
      hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681
      hwmon: (lm90) Do not report 'busy' status bit as alarm

 drivers/hwmon/lm90.c | 106 ++++++++++++++++++++++++++++++---------------------
 1 file changed, 62 insertions(+), 44 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 25, 2021, 9:10 p.m. UTC | #1
The pull request you sent on Sat, 25 Dec 2021 08:07:24 -0800:

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

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

Thank you!