public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file
@ 2024-06-14  9:03 Thomas Huth
  2024-06-14 10:15 ` Nikolay Borisov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Huth @ 2024-06-14  9:03 UTC (permalink / raw)
  To: linux-doc, Thomas Gleixner, Ingo Molnar, Dave Hansen, x86
  Cc: linux-kernel, Jonathan Corbet, H. Peter Anvin, Arnd Bergmann,
	Greg Kroah-Hartman

The kernel parameter mfgpt_irq has been removed in 2009 already in the
commit c95d1e53ed89 ("cs5535: drop the Geode-specific MFGPT/GPIO code").
Time to remove it from the documentation now, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index a9b905bbc8ca..756ac1e22813 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3426,10 +3426,6 @@
 			deep    - Suspend-To-RAM or equivalent (if supported)
 			See Documentation/admin-guide/pm/sleep-states.rst.
 
-	mfgpt_irq=	[IA-32] Specify the IRQ to use for the
-			Multi-Function General Purpose Timers on AMD Geode
-			platforms.
-
 	mfgptfix	[X86-32] Fix MFGPT timers on AMD Geode platforms when
 			the BIOS has incorrectly applied a workaround. TinyBIOS
 			version 0.98 is known to be affected, 0.99 fixes the
-- 
2.45.2


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

* Re: [PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file
  2024-06-14  9:03 [PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file Thomas Huth
@ 2024-06-14 10:15 ` Nikolay Borisov
  2024-06-14 16:24 ` [tip: x86/cleanups] " tip-bot2 for Thomas Huth
  2024-06-17 22:23 ` [PATCH] " Jonathan Corbet
  2 siblings, 0 replies; 5+ messages in thread
From: Nikolay Borisov @ 2024-06-14 10:15 UTC (permalink / raw)
  To: Thomas Huth, linux-doc, Thomas Gleixner, Ingo Molnar, Dave Hansen,
	x86
  Cc: linux-kernel, Jonathan Corbet, H. Peter Anvin, Arnd Bergmann,
	Greg Kroah-Hartman



On 14.06.24 г. 12:03 ч., Thomas Huth wrote:
> The kernel parameter mfgpt_irq has been removed in 2009 already in the
> commit c95d1e53ed89 ("cs5535: drop the Geode-specific MFGPT/GPIO code").
> Time to remove it from the documentation now, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Nikolay Borisov <nik.borisov@suse.com>

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

* [tip: x86/cleanups] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file
  2024-06-14  9:03 [PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file Thomas Huth
  2024-06-14 10:15 ` Nikolay Borisov
@ 2024-06-14 16:24 ` tip-bot2 for Thomas Huth
  2024-06-17 22:23 ` [PATCH] " Jonathan Corbet
  2 siblings, 0 replies; 5+ messages in thread
From: tip-bot2 for Thomas Huth @ 2024-06-14 16:24 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Thomas Huth, Borislav Petkov (AMD), Nikolay Borisov, x86,
	linux-kernel

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     9b9eec8dc284f33f505cec48d88b42ebad4da9cc
Gitweb:        https://git.kernel.org/tip/9b9eec8dc284f33f505cec48d88b42ebad4da9cc
Author:        Thomas Huth <thuth@redhat.com>
AuthorDate:    Fri, 14 Jun 2024 11:03:06 +02:00
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Fri, 14 Jun 2024 18:06:57 +02:00

Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file

The kernel parameter mfgpt_irq has been removed in 2009 already by

  c95d1e53ed89 ("cs5535: drop the Geode-specific MFGPT/GPIO code")

Time to remove it from the documentation now, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Nikolay Borisov <nik.borisov@suse.com>
Link: https://lore.kernel.org/r/20240614090306.561464-1-thuth@redhat.com
---
 Documentation/admin-guide/kernel-parameters.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index b600df8..fa76802 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3429,10 +3429,6 @@
 			deep    - Suspend-To-RAM or equivalent (if supported)
 			See Documentation/admin-guide/pm/sleep-states.rst.
 
-	mfgpt_irq=	[IA-32] Specify the IRQ to use for the
-			Multi-Function General Purpose Timers on AMD Geode
-			platforms.
-
 	mfgptfix	[X86-32] Fix MFGPT timers on AMD Geode platforms when
 			the BIOS has incorrectly applied a workaround. TinyBIOS
 			version 0.98 is known to be affected, 0.99 fixes the

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

* Re: [PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file
  2024-06-14  9:03 [PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file Thomas Huth
  2024-06-14 10:15 ` Nikolay Borisov
  2024-06-14 16:24 ` [tip: x86/cleanups] " tip-bot2 for Thomas Huth
@ 2024-06-17 22:23 ` Jonathan Corbet
  2024-06-18  5:39   ` Thomas Huth
  2 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2024-06-17 22:23 UTC (permalink / raw)
  To: Thomas Huth, linux-doc, Thomas Gleixner, Ingo Molnar, Dave Hansen,
	x86
  Cc: linux-kernel, H. Peter Anvin, Arnd Bergmann, Greg Kroah-Hartman

Thomas Huth <thuth@redhat.com> writes:

> The kernel parameter mfgpt_irq has been removed in 2009 already in the
> commit c95d1e53ed89 ("cs5535: drop the Geode-specific MFGPT/GPIO code").
> Time to remove it from the documentation now, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index a9b905bbc8ca..756ac1e22813 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -3426,10 +3426,6 @@
>  			deep    - Suspend-To-RAM or equivalent (if supported)
>  			See Documentation/admin-guide/pm/sleep-states.rst.
>  
> -	mfgpt_irq=	[IA-32] Specify the IRQ to use for the
> -			Multi-Function General Purpose Timers on AMD Geode
> -			platforms.
> -
>  	mfgptfix	[X86-32] Fix MFGPT timers on AMD Geode platforms when
>  			the BIOS has incorrectly applied a workaround. TinyBIOS
>  			version 0.98 is known to be affected, 0.99 fixes the

So I am unable to get this one to apply; which kernel version did you
base it on?

Thanks,

jon

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

* Re: [PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file
  2024-06-17 22:23 ` [PATCH] " Jonathan Corbet
@ 2024-06-18  5:39   ` Thomas Huth
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2024-06-18  5:39 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, Thomas Gleixner, Ingo Molnar,
	Dave Hansen, x86
  Cc: linux-kernel, H. Peter Anvin, Arnd Bergmann, Greg Kroah-Hartman

On 18/06/2024 00.23, Jonathan Corbet wrote:
> Thomas Huth <thuth@redhat.com> writes:
> 
>> The kernel parameter mfgpt_irq has been removed in 2009 already in the
>> commit c95d1e53ed89 ("cs5535: drop the Geode-specific MFGPT/GPIO code").
>> Time to remove it from the documentation now, too.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>>   Documentation/admin-guide/kernel-parameters.txt | 4 ----
>>   1 file changed, 4 deletions(-)
>>
>> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
>> index a9b905bbc8ca..756ac1e22813 100644
>> --- a/Documentation/admin-guide/kernel-parameters.txt
>> +++ b/Documentation/admin-guide/kernel-parameters.txt
>> @@ -3426,10 +3426,6 @@
>>   			deep    - Suspend-To-RAM or equivalent (if supported)
>>   			See Documentation/admin-guide/pm/sleep-states.rst.
>>   
>> -	mfgpt_irq=	[IA-32] Specify the IRQ to use for the
>> -			Multi-Function General Purpose Timers on AMD Geode
>> -			platforms.
>> -
>>   	mfgptfix	[X86-32] Fix MFGPT timers on AMD Geode platforms when
>>   			the BIOS has incorrectly applied a workaround. TinyBIOS
>>   			version 0.98 is known to be affected, 0.99 fixes the
> 
> So I am unable to get this one to apply; which kernel version did you
> base it on?

Looks like this one got picked up via the x86 tree already:

 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=9b9eec8dc284f33f505cec48d88b42ebad4da9cc

  Thomas


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

end of thread, other threads:[~2024-06-18  5:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14  9:03 [PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file Thomas Huth
2024-06-14 10:15 ` Nikolay Borisov
2024-06-14 16:24 ` [tip: x86/cleanups] " tip-bot2 for Thomas Huth
2024-06-17 22:23 ` [PATCH] " Jonathan Corbet
2024-06-18  5:39   ` Thomas Huth

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