All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] PATCH: hwmon-fschmd-watchdog-v4.patch
Date: Wed, 03 Dec 2008 12:19:36 +0000	[thread overview]
Message-ID: <49367958.5050008@redhat.com> (raw)
In-Reply-To: <493007E2.4070101@redhat.com>

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

Jean Delvare wrote:
> Hi Hans,
> 
> On Fri, 28 Nov 2008 16:01:54 +0100, Hans de Goede wrote:
>> Hi Jean,
>>
>> Today I had access to my FSC test machine for the first time in a while. So 
>> here is the latest version of my watchdog support for Siemens hwmon IC's patch. 
>> This fixes the last 2 issues you spotted during review. Can you please queue 
>> this for 2.6.29 ? If Wim comes up with anything during his review I'll fix that 
>> with a follow up patch,
> 
> Applied, thanks. Now I'm waiting for the patch which deprecates fscher
> and fscpos :)
> 

Attached (to be applied on top of the previous 2 fschmd patches).

Regards,

Hans

[-- Attachment #2: hwmon-fschmd-03-deprecate-pos-her.patch --]
[-- Type: text/plain, Size: 2196 bytes --]

Now that the new merged fschmd driver has gained support for the watchdog
integrated into these IC's, there is no more reason to keep the old fscher and
fscpos drivers around, so mark them as depcrated.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
diff -up vanilla-2.6.28-rc7-git1/drivers/hwmon/Kconfig~ vanilla-2.6.28-rc7-git1/drivers/hwmon/Kconfig
--- vanilla-2.6.28-rc7-git1/drivers/hwmon/Kconfig~	2008-12-03 13:12:42.000000000 +0100
+++ vanilla-2.6.28-rc7-git1/drivers/hwmon/Kconfig	2008-12-03 13:12:42.000000000 +0100
@@ -304,9 +304,13 @@ config SENSORS_F75375S
 	  will be called f75375s.
 
 config SENSORS_FSCHER
-	tristate "FSC Hermes"
+	tristate "FSC Hermes (DEPRECATED)"
 	depends on X86 && I2C
 	help
+	  This driver is DEPRECATED please use the new merged fschmd
+	  ("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver
+	  instead.
+
 	  If you say yes here you get support for Fujitsu Siemens
 	  Computers Hermes sensor chips.
 
@@ -314,9 +318,13 @@ config SENSORS_FSCHER
 	  will be called fscher.
 
 config SENSORS_FSCPOS
-	tristate "FSC Poseidon"
+	tristate "FSC Poseidon (DEPRECATED)"
 	depends on X86 && I2C
 	help
+	  This driver is DEPRECATED please use the new merged fschmd
+	  ("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver
+	  instead.
+
 	  If you say yes here you get support for Fujitsu Siemens
 	  Computers Poseidon sensor chips.
 
@@ -325,15 +333,15 @@ config SENSORS_FSCPOS
 
 config SENSORS_FSCHMD
 	tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles"
-	depends on X86 && I2C && EXPERIMENTAL
+	depends on X86 && I2C
 	help
 	  If you say yes here you get support for various Fujitsu Siemens
 	  Computers sensor chips, including support for the integrated
 	  watchdog.
 
-	  This is a new merged driver for FSC sensor chips which is intended
-	  as a replacement for the fscpos, fscscy and fscher drivers and adds
-	  support for several other FCS sensor chips.
+	  This is a merged driver for FSC sensor chips replacing the fscpos,
+	  fscscy and fscher drivers and adding support for several other FCS
+	  sensor chips.
 
 	  This driver can also be built as a module.  If so, the module
 	  will be called fschmd.

[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

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

  parent reply	other threads:[~2008-12-03 12:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-28 15:01 [lm-sensors] PATCH: hwmon-fschmd-watchdog-v4.patch Hans de Goede
2008-11-28 16:17 ` Jean Delvare
2008-12-03 12:19 ` Hans de Goede [this message]
2008-12-03 15:37 ` Jean Delvare
2008-12-03 16:04 ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49367958.5050008@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.