mbox series

[GIT,PULL] hwmon fixes for v5.3-rc2

Message ID 1564076444-24557-1-git-send-email-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v5.3-rc2 | expand

Pull-request

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

Message

Guenter Roeck July 25, 2019, 5:40 p.m. UTC
Hi Linus,

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

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.3-rc2

Thanks,
Guenter
------

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -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-rc2

for you to fetch changes up to 223b2b5030f370f219c23c2c4678b419a72434d9:

  hwmon: (k8temp) documentation: update URL of datasheet (2019-07-21 19:18:45 -0700)

----------------------------------------------------------------
Couple of hwmon bug fixes

Update k8temp documentation URL
Register address fixes in nct6775 driver
Fix potential division by zero in occ driver

----------------------------------------------------------------
Björn Gerhart (1):
      hwmon: (nct6775) Fix register address and added missed tolerance for nct6106

Lei YU (1):
      hwmon: (occ) Fix division by zero issue

Robert Karszniewicz (1):
      hwmon: (k8temp) documentation: update URL of datasheet

 Documentation/hwmon/k8temp.rst | 2 +-
 drivers/hwmon/nct6775.c        | 3 ++-
 drivers/hwmon/occ/common.c     | 6 ++++--
 3 files changed, 7 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org July 26, 2019, 6:25 p.m. UTC | #1
The pull request you sent on Thu, 25 Jul 2019 10:40:44 -0700:

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

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

Thank you!