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>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 1 Jul 2013 07:09:25 -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.11

Hi Linus,

Please pull hwmon updates for Linux 3.11 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 7d132055814ef17a6c7b69f342244c410a5e000f:

  Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)

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 a50d9a4d9ad3c71341788099d733e4151b8a511b:

  hwmon: (ds1621) Fix temperature rounding operations (2013-06-28 06:43:55 -0700)

----------------------------------------------------------------
New driver to support GMT G762/G763 pwm fan controllers
Add support for DS1631, DS1721, and DS1731 to ds1621 driver
Remove detect function from ds1621 driver as unreliable
Bug fixes in nct6775, iio_hwmon, and adm1021 drivers
Remove redundant platform_set_drvdata in various drivers
Add device tree support to ina2xx driver

----------------------------------------------------------------
Arnaud Ebalard (1):
      Add support for GMT G762/G763 PWM fan controllers

Guenter Roeck (4):
      hwmon: (adm1021) Do not create min sysfs attributes for LM84
      hwmon: (nct6775) Fix temperature alarm attributes
      hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775
      hwmon: (ds1621) Fix temperature rounding operations

Robert Coulson (6):
      hwmon: (ds1621) Add ds1721 chip support
      hwmon: (ds1621) Add ds1721 update interval sysfs attribute
      hwmon: (ds1621) Add ds1631 chip support to ds1621 driver and documentation
      hwmon: (ds1621) Remove detect function
      hwmon: (ds1621) Add DS1731 chip support to ds1621 driver
      hwmon: (ds1621) Update documentation

Sachin Kamat (5):
      hwmon: (abituguru3) Remove redundant platform_set_drvdata()
      hwmon: (coretemp) Remove redundant platform_set_drvdata()
      hwmon: (i5k_amb) Remove redundant platform_set_drvdata()
      hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()
      hwmon: (w83627ehf) Remove redundant platform_set_drvdata()

Sebastian Andrzej Siewior (1):
      hwmon: (iio_hwmon) add alias table

Tang Yuantian (1):
      hwmon: (ina2xx) Add device tree support to pass the shunt resistor

 Documentation/devicetree/bindings/hwmon/g762.txt |   47 +
 Documentation/devicetree/bindings/i2c/ina2xx.txt |   22 +
 Documentation/hwmon/ds1621                       |  144 ++-
 Documentation/hwmon/g762                         |   65 ++
 Documentation/hwmon/ina2xx                       |    4 +-
 drivers/hwmon/Kconfig                            |   21 +-
 drivers/hwmon/Makefile                           |    1 +
 drivers/hwmon/abituguru3.c                       |    1 -
 drivers/hwmon/adm1021.c                          |   32 +-
 drivers/hwmon/coretemp.c                         |    2 -
 drivers/hwmon/ds1621.c                           |  226 ++++-
 drivers/hwmon/g762.c                             | 1149 ++++++++++++++++++++++
 drivers/hwmon/i5k_amb.c                          |    2 -
 drivers/hwmon/iio_hwmon.c                        |    1 +
 drivers/hwmon/ina2xx.c                           |    5 +
 drivers/hwmon/nct6775.c                          |   92 +-
 drivers/hwmon/ntc_thermistor.c                   |    1 -
 drivers/hwmon/w83627ehf.c                        |    2 -
 include/linux/platform_data/g762.h               |   37 +
 19 files changed, 1743 insertions(+), 111 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/g762.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/ina2xx.txt
 create mode 100644 Documentation/hwmon/g762
 create mode 100644 drivers/hwmon/g762.c
 create mode 100644 include/linux/platform_data/g762.h

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ