linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] hwmon updates for v4.18
Date: Sun,  3 Jun 2018 18:46:26 -0700	[thread overview]
Message-ID: <1528076786-2472-1-git-send-email-linux@roeck-us.net> (raw)

Hi Linus,

Please pull hwmon updates for Linux v4.18 from signed tag:

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

Thanks,
Guenter
------

The following changes since commit 771c577c23bac90597c685971d7297ea00f99d11:

  Linux 4.17-rc6 (2018-05-20 15:31: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-linus-v4.18

for you to fetch changes up to c9bdf291542e14dbc5b9a71aa11f995de0e54f0d:

  hwmon: (asus_atk0110) Make use of device managed memory (2018-06-01 09:38:36 -0700)

----------------------------------------------------------------
hwmon updates for v4.18

- asus_atk0110 driver modified to use new API
- k10temp supports new CPUs and reports both Tctl and Tdie
- minor fixes in gpio-fan, ltc2990, fschmd, and mc13783 drivers

----------------------------------------------------------------
Andrey Gusakov (1):
      hwmon: MC13783: Add uid and die temperature sensor inputs

Bastian Germann (2):
      hwmon: (asus_atk0110) Replace deprecated device register call
      hwmon: (asus_atk0110) Make use of device managed memory

Colin Ian King (1):
      hwmon: (k10temp) Make function get_raw_temp static

Guenter Roeck (4):
      hwmon: (k10temp) Add support for Stoney Ridge and Bristol Ridge CPUs
      hwmon: (k10temp) Display both Tctl and Tdie
      Merge tag 'ib-mfd-hwmon-v4.18' into hwmon-next
      MAINTAINERS: hwmon: Add Documentation/devicetree/bindings/hwmon

Lucas Magasweran (1):
      hwmon: (core) check parent dev != NULL when chip != NULL

Tom Levens (3):
      hwmon: (ltc2990) Fix incorrect conversion of negative temperatures
      hwmon: (ltc2990) add devicetree binding
      hwmon: (ltc2990) support all measurement modes

Viresh Kumar (1):
      hwmon: (gpio-fan) Fix "#cooling-cells" property name in bindings

Wolfram Sang (1):
      hwmon: (fschmd) fix typo 'can by' to 'can be'

 .../devicetree/bindings/hwmon/gpio-fan.txt         |   2 +-
 .../devicetree/bindings/hwmon/ltc2990.txt          |  36 ++++
 Documentation/hwmon/hwmon-kernel-api.txt           |   3 +-
 Documentation/hwmon/ltc2990                        |  24 ++-
 MAINTAINERS                                        |   1 +
 drivers/hwmon/Kconfig                              |   7 +-
 drivers/hwmon/asus_atk0110.c                       | 117 ++++--------
 drivers/hwmon/fschmd.c                             |   2 +-
 drivers/hwmon/hwmon.c                              |   3 +
 drivers/hwmon/k10temp.c                            |  60 +++++-
 drivers/hwmon/ltc2990.c                            | 212 +++++++++++++++++----
 drivers/hwmon/mc13783-adc.c                        |  60 ++++++
 drivers/mfd/mc13xxx-core.c                         |  15 +-
 include/linux/mfd/mc13xxx.h                        |   2 +
 14 files changed, 393 insertions(+), 151 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/ltc2990.txt

                 reply	other threads:[~2018-06-04  1:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528076786-2472-1-git-send-email-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).