The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] docs: kernel-parameters: Remove smsc-ircc2 IrDA parameters
@ 2026-08-02 14:11 Anuj Bolewar via B4 Relay
  2026-08-02 15:02 ` Randy Dunlap
  2026-08-03 18:06 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Anuj Bolewar via B4 Relay @ 2026-08-02 14:11 UTC (permalink / raw)
  To: Jonathan Corbet, Shuah Khan; +Cc: linux-doc, linux-kernel, Anuj Bolewar

From: Anuj Bolewar <bolewara@gmail.com>

The smsc-ircc2 module parameters reference drivers/net/irda/
smsc-ircc2.c, which was removed along with the entire IrDA stack in
commit d64c2a76123f ("staging: irda: remove the irda network stack
and drivers").

Signed-off-by: Anuj Bolewar <bolewara@gmail.com>
---
The IrDA stack and drivers were removed from the kernel in commit
d64c2a76123f ("staging: irda: remove the irda network stack and
drivers"). Remove the now-obsolete smsc-ircc2 module parameters from
the kernel parameter documentation.
---
 Documentation/admin-guide/kernel-parameters.txt | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index b5493a7f8f2..72afae6ea85 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -7006,17 +7006,6 @@ Kernel parameters
 			take as long as they take.  Specifying 300,000
 			for this value provides a 5-minute timeout.
 
-	smsc-ircc2.nopnp	[HW] Don't use PNP to discover SMC devices
-	smsc-ircc2.ircc_cfg=	[HW] Device configuration I/O port
-	smsc-ircc2.ircc_sir=	[HW] SIR base I/O port
-	smsc-ircc2.ircc_fir=	[HW] FIR base I/O port
-	smsc-ircc2.ircc_irq=	[HW] IRQ line
-	smsc-ircc2.ircc_dma=	[HW] DMA channel
-	smsc-ircc2.ircc_transceiver= [HW] Transceiver type:
-				0: Toshiba Satellite 1800 (GP data pin select)
-				1: Fast pin select (default)
-				2: ATC IRMode
-
 	smt=		[KNL,MIPS,S390,EARLY] Set the maximum number of threads
 			(logical CPUs) to use per physical CPU on systems
 			capable of symmetric multithreading (SMT). Will

---
base-commit: 2d2338c93da79b3bfe4b6099a931d9468d539952
change-id: 20260802-docs-remove-smsc-ircc2-params-ac9b4fef1443

Best regards,
--  
Anuj Bolewar <bolewara@gmail.com>



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

* Re: [PATCH] docs: kernel-parameters: Remove smsc-ircc2 IrDA parameters
  2026-08-02 14:11 [PATCH] docs: kernel-parameters: Remove smsc-ircc2 IrDA parameters Anuj Bolewar via B4 Relay
@ 2026-08-02 15:02 ` Randy Dunlap
  2026-08-03 18:06 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-08-02 15:02 UTC (permalink / raw)
  To: bolewara, Jonathan Corbet, Shuah Khan; +Cc: linux-doc, linux-kernel



On 8/2/26 7:11 AM, Anuj Bolewar via B4 Relay wrote:
> From: Anuj Bolewar <bolewara@gmail.com>
> 
> The smsc-ircc2 module parameters reference drivers/net/irda/
> smsc-ircc2.c, which was removed along with the entire IrDA stack in
> commit d64c2a76123f ("staging: irda: remove the irda network stack
> and drivers").
> 
> Signed-off-by: Anuj Bolewar <bolewara@gmail.com>

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

> ---
> The IrDA stack and drivers were removed from the kernel in commit
> d64c2a76123f ("staging: irda: remove the irda network stack and
> drivers"). Remove the now-obsolete smsc-ircc2 module parameters from
> the kernel parameter documentation.
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 11 -----------
>  1 file changed, 11 deletions(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index b5493a7f8f2..72afae6ea85 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -7006,17 +7006,6 @@ Kernel parameters
>  			take as long as they take.  Specifying 300,000
>  			for this value provides a 5-minute timeout.
>  
> -	smsc-ircc2.nopnp	[HW] Don't use PNP to discover SMC devices
> -	smsc-ircc2.ircc_cfg=	[HW] Device configuration I/O port
> -	smsc-ircc2.ircc_sir=	[HW] SIR base I/O port
> -	smsc-ircc2.ircc_fir=	[HW] FIR base I/O port
> -	smsc-ircc2.ircc_irq=	[HW] IRQ line
> -	smsc-ircc2.ircc_dma=	[HW] DMA channel
> -	smsc-ircc2.ircc_transceiver= [HW] Transceiver type:
> -				0: Toshiba Satellite 1800 (GP data pin select)
> -				1: Fast pin select (default)
> -				2: ATC IRMode
> -
>  	smt=		[KNL,MIPS,S390,EARLY] Set the maximum number of threads
>  			(logical CPUs) to use per physical CPU on systems
>  			capable of symmetric multithreading (SMT). Will
> 
> ---
> base-commit: 2d2338c93da79b3bfe4b6099a931d9468d539952
> change-id: 20260802-docs-remove-smsc-ircc2-params-ac9b4fef1443
> 
> Best regards,
> --  
> Anuj Bolewar <bolewara@gmail.com>
> 
> 
> 

-- 
~Randy

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

* Re: [PATCH] docs: kernel-parameters: Remove smsc-ircc2 IrDA parameters
  2026-08-02 14:11 [PATCH] docs: kernel-parameters: Remove smsc-ircc2 IrDA parameters Anuj Bolewar via B4 Relay
  2026-08-02 15:02 ` Randy Dunlap
@ 2026-08-03 18:06 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-08-03 18:06 UTC (permalink / raw)
  To: Anuj Bolewar via B4 Relay, Shuah Khan
  Cc: linux-doc, linux-kernel, Anuj Bolewar

Anuj Bolewar via B4 Relay <devnull+bolewara.gmail.com@kernel.org>
writes:

> From: Anuj Bolewar <bolewara@gmail.com>
>
> The smsc-ircc2 module parameters reference drivers/net/irda/
> smsc-ircc2.c, which was removed along with the entire IrDA stack in
> commit d64c2a76123f ("staging: irda: remove the irda network stack
> and drivers").
>
> Signed-off-by: Anuj Bolewar <bolewara@gmail.com>
> ---
> The IrDA stack and drivers were removed from the kernel in commit
> d64c2a76123f ("staging: irda: remove the irda network stack and
> drivers"). Remove the now-obsolete smsc-ircc2 module parameters from
> the kernel parameter documentation.
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 11 -----------
>  1 file changed, 11 deletions(-)

Applied, thanks.

jon

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

end of thread, other threads:[~2026-08-03 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-02 14:11 [PATCH] docs: kernel-parameters: Remove smsc-ircc2 IrDA parameters Anuj Bolewar via B4 Relay
2026-08-02 15:02 ` Randy Dunlap
2026-08-03 18:06 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox