From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] libata: prepare for removal of experimental tag on PATA drivers
Date: Sat, 14 Nov 2009 15:37:19 +0100 [thread overview]
Message-ID: <200911141537.19068.bzolnier@gmail.com> (raw)
Push experimental tags to host drivers that still need it so we can
remove the "global" experimental tag for PATA drivers.
I hear that some issues are being worked on but the patch reflects
the current situation and we can trivially update status of affected
host drivers after new fixes are merged.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ata/Kconfig | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Index: b/drivers/ata/Kconfig
===================================================================
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -230,8 +230,8 @@ config PATA_ACPI
otherwise unsupported hardware.
config PATA_ALI
- tristate "ALi PATA support"
- depends on PCI
+ tristate "ALi PATA support (Experimental)"
+ depends on PCI && EXPERIMENTAL
help
This option enables support for the ALi ATA interfaces
found on the many ALi chipsets.
@@ -293,8 +293,8 @@ config PATA_CMD640_PCI
If unsure, say N.
config PATA_CMD64X
- tristate "CMD64x PATA support"
- depends on PCI
+ tristate "CMD64x PATA support (Experimental)"
+ depends on PCI && EXPERIMENTAL
help
This option enables support for the CMD64x series chips
except for the CMD640.
@@ -574,8 +574,8 @@ config PATA_PCMCIA
If unsure, say N.
config PATA_PDC_OLD
- tristate "Older Promise PATA controller support"
- depends on PCI
+ tristate "Older Promise PATA controller support (Experimental)"
+ depends on PCI && EXPERIMENTAL
help
This option enables support for the Promise 20246, 20262, 20263,
20265 and 20267 adapters.
@@ -660,8 +660,8 @@ config PATA_SIL680
If unsure, say N.
config PATA_SIS
- tristate "SiS PATA support"
- depends on PCI
+ tristate "SiS PATA support (Experimental)"
+ depends on PCI && EXPERIMENTAL
help
This option enables support for SiS PATA controllers
next reply other threads:[~2009-11-14 14:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-14 14:37 Bartlomiej Zolnierkiewicz [this message]
2009-11-14 15:23 ` [PATCH] libata: prepare for removal of experimental tag on PATA drivers Alan Cox
2009-11-14 16:01 ` Robert Hancock
2009-11-14 16:53 ` Bartlomiej Zolnierkiewicz
2009-11-14 17:03 ` Alan Cox
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=200911141537.19068.bzolnier@gmail.com \
--to=bzolnier@gmail.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@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.