All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ata: pata_legacy: remove documentation for removed module parameters
@ 2026-06-07  6:40 Ethan Nelson-Moore
  2026-06-07 17:13 ` Randy Dunlap
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ethan Nelson-Moore @ 2026-06-07  6:40 UTC (permalink / raw)
  To: linux-doc
  Cc: Ethan Nelson-Moore, stable, Jonathan Corbet, Shuah Khan,
	Damien Le Moal

Commit 3c4d783f6922 ("ata: pata_legacy: remove VLB support") removed
several module parameters from the pata_legacy driver, but neglected to
remove their documentation. Remove it.

Fixes: 3c4d783f6922 ("ata: pata_legacy: remove VLB support")
Cc: stable@vger.kernel.org # 7.0+
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
---
 .../admin-guide/kernel-parameters.txt         | 37 -------------------
 1 file changed, 37 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 97007f4f69d4..47bccc148a54 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -4935,18 +4935,6 @@ Kernel parameters
 			Set to non-zero if a chip is present that snoops speed
 			changes.  Disabled by default.
 
-	pata_legacy.ht6560a=	[HW,LIBATA]
-			Format: <int>
-			Set to 1, 2, or 3 for HT 6560A on the primary channel,
-			the secondary channel, or both channels respectively.
-			Disabled by default.
-
-	pata_legacy.ht6560b=	[HW,LIBATA]
-			Format: <int>
-			Set to 1, 2, or 3 for HT 6560B on the primary channel,
-			the secondary channel, or both channels respectively.
-			Disabled by default.
-
 	pata_legacy.iordy_mask=	[HW,LIBATA]
 			Format: <int>
 			IORDY enable mask.  Set individual bits to allow IORDY
@@ -4959,18 +4947,6 @@ Kernel parameters
 			with the sequence.  By default IORDY is allowed across
 			all channels.
 
-	pata_legacy.opti82c46x=	[HW,LIBATA]
-			Format: <int>
-			Set to 1, 2, or 3 for Opti 82c611A on the primary
-			channel, the secondary channel, or both channels
-			respectively.  Disabled by default.
-
-	pata_legacy.opti82c611a=	[HW,LIBATA]
-			Format: <int>
-			Set to 1, 2, or 3 for Opti 82c465MV on the primary
-			channel, the secondary channel, or both channels
-			respectively.  Disabled by default.
-
 	pata_legacy.pio_mask=	[HW,LIBATA]
 			Format: <int>
 			PIO mode mask for autospeed devices.  Set individual
@@ -4994,19 +4970,6 @@ Kernel parameters
 			the first port in the list above (0x1f0), and so on.
 			By default all supported ports are probed.
 
-	pata_legacy.qdi=	[HW,LIBATA]
-			Format: <int>
-			Set to non-zero to probe QDI controllers.  By default
-			set to 1 if CONFIG_PATA_QDI_MODULE, 0 otherwise.
-
-	pata_legacy.winbond=	[HW,LIBATA]
-			Format: <int>
-			Set to non-zero to probe Winbond controllers.  Use
-			the standard I/O port (0x130) if 1, otherwise the
-			value given is the I/O port to use (typically 0x1b0).
-			By default set to 1 if CONFIG_PATA_WINBOND_VLB_MODULE,
-			0 otherwise.
-
 	pata_platform.pio_mask=	[HW,LIBATA]
 			Format: <int>
 			Supported PIO mode mask.  Set individual bits to allow
-- 
2.43.0


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

* Re: [PATCH] ata: pata_legacy: remove documentation for removed module parameters
  2026-06-07  6:40 [PATCH] ata: pata_legacy: remove documentation for removed module parameters Ethan Nelson-Moore
@ 2026-06-07 17:13 ` Randy Dunlap
  2026-06-08 11:43 ` Damien Le Moal
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2026-06-07 17:13 UTC (permalink / raw)
  To: Ethan Nelson-Moore, linux-doc
  Cc: stable, Jonathan Corbet, Shuah Khan, Damien Le Moal



On 6/6/26 11:40 PM, Ethan Nelson-Moore wrote:
> Commit 3c4d783f6922 ("ata: pata_legacy: remove VLB support") removed
> several module parameters from the pata_legacy driver, but neglected to
> remove their documentation. Remove it.
> 
> Fixes: 3c4d783f6922 ("ata: pata_legacy: remove VLB support")
> Cc: stable@vger.kernel.org # 7.0+
> Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  .../admin-guide/kernel-parameters.txt         | 37 -------------------
>  1 file changed, 37 deletions(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 97007f4f69d4..47bccc148a54 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -4935,18 +4935,6 @@ Kernel parameters
>  			Set to non-zero if a chip is present that snoops speed
>  			changes.  Disabled by default.
>  
> -	pata_legacy.ht6560a=	[HW,LIBATA]
> -			Format: <int>
> -			Set to 1, 2, or 3 for HT 6560A on the primary channel,
> -			the secondary channel, or both channels respectively.
> -			Disabled by default.
> -
> -	pata_legacy.ht6560b=	[HW,LIBATA]
> -			Format: <int>
> -			Set to 1, 2, or 3 for HT 6560B on the primary channel,
> -			the secondary channel, or both channels respectively.
> -			Disabled by default.
> -
>  	pata_legacy.iordy_mask=	[HW,LIBATA]
>  			Format: <int>
>  			IORDY enable mask.  Set individual bits to allow IORDY
> @@ -4959,18 +4947,6 @@ Kernel parameters
>  			with the sequence.  By default IORDY is allowed across
>  			all channels.
>  
> -	pata_legacy.opti82c46x=	[HW,LIBATA]
> -			Format: <int>
> -			Set to 1, 2, or 3 for Opti 82c611A on the primary
> -			channel, the secondary channel, or both channels
> -			respectively.  Disabled by default.
> -
> -	pata_legacy.opti82c611a=	[HW,LIBATA]
> -			Format: <int>
> -			Set to 1, 2, or 3 for Opti 82c465MV on the primary
> -			channel, the secondary channel, or both channels
> -			respectively.  Disabled by default.
> -
>  	pata_legacy.pio_mask=	[HW,LIBATA]
>  			Format: <int>
>  			PIO mode mask for autospeed devices.  Set individual
> @@ -4994,19 +4970,6 @@ Kernel parameters
>  			the first port in the list above (0x1f0), and so on.
>  			By default all supported ports are probed.
>  
> -	pata_legacy.qdi=	[HW,LIBATA]
> -			Format: <int>
> -			Set to non-zero to probe QDI controllers.  By default
> -			set to 1 if CONFIG_PATA_QDI_MODULE, 0 otherwise.
> -
> -	pata_legacy.winbond=	[HW,LIBATA]
> -			Format: <int>
> -			Set to non-zero to probe Winbond controllers.  Use
> -			the standard I/O port (0x130) if 1, otherwise the
> -			value given is the I/O port to use (typically 0x1b0).
> -			By default set to 1 if CONFIG_PATA_WINBOND_VLB_MODULE,
> -			0 otherwise.
> -
>  	pata_platform.pio_mask=	[HW,LIBATA]
>  			Format: <int>
>  			Supported PIO mode mask.  Set individual bits to allow

-- 
~Randy

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

* Re: [PATCH] ata: pata_legacy: remove documentation for removed module parameters
  2026-06-07  6:40 [PATCH] ata: pata_legacy: remove documentation for removed module parameters Ethan Nelson-Moore
  2026-06-07 17:13 ` Randy Dunlap
@ 2026-06-08 11:43 ` Damien Le Moal
  2026-09-05 16:08 ` Karl Mehltretter
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Damien Le Moal @ 2026-06-08 11:43 UTC (permalink / raw)
  To: Ethan Nelson-Moore, linux-doc; +Cc: stable, Jonathan Corbet, Shuah Khan

On 2026/06/07 14:40, Ethan Nelson-Moore wrote:
> Commit 3c4d783f6922 ("ata: pata_legacy: remove VLB support") removed
> several module parameters from the pata_legacy driver, but neglected to
> remove their documentation. Remove it.
> 
> Fixes: 3c4d783f6922 ("ata: pata_legacy: remove VLB support")
> Cc: stable@vger.kernel.org # 7.0+
> Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>

Reviewed-by: Damien Le Moal <dlemoal@kernel.org>

-- 
Damien Le Moal
Western Digital Research

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

* Re: [PATCH] ata: pata_legacy: remove documentation for removed module parameters
  2026-06-07  6:40 [PATCH] ata: pata_legacy: remove documentation for removed module parameters Ethan Nelson-Moore
  2026-06-07 17:13 ` Randy Dunlap
  2026-06-08 11:43 ` Damien Le Moal
@ 2026-09-05 16:08 ` Karl Mehltretter
  2026-09-07 11:33 ` Niklas Cassel
  2026-09-10 17:27 ` Niklas Cassel
  4 siblings, 0 replies; 7+ messages in thread
From: Karl Mehltretter @ 2026-09-05 16:08 UTC (permalink / raw)
  To: Ethan Nelson-Moore
  Cc: Karl Mehltretter, linux-doc, Jonathan Corbet, Shuah Khan,
	Damien Le Moal, Randy Dunlap

On Sat, Jun 06, 2026 at 11:40:49PM -0700, Ethan Nelson-Moore wrote:
> Commit 3c4d783f6922 ("ata: pata_legacy: remove VLB support") removed
> several module parameters from the pata_legacy driver, but neglected to
> remove their documentation. Remove it.

Checked against current mainline. That commit removed exactly these six
module parameters, and this patch still applies.

Reviewed-by: Karl Mehltretter <kmehltretter@gmail.com>

Thanks,
Karl

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

* Re: [PATCH] ata: pata_legacy: remove documentation for removed module parameters
  2026-06-07  6:40 [PATCH] ata: pata_legacy: remove documentation for removed module parameters Ethan Nelson-Moore
                   ` (2 preceding siblings ...)
  2026-09-05 16:08 ` Karl Mehltretter
@ 2026-09-07 11:33 ` Niklas Cassel
  2026-09-10 14:42   ` Ethan Nelson-Moore
  2026-09-10 17:27 ` Niklas Cassel
  4 siblings, 1 reply; 7+ messages in thread
From: Niklas Cassel @ 2026-09-07 11:33 UTC (permalink / raw)
  To: Ethan Nelson-Moore
  Cc: linux-doc, stable, Jonathan Corbet, Shuah Khan, Damien Le Moal

On Sat, Jun 06, 2026 at 11:40:49PM -0700, Ethan Nelson-Moore wrote:
> Commit 3c4d783f6922 ("ata: pata_legacy: remove VLB support") removed
> several module parameters from the pata_legacy driver, but neglected to
> remove their documentation. Remove it.
> 
> Fixes: 3c4d783f6922 ("ata: pata_legacy: remove VLB support")
> Cc: stable@vger.kernel.org # 7.0+
> Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>

Acked-by: Niklas Cassel <cassel@kernel.org>

This patch was sent to linux-doc@vger.kernel.org and linux-ide was not
even added as CC, so I assume you want this to go via Jonathan's tree.


Kind regards,
Niklas

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

* Re: [PATCH] ata: pata_legacy: remove documentation for removed module parameters
  2026-09-07 11:33 ` Niklas Cassel
@ 2026-09-10 14:42   ` Ethan Nelson-Moore
  0 siblings, 0 replies; 7+ messages in thread
From: Ethan Nelson-Moore @ 2026-09-10 14:42 UTC (permalink / raw)
  To: Niklas Cassel
  Cc: linux-doc, stable, Jonathan Corbet, Shuah Khan, Damien Le Moal

Hi, Niklas,

On Mon, Sep 7, 2026 at 4:33 AM Niklas Cassel <cassel@kernel.org> wrote:
> This patch was sent to linux-doc@vger.kernel.org and linux-ide was not
> even added as CC, so I assume you want this to go via Jonathan's tree.

I don't think that was intentional - the script I wrote to integrate
get_maintainer.pl with git send-email had some bugs causing it to
exclude entries. I have since fixed them. Feel free to merge it via
the IDE tree.

Ethan

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

* Re: [PATCH] ata: pata_legacy: remove documentation for removed module parameters
  2026-06-07  6:40 [PATCH] ata: pata_legacy: remove documentation for removed module parameters Ethan Nelson-Moore
                   ` (3 preceding siblings ...)
  2026-09-07 11:33 ` Niklas Cassel
@ 2026-09-10 17:27 ` Niklas Cassel
  4 siblings, 0 replies; 7+ messages in thread
From: Niklas Cassel @ 2026-09-10 17:27 UTC (permalink / raw)
  To: linux-doc, Ethan Nelson-Moore
  Cc: stable, Jonathan Corbet, Shuah Khan, Damien Le Moal

On Sat, 06 Jun 2026 23:40:49 -0700, Ethan Nelson-Moore wrote:
> Commit 3c4d783f6922 ("ata: pata_legacy: remove VLB support") removed
> several module parameters from the pata_legacy driver, but neglected to
> remove their documentation. Remove it.
> 
> 

Applied to libata/linux.git (for-7.3-fixes), thanks!

[1/1] ata: pata_legacy: remove documentation for removed module parameters
      https://git.kernel.org/libata/linux/c/a19d4f9b

Kind regards,
Niklas


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

end of thread, other threads:[~2026-09-10 17:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-07  6:40 [PATCH] ata: pata_legacy: remove documentation for removed module parameters Ethan Nelson-Moore
2026-06-07 17:13 ` Randy Dunlap
2026-06-08 11:43 ` Damien Le Moal
2026-09-05 16:08 ` Karl Mehltretter
2026-09-07 11:33 ` Niklas Cassel
2026-09-10 14:42   ` Ethan Nelson-Moore
2026-09-10 17:27 ` Niklas Cassel

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.