All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [GIT PULL] hwmon changes for 2.6.38
@ 2011-01-10 15:10 ` Guenter Roeck
  0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2011-01-10 14:41 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

Hi Linus,

Please pull hwmon subsystem changes for Linux 2.6.38 from:

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

Thanks,
Guenter Roeck

------

The following changes since commit 0c21e3aaf6ae85bee804a325aa29c325209180fd:

  Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus (2011-01-07 17:16:27 -0800)

are available in the git repository at:

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

Davide Rizzo (1):
      hwmon: (lm95241) Rewrite to avoid using macros

Edgar Hucek (1):
      hwmon: (applesmc) Add MacBookAir3,1(3,2) support

Guenter Roeck (3):
      hwmon: (applesmc) Fix checkpatch errors and fix value range checks
      hwmon: sysfs ABI updates
      hwmon: Add humidity attribute to sysfs ABI

Henrik Rydberg (9):
      hwmon: (applesmc) Relax the severity of device init failure
      hwmon: (applesmc) Introduce a register lookup table
      hwmon: (applesmc) Dynamic creation of temperature files
      hwmon: (applesmc) Handle new temperature format
      hwmon: (applesmc) Extract all features generically
      hwmon: (applesmc) Dynamic creation of fan files
      hwmon: (applesmc) Simplify feature sysfs handling
      hwmon: (applesmc) Silence driver
      hwmon: (applesmc) Update copyright information

Jan Beulich (1):
      hwmon: (via-cputemp) sync hotplug handling with coretemp/pkgtemp

Joe Perches (27):
      hwmon: (abituguru) Use pr_fmt and pr_<level>
      hwmon: (abituguru3) Use pr_fmt and pr_<level>
      hwmon: (adt7470) Use pr_fmt and pr_<level>
      hwmon: (asb1000) Use pr_fmt and pr_<level>
      hwmon: (asus_atk0110) Use pr_fmt and pr_<level>
      hwmon: (coretemp) Use pr_fmt and pr_<level>
      hwmon: (dme1737) Use pr_fmt and pr_<level>
      hwmon: (f71805f) Use pr_fmt and pr_<level>
      hwmon: (f71882fg) Use pr_fmt and pr_<level>
      hwmon: (hp_accel) Use pr_fmt and pr_<level>
      hwmon: (hwmon-vid) Use pr_fmt and pr_<level>
      hwmon: (core) Use pr_fmt and pr_<level>
      hwmon: (ibmaem) Use pr_fmt and pr_<level>
      hwmon: (lis3lv02d) Use pr_fmt and pr_<level>
      hwmon: (lm70) Use pr_fmt and pr_<level>
      hwmon: (pcf8591) Use pr_fmt and pr_<level>
      hwmon: (pkgtemp) Use pr_fmt and pr_<level>
      hwmon: (sis5595) Use pr_fmt and pr_<level>
      hwmon: (smsc47b397) Use pr_fmt and pr_<level>
      hwmon: (smsc47m1) Use pr_fmt and pr_<level>
      hwmon: (via-cputemp) Use pr_fmt and pr_<level>
      hwmon: (via686a) Use pr_fmt and pr_<level>
      hwmon: (vt1211) Use pr_fmt and pr_<level>
      hwmon: (vt8231) Use pr_fmt and pr_<level>
      hwmon: (w83627ehf) Use pr_fmt and pr_<level>
      hwmon: (w83627hf) Use pr_fmt and pr_<level>
      hwmon: (applesmc) Use pr_fmt and pr_<level>

Roland Stigge (1):
      hwmon: Support for Dallas Semiconductor DS620

Urs Fleisch (1):
      hwmon: driver for Sensirion SHT21 humidity and temperature sensor

 Documentation/hwmon/ds620           |   34 +
 Documentation/hwmon/sht21           |   49 ++
 Documentation/hwmon/sysfs-interface |   49 +-
 drivers/hwmon/Kconfig               |   20 +
 drivers/hwmon/Makefile              |    2 +
 drivers/hwmon/abituguru.c           |   36 +-
 drivers/hwmon/abituguru3.c          |   45 +-
 drivers/hwmon/adt7470.c             |    4 +-
 drivers/hwmon/applesmc.c            | 1632 ++++++++++++-----------------------
 drivers/hwmon/asb100.c              |    9 +-
 drivers/hwmon/asus_atk0110.c        |    7 +-
 drivers/hwmon/coretemp.c            |   11 +-
 drivers/hwmon/dme1737.c             |   12 +-
 drivers/hwmon/ds620.c               |  337 ++++++++
 drivers/hwmon/f71805f.c             |   29 +-
 drivers/hwmon/f71882fg.c            |   23 +-
 drivers/hwmon/hp_accel.c            |   13 +-
 drivers/hwmon/hwmon-vid.c           |   11 +-
 drivers/hwmon/hwmon.c               |    4 +-
 drivers/hwmon/ibmaem.c              |    4 +-
 drivers/hwmon/lis3lv02d.c           |   23 +-
 drivers/hwmon/lm70.c                |    5 +-
 drivers/hwmon/lm95241.c             |  495 +++++------
 drivers/hwmon/pcf8591.c             |    5 +-
 drivers/hwmon/pkgtemp.c             |    7 +-
 drivers/hwmon/sht21.c               |  307 +++++++
 drivers/hwmon/sis5595.c             |   10 +-
 drivers/hwmon/smsc47b397.c          |   13 +-
 drivers/hwmon/smsc47m1.c            |   31 +-
 drivers/hwmon/via-cputemp.c         |   35 +-
 drivers/hwmon/via686a.c             |   10 +-
 drivers/hwmon/vt1211.c              |   30 +-
 drivers/hwmon/vt8231.c              |   10 +-
 drivers/hwmon/w83627ehf.c           |   23 +-
 drivers/hwmon/w83627hf.c            |   17 +-
 include/linux/i2c/ds620.h           |   21 +
 36 files changed, 1827 insertions(+), 1546 deletions(-)
 create mode 100644 Documentation/hwmon/ds620
 create mode 100644 Documentation/hwmon/sht21
 create mode 100644 drivers/hwmon/ds620.c
 create mode 100644 drivers/hwmon/sht21.c
 create mode 100644 include/linux/i2c/ds620.h

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-18 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 14:41 [lm-sensors] [GIT PULL] hwmon changes for 2.6.38 Guenter Roeck
2011-01-10 15:10 ` Guenter Roeck
2011-01-10 15:02 ` [lm-sensors] " Jean Delvare
2011-01-10 15:36 ` Guenter Roeck
2011-01-18 21:41 ` Guenter Roeck
2011-01-18 22:13   ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.