linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: torvalds@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org
Subject: [GIT PULL] hwmon updates for v4.6
Date: Mon, 14 Mar 2016 06:51:33 -0700	[thread overview]
Message-ID: <1457963493-24735-1-git-send-email-linux@roeck-us.net> (raw)

Hi Linus,

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

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

Thanks,
Guenter
------

The following changes since commit fc77dbd34c5c99bce46d40a2491937c3bcbd10af:

  Linux 4.5-rc6 (2016-02-28 08:41:20 -0800)

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

for you to fetch changes up to 630300d5fcb6ee9c32c75d8b576c100fbb794159:

  hwmon: Create an NSA320 hardware monitoring driver (2016-03-08 18:40:49 -0800)

----------------------------------------------------------------
hwmon updates for v4.5:

- New drivers for NSA320 and LTC2990
- Added support for ADM1278 to adm1275 driver
- Added support for ncpXXxh103 to ntc_thermistor driver
- Renamed vexpress hwmon implementation
- Minor cleanups and improvements

----------------------------------------------------------------
Adam Baker (2):
      hwmon: Define binding for the nsa320-hwmon driver
      hwmon: Create an NSA320 hardware monitoring driver

Guenter Roeck (1):
      hwmon: (adm1275) Add support for ADM1278

Joseph McNally (1):
      hwmon: (ntc_thermistor) Add support for ncpXXxh103

Masanari Iida (1):
      Doc: hwmon: Fix typo "montoring" in hwmon

Mike Looijmans (1):
      hwmon: Add LTC2990 sensor driver

Sanchayan Maity (3):
      hwmon: (iio_hwmon) Allow the driver to accept hypen in device tree node names
      ARM: dts: Change iio_hwmon nodes to use hypen in node names
      ARM: dts: vfxxx: Add iio_hwmon node for ADC temperature channel

Sudeep Holla (1):
      hwmon: (vexpress) rename vexpress hwmon implementation

 .../devicetree/bindings/hwmon/nsa320-mcu.txt       |  20 ++
 .../devicetree/bindings/hwmon/ntc_thermistor.txt   |   1 +
 .../devicetree/bindings/iio/iio-bindings.txt       |   2 +-
 Documentation/hwmon/adm1275                        |  29 ++-
 Documentation/hwmon/lm25066                        |   2 +-
 Documentation/hwmon/ltc2990                        |  43 +++++
 Documentation/hwmon/max16064                       |   2 +-
 Documentation/hwmon/max34440                       |   2 +-
 Documentation/hwmon/max8688                        |   2 +-
 Documentation/hwmon/nsa320                         |  53 +++++
 Documentation/hwmon/ntc_thermistor                 |   4 +-
 Documentation/hwmon/pmbus                          |   2 +-
 Documentation/hwmon/zl6100                         |   2 +-
 arch/arm/boot/dts/imx23.dtsi                       |   2 +-
 arch/arm/boot/dts/imx28.dtsi                       |   2 +-
 arch/arm/boot/dts/vfxxx.dtsi                       |   5 +
 drivers/hwmon/Kconfig                              |  31 ++-
 drivers/hwmon/Makefile                             |   4 +-
 drivers/hwmon/iio_hwmon.c                          |  11 +-
 drivers/hwmon/ltc2990.c                            | 161 +++++++++++++++
 drivers/hwmon/nsa320-hwmon.c                       | 215 +++++++++++++++++++++
 drivers/hwmon/ntc_thermistor.c                     |  44 +++++
 drivers/hwmon/pmbus/Kconfig                        |   4 +-
 drivers/hwmon/pmbus/adm1275.c                      |  56 +++++-
 drivers/hwmon/{vexpress.c => vexpress-hwmon.c}     |   0
 include/linux/platform_data/ntc_thermistor.h       |   1 +
 26 files changed, 677 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/nsa320-mcu.txt
 create mode 100644 Documentation/hwmon/ltc2990
 create mode 100644 Documentation/hwmon/nsa320
 create mode 100644 drivers/hwmon/ltc2990.c
 create mode 100644 drivers/hwmon/nsa320-hwmon.c
 rename drivers/hwmon/{vexpress.c => vexpress-hwmon.c} (100%)

                 reply	other threads:[~2016-03-14 13:51 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=1457963493-24735-1-git-send-email-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=torvalds@linuxfoundation.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).