* [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags
@ 2010-10-14 8:32 Jean Delvare
2010-10-14 13:27 ` Guenter Roeck
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Jean Delvare @ 2010-10-14 8:32 UTC (permalink / raw)
To: lm-sensors
Remove the dependency on EXPERIMENTAL for all drivers which are in
the kernel tree for a long time, are known to work properly and for
which we have documentation.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Corentin Labbe <corentin.labbe@geomatys.fr>
Cc: Riku Voipio <riku.voipio@iki.fi>
Cc: Juerg Haefliger <juergh@gmail.com>
---
drivers/hwmon/Kconfig | 29 +++++++++++++----------------
1 file changed, 13 insertions(+), 16 deletions(-)
--- linux-2.6.36-rc7.orig/drivers/hwmon/Kconfig 2010-10-14 10:02:46.000000000 +0200
+++ linux-2.6.36-rc7/drivers/hwmon/Kconfig 2010-10-14 10:05:58.000000000 +0200
@@ -129,7 +129,7 @@ config SENSORS_ADM1025
config SENSORS_ADM1026
tristate "Analog Devices ADM1026 and compatibles"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
select HWMON_VID
help
If you say yes here you get support for Analog Devices ADM1026
@@ -140,7 +140,7 @@ config SENSORS_ADM1026
config SENSORS_ADM1029
tristate "Analog Devices ADM1029"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
help
If you say yes here you get support for Analog Devices ADM1029
sensor chip.
@@ -151,7 +151,7 @@ config SENSORS_ADM1029
config SENSORS_ADM1031
tristate "Analog Devices ADM1031 and compatibles"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
help
If you say yes here you get support for Analog Devices ADM1031
and ADM1030 sensor chips.
@@ -202,7 +202,7 @@ config SENSORS_ADT7470
config SENSORS_ADT7475
tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
select HWMON_VID
help
If you say yes here you get support for the Analog Devices
@@ -296,7 +296,6 @@ config SENSORS_I5K_AMB
config SENSORS_F71805F
tristate "Fintek F71805F/FG, F71806F/FG and F71872F/FG"
- depends on EXPERIMENTAL
help
If you say yes here you get support for hardware monitoring
features of the Fintek F71805F/FG, F71806F/FG and F71872F/FG
@@ -307,7 +306,7 @@ config SENSORS_F71805F
config SENSORS_F71882FG
tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
- depends on EXPERIMENTAL
+ depends
help
If you say yes here you get support for hardware monitoring
features of the Fintek F71858FG, F71862FG/71863FG, F71882FG/F71883FG,
@@ -317,8 +316,8 @@ config SENSORS_F71882FG
will be called f71882fg.
config SENSORS_F75375S
- tristate "Fintek F75375S/SP and F75373";
- depends on I2C && EXPERIMENTAL
+ tristate "Fintek F75375S/SP and F75373"
+ depends on I2C
help
If you say yes here you get support for hardware monitoring
features of the Fintek F75375S/SP and F75373
@@ -464,7 +463,7 @@ config SENSORS_LM63
config SENSORS_LM70
tristate "National Semiconductor LM70 / Texas Instruments TMP121"
- depends on SPI_MASTER && EXPERIMENTAL
+ depends on SPI_MASTER
help
If you say yes here you get support for the National Semiconductor
LM70 and Texas Instruments TMP121/TMP123 digital temperature
@@ -532,7 +531,7 @@ config SENSORS_LM78
config SENSORS_LM80
tristate "National Semiconductor LM80"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
help
If you say yes here you get support for National Semiconductor
LM80 sensor chips.
@@ -552,7 +551,7 @@ config SENSORS_LM83
config SENSORS_LM85
tristate "National Semiconductor LM85 and compatibles"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
select HWMON_VID
help
If you say yes here you get support for National Semiconductor LM85
@@ -681,7 +680,6 @@ config SENSORS_PC87360
config SENSORS_PC87427
tristate "National Semiconductor PC87427"
- depends on EXPERIMENTAL
help
If you say yes here you get access to the hardware monitoring
functions of the National Semiconductor PC87427 Super-I/O chip.
@@ -809,7 +807,7 @@ config SENSORS_SMSC47M1
config SENSORS_SMSC47M192
tristate "SMSC LPC47M192 and compatibles"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
select HWMON_VID
help
If you say yes here you get support for the temperature and
@@ -865,7 +863,7 @@ config SENSORS_AMC6821
config SENSORS_THMC50
tristate "Texas Instruments THMC50 / Analog Devices ADM1022"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
help
If you say yes here you get support for Texas Instruments THMC50
sensor chips and clones: the Analog Devices ADM1022.
@@ -923,7 +921,6 @@ config SENSORS_VIA686A
config SENSORS_VT1211
tristate "VIA VT1211"
- depends on EXPERIMENTAL
select HWMON_VID
help
If you say yes here then you get support for hardware monitoring
@@ -967,7 +964,7 @@ config SENSORS_W83791D
config SENSORS_W83792D
tristate "Winbond W83792D"
- depends on I2C && EXPERIMENTAL
+ depends on I2C
help
If you say yes here you get support for the Winbond W83792D chip.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags
2010-10-14 8:32 [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags Jean Delvare
@ 2010-10-14 13:27 ` Guenter Roeck
2010-10-14 13:41 ` Jean Delvare
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Guenter Roeck @ 2010-10-14 13:27 UTC (permalink / raw)
To: lm-sensors
Hi Jean,
On Thu, Oct 14, 2010 at 04:32:39AM -0400, Jean Delvare wrote:
> Remove the dependency on EXPERIMENTAL for all drivers which are in
> the kernel tree for a long time, are known to work properly and for
> which we have documentation.
>
[ ... ]
>
> config SENSORS_F71882FG
> tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
> - depends on EXPERIMENTAL
> + depends
Empty depends line can be removed.
Otherwise
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags
2010-10-14 8:32 [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags Jean Delvare
2010-10-14 13:27 ` Guenter Roeck
@ 2010-10-14 13:41 ` Jean Delvare
2010-10-14 14:04 ` Owl
2010-10-14 14:26 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2010-10-14 13:41 UTC (permalink / raw)
To: lm-sensors
On Thu, 14 Oct 2010 06:27:50 -0700, Guenter Roeck wrote:
> Hi Jean,
>
> On Thu, Oct 14, 2010 at 04:32:39AM -0400, Jean Delvare wrote:
> > Remove the dependency on EXPERIMENTAL for all drivers which are in
> > the kernel tree for a long time, are known to work properly and for
> > which we have documentation.
> >
> [ ... ]
> >
> > config SENSORS_F71882FG
> > tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
> > - depends on EXPERIMENTAL
> > + depends
>
> Empty depends line can be removed.
Yup, I forgot to refresh the patch before sending it :/
> Otherwise
>
> Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Thanks :)
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags
2010-10-14 8:32 [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags Jean Delvare
2010-10-14 13:27 ` Guenter Roeck
2010-10-14 13:41 ` Jean Delvare
@ 2010-10-14 14:04 ` Owl
2010-10-14 14:26 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: Owl @ 2010-10-14 14:04 UTC (permalink / raw)
To: lm-sensors
F71882FG still does not work properly.
f71882fg: Found f71862fg chip at 0x290, revision 18
ACPI: resource f71882fg [io 0x0290-0x0297] conflicts with ACPI region
IP__ [??? 0x00000295-0x00000296 flags 0x5f]
ACPI: If an ACPI driver is available for this device, you should use it
instead of the native driver
Guenter Roeck wrote:
> > config SENSORS_F71882FG
> > tristate "Fintek F71858FG, F71862FG, F71882FG, F71889FG and F8000"
> > - depends on EXPERIMENTAL
> > + depends
>
> Empty depends line can be removed.
>
> Otherwise
>
> Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
>
> Guenter
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensor
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags
2010-10-14 8:32 [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags Jean Delvare
` (2 preceding siblings ...)
2010-10-14 14:04 ` Owl
@ 2010-10-14 14:26 ` Jean Delvare
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2010-10-14 14:26 UTC (permalink / raw)
To: lm-sensors
On Thu, 14 Oct 2010 18:04:01 +0400, Owl wrote:
> F71882FG still does not work properly.
>
> f71882fg: Found f71862fg chip at 0x290, revision 18
> ACPI: resource f71882fg [io 0x0290-0x0297] conflicts with ACPI region
> IP__ [??? 0x00000295-0x00000296 flags 0x5f]
> ACPI: If an ACPI driver is available for this device, you should use it
> instead of the native driver
Please don't top-post.
The f71882fg driver works OK, it is simply not suitable for your system
where ACPI wants control over the device.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-14 14:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 8:32 [lm-sensors] [PATCH] hwmon: Remove many EXPERIMENTAL flags Jean Delvare
2010-10-14 13:27 ` Guenter Roeck
2010-10-14 13:41 ` Jean Delvare
2010-10-14 14:04 ` Owl
2010-10-14 14:26 ` Jean Delvare
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.