mbox series

[GIT,PULL] hwmon fixes for v4.19-rc5

Message ID 1537376082-32219-1-git-send-email-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v4.19-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus-v4.19-rc5

Message

Guenter Roeck Sept. 19, 2018, 4:54 p.m. UTC
Hi Linus,
Hi Greg,

Please pull hwmon fixes for Linux v4.19-rc5 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.19-rc5

Thanks,
Guenter
------

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus-v4.19-rc5

for you to fetch changes up to 55066354285b36ee09dc50e2527f43a97c567177:

  hwmon: (nct6775) Use different register to get fan RPM for fan7 (2018-09-17 05:38:50 -0700)

----------------------------------------------------------------
Various bug fixes for nct6775 driver

----------------------------------------------------------------
Dan Carpenter (1):
      hwmon: (nct6775) Set weight source to zero correctly

Guenter Roeck (4):
      hwmon: (nct6775) Fix access to fan pulse registers
      hwmon: (nct6775) Fix virtual temperature sources for NCT6796D
      hwmon: (nct6775) Fix RPM output for fan7 on NCT6796D
      hwmon: (nct6775) Use different register to get fan RPM for fan7

 drivers/hwmon/nct6775.c | 72 +++++++++++++++++++++++++++++++++----------------
 1 file changed, 49 insertions(+), 23 deletions(-)

Comments

Greg KH Sept. 19, 2018, 9:38 p.m. UTC | #1
On Wed, Sep 19, 2018 at 09:54:42AM -0700, Guenter Roeck wrote:
> Hi Linus,
> Hi Greg,
> 
> Please pull hwmon fixes for Linux v4.19-rc5 from signed tag:
> 
>     git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.19-rc5
> 
> Thanks,
> Guenter
> ------
> 
> The following changes since commit 57361846b52bc686112da6ca5368d11210796804:
> 
>   Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-linus-v4.19-rc5

Now pulled, thanks.

greg k-h