mbox series

[GIT,PULL] hwmon updates for hwmon-for-v5.3

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

Pull-request

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

Message

Guenter Roeck July 9, 2019, 6:23 p.m. UTC
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

Comments

Guenter Roeck July 11, 2019, 10:19 p.m. UTC | #1
On Tue, Jul 09, 2019 at 11:23:08AM -0700, Guenter Roeck wrote:
> Hi Linus,
> 
> Please pull hwmon updates for Linux hwmon-for-v5.3 from signed tag:
> 
I have been sending out those odd messages ever since v5.1 because
my script was checking for v4.x, not for v5.x. Oh well.
Should I resend with better subject and text ?

Guenter

>     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
Linus Torvalds July 11, 2019, 10:26 p.m. UTC | #2
On Thu, Jul 11, 2019 at 3:19 PM Guenter Roeck <linux@roeck-us.net> wrote:
>
> I have been sending out those odd messages ever since v5.1 because
> my script was checking for v4.x, not for v5.x. Oh well.
> Should I resend with better subject and text ?

I nbever even noticed any oddity.

As long as I see "git" and "pull" in an email that is directed to me,
it gets caught in my filter for pull requests. The rest is gravy,
although I'll complain if it doesn't have the expected diffstat and
explanation for my merge commit message.

The "for hwmon-for-v5.3" instead of just "for 5.3" difference I didn't
even notice before you just pointed it out.

And I've actually already merged your pull request., it just hasn't
been pushed out yet. It was just delayed by (a) my normal "merge
similar subjects together as batches" and then by (b) the 24-hour
merge hiatus as I was fighting my machines not booting due to a couple
of independent bugs this merge window that just happened to hit me.

                Linus
pr-tracker-bot@kernel.org July 11, 2019, 10:30 p.m. UTC | #3
The pull request you sent on Tue,  9 Jul 2019 11:23:08 -0700:

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

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

Thank you!