linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hwmon fixes for 3.1
@ 2011-10-14 18:33 Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2011-10-14 18:33 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

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

Hi Linus,

Please pull hwmon subsystem fixes for Linux 3.1 from:

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

Thanks,
Guenter Roeck

------

The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:

  Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus

Jean Delvare (1):
      hwmon: (w83627ehf) Properly report thermal diode sensors

 drivers/hwmon/w83627ehf.c |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL] hwmon fixes for 3.1
@ 2011-10-21 17:24 Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2011-10-21 17:24 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

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

Hi Linus,

Please pull hwmon subsystem fixes for Linux 3.1 from:

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

Thanks,
Guenter Roeck

------

The following changes since commit 899e3ee404961a90b828ad527573aaaac39f0ab1:

  Linux 3.1-rc10 (2011-10-17 21:06:23 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus

Jean Delvare (1):
      hwmon: (w83627ehf) Fix negative 8-bit temperature values

 drivers/hwmon/w83627ehf.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL] hwmon fixes for 3.1
@ 2011-10-03 19:53 Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2011-10-03 19:53 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

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

Hi Linus,

Please pull hwmon subsystem fixes for Linux 3.1 from:

    git://github.com/groeck/linux.git hwmon-for-linus

Thanks,
Guenter

------
[this time with cc:]

The following changes since commit a102a9ece5489e1718cd7543aa079082450ac3a2:

  Linux 3.1-rc8 (2011-09-27 15:48:34 -0700)

are available in the git repository at:
  git://github.com/groeck/linux.git hwmon-for-linus

Guenter Roeck (1):
      hwmon: (coretemp) Avoid leaving around dangling pointer

Jean Delvare (1):
      hwmon: (coretemp) Fixup platform device ID change

 drivers/hwmon/coretemp.c |   28 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL] hwmon fixes for 3.1
@ 2011-09-26 15:11 Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2011-09-26 15:11 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

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

Hi Linus,

Please pull hwmon subsystem fixes for Linux 3.1 from:

    git://github.com/groeck/linux.git hwmon-for-linus

Thanks,
Guenter Roeck

------

The following changes since commit
d93dc5c4478c1fd5de85a3e8aece9aad7bbae044:

  Linux 3.1-rc7 (2011-09-21 16:58:15 -0700)

are available in the git repository at:
  git://github.com/groeck/linux.git hwmon-for-linus

Chris Peterson (1):
      hwmon: (w83791d) rename prototype parameter from 'register' to
'reg'

Guenter Roeck (1):
      hwmon: (coretemp) Don't use threshold registers for tempX_max

Jan Beulich (3):
      hwmon: (coretemp) don't use kernel assigned CPU number as platform
device ID
      hwmon: (coretemp) constify static data
      hwmon: (coretemp) remove struct platform_data * parameter from
create_core_data()

Jean Delvare (2):
      hwmon: (coretemp) Drop duplicate function get_pkg_tjmax
      hwmon: (coretemp) Let the user force TjMax

Roland Stigge (1):
      hwmon: (ds620) Fix handling of negative temperatures

 Documentation/hwmon/coretemp |   14 +--
 drivers/hwmon/coretemp.c     |  193
+++++++++---------------------------------
 drivers/hwmon/ds620.c        |    2 +-
 drivers/hwmon/w83791d.c      |    4 +-
 4 files changed, 47 insertions(+), 166 deletions(-)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL] hwmon fixes for 3.1
@ 2011-09-06 16:13 Guenter Roeck
  2011-09-06 23:16 ` Linus Torvalds
  0 siblings, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2011-09-06 16:13 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, lm-sensors

Hi Linus,

Please pull hwmon subsystem fixes for Linux 3.1 from:

    git://github.com/groeck/linux.git hwmon-for-linus

Thanks,
Guenter Roeck

------

The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:

  Linux 3.1-rc5 (2011-09-04 15:45:10 -0700)

are available in the git repository at:
  git://github.com/groeck/linux.git hwmon-for-linus

Guenter Roeck (2):
      hwmon: (max16065) Fix current calculation
      hwmon: (max16065) Add chip access warning to documentation

Jean Delvare (1):
      hwmon: (ucd9000/ucd9200) Optimize array walk

 Documentation/hwmon/max16065  |    7 +++++++
 drivers/hwmon/max16065.c      |    2 +-
 drivers/hwmon/pmbus/ucd9000.c |    6 ++----
 drivers/hwmon/pmbus/ucd9200.c |    6 ++----
 4 files changed, 12 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2011-10-21 17:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 18:33 [GIT PULL] hwmon fixes for 3.1 Guenter Roeck
  -- strict thread matches above, loose matches on Subject: below --
2011-10-21 17:24 Guenter Roeck
2011-10-03 19:53 Guenter Roeck
2011-09-26 15:11 Guenter Roeck
2011-09-06 16:13 Guenter Roeck
2011-09-06 23:16 ` Linus Torvalds
2011-09-07  1:47   ` 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).