Hi Linus,

Please pull hwmon changes for Linux v4.2 from signed tag:

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

Thanks,
Guenter
------

The following changes since commit c65b99f046843d2455aa231747b5a07a999a9f3d:

  Linux 4.1-rc6 (2015-05-31 19:01:07 -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.2

for you to fetch changes up to 761c1770f2bf36a323ab97e2e1780db4f9b8a6fe:

  hwmon: add driver for Microchip TC74 (2015-06-21 22:54:53 -0700)

----------------------------------------------------------------
hwmon changes for v4.2
- New driver for Microchip TC74
- Support for ncpXXwf104 added to ntc_thermistor driver
- Minor cleanup

----------------------------------------------------------------
Beomho Seo (1):
      hwmon: (ntc_thermistor) Add support for ncpXXwf104

Chris Lesiak (2):
      hwmon: (ntc_thermistor) fix iio raw to microvolts conversion
      hwmon: (ntc_thermistor) Improve precision of resistance calculation

Geert Uytterhoeven (1):
      hwmon: Allow compile test of GPIO consumers if !GPIOLIB

Guenter Roeck (2):
      hwmon: (atxp1) Drop FSF mailing address
      hwmon: (atxp1) Drop auto-detection

Krzysztof Kozlowski (2):
      hwmon: (max197) Constify platform_device_id
      hwmon: (sht15) Constify platform_device_id

Maciej S. Szmigiero (1):
      hwmon: add driver for Microchip TC74

 .../devicetree/bindings/hwmon/ntc_thermistor.txt   |   1 +
 Documentation/hwmon/ntc_thermistor                 |   6 +-
 Documentation/hwmon/tc74                           |  20 +++
 drivers/hwmon/Kconfig                              |  18 ++-
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/atxp1.c                              |  58 +------
 drivers/hwmon/max197.c                             |   2 +-
 drivers/hwmon/ntc_thermistor.c                     |  82 +++++++---
 drivers/hwmon/sht15.c                              |   2 +-
 drivers/hwmon/tc74.c                               | 177 +++++++++++++++++++++
 include/linux/platform_data/ntc_thermistor.h       |   1 +
 11 files changed, 290 insertions(+), 78 deletions(-)
 create mode 100644 Documentation/hwmon/tc74
 create mode 100644 drivers/hwmon/tc74.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to