lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 13 Jun 2014 09:07:14 -0700
From:	Guenter Roeck <linux@...ck-us.net>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org, lm-sensors@...sensors.org
Subject: [GIT PULL] hwmon updates for 3.16 (take two)

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

Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ