linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hwmon updates for v4.18
@ 2018-06-04  1:46 Guenter Roeck
  0 siblings, 0 replies; only message in thread
From: Guenter Roeck @ 2018-06-04  1:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-hwmon, linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-04  1:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-04  1:46 [GIT PULL] hwmon updates for v4.18 Guenter Roeck

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).