linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hwmon updates for 3.16 (take two)
@ 2014-06-13 16:07 Guenter Roeck
  0 siblings, 0 replies; only message in thread
From: Guenter Roeck @ 2014-06-13 16:07 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

[-- Attachment #1: Type: text/plain, Size: 2244 bytes --]

Hi Linus,

Please pull the second round of hwmon updates for Linux 3.16 from signed tag:

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

Thanks,
Guenter
------

The following changes since commit 5c02c392cd2320e8d612376d6b72b6548a680923:

  Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux (2014-06-11 21:10:33 -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

for you to fetch changes up to 78cebd0889c7b8b92f43e7667efc16636b858c34:

  hwmon: vexpress: Use devm helper for hwmon device registration (2014-06-12 08:36:50 -0700)

----------------------------------------------------------------
New driver for Sensirion SHTC1 humidity / temperature sensor
Convert ltc4151 and vexpress drivers to use devm functions
Drop generic chip detection from lm85 driver
Avoid forward declarations in atxp1 driver
Fix sign extensions in ina2xx driver

----------------------------------------------------------------
Axel Lin (2):
      hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groups
      hwmon: (atxp1) Avoid forward declaration

Fabio Baltieri (1):
      hwmon: (ina2xx) Cast to s16 on shunt and current regs

Jean Delvare (1):
      hwmon: (lm85) Drop generic detection

Pawel Moll (1):
      hwmon: vexpress: Use devm helper for hwmon device registration

Tomas Pop (1):
      hwmon: add support for Sensirion SHTC1 sensor

 Documentation/hwmon/shtc1           |  43 ++++++
 drivers/hwmon/Kconfig               |  10 ++
 drivers/hwmon/Makefile              |   1 +
 drivers/hwmon/atxp1.c               |  42 +++---
 drivers/hwmon/ina2xx.c              |   7 +-
 drivers/hwmon/lm85.c                |  33 ++---
 drivers/hwmon/ltc4151.c             |  51 ++------
 drivers/hwmon/shtc1.c               | 251 ++++++++++++++++++++++++++++++++++++
 drivers/hwmon/vexpress.c            |  82 ++++--------
 include/linux/platform_data/shtc1.h |  23 ++++
 10 files changed, 401 insertions(+), 142 deletions(-)
 create mode 100644 Documentation/hwmon/shtc1
 create mode 100644 drivers/hwmon/shtc1.c
 create mode 100644 include/linux/platform_data/shtc1.h

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

only message in thread, other threads:[~2014-06-13 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-13 16:07 [GIT PULL] hwmon updates for 3.16 (take two) 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).