Linux Framebuffer Layer development
 help / color / mirror / Atom feed
* [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON
@ 2025-09-23 17:14 Sukrut Heroorkar
  2025-09-23 21:01 ` Alex Deucher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sukrut Heroorkar @ 2025-09-23 17:14 UTC (permalink / raw)
  To: Helge Deller, Thomas Zimmermann, Arnd Bergmann,
	Bartosz Golaszewski, Randy Dunlap, Sukrut Heroorkar,
	Gonzalo Silvalde Blanco, open list:FRAMEBUFFER LAYER,
	open list:FRAMEBUFFER LAYER, open list
  Cc: skhan, david.hunter.linux

The product page referenced in the FB_RADEON is no longer valid.
Remove it to avoid pointing to an invalid link.

Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>
---
Changes since v1:
- Dropped the link entirely as suggested
(See: https://lore.kernel.org/all/CADnq5_NHu5=esJZrgy_S80jF68ZapRRYX4_L70DwDDSN3VXitQ@mail.gmail.com/)

 drivers/video/fbdev/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index c21484d15f0c..27639b2590d8 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -948,9 +948,6 @@ config FB_RADEON
 	  a framebuffer device.  There are both PCI and AGP versions.  You
 	  don't need to choose this to run the Radeon in plain VGA mode.
 
-	  There is a product page at
-	  https://products.amd.com/en-us/GraphicCardResult.aspx
-
 config FB_RADEON_I2C
 	bool "DDC/I2C for ATI Radeon support"
 	depends on FB_RADEON
-- 
2.43.0


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

* Re: [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON
  2025-09-23 17:14 [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON Sukrut Heroorkar
@ 2025-09-23 21:01 ` Alex Deucher
  2025-09-24  6:30 ` Thomas Zimmermann
  2025-09-30 19:51 ` Helge Deller
  2 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2025-09-23 21:01 UTC (permalink / raw)
  To: Sukrut Heroorkar
  Cc: Helge Deller, Thomas Zimmermann, Arnd Bergmann,
	Bartosz Golaszewski, Randy Dunlap, Gonzalo Silvalde Blanco,
	open list:FRAMEBUFFER LAYER, open list:FRAMEBUFFER LAYER,
	open list, skhan, david.hunter.linux

On Tue, Sep 23, 2025 at 4:19 PM Sukrut Heroorkar <hsukrut3@gmail.com> wrote:
>
> The product page referenced in the FB_RADEON is no longer valid.
> Remove it to avoid pointing to an invalid link.
>
> Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
> Changes since v1:
> - Dropped the link entirely as suggested
> (See: https://lore.kernel.org/all/CADnq5_NHu5=esJZrgy_S80jF68ZapRRYX4_L70DwDDSN3VXitQ@mail.gmail.com/)
>
>  drivers/video/fbdev/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
> index c21484d15f0c..27639b2590d8 100644
> --- a/drivers/video/fbdev/Kconfig
> +++ b/drivers/video/fbdev/Kconfig
> @@ -948,9 +948,6 @@ config FB_RADEON
>           a framebuffer device.  There are both PCI and AGP versions.  You
>           don't need to choose this to run the Radeon in plain VGA mode.
>
> -         There is a product page at
> -         https://products.amd.com/en-us/GraphicCardResult.aspx
> -
>  config FB_RADEON_I2C
>         bool "DDC/I2C for ATI Radeon support"
>         depends on FB_RADEON
> --
> 2.43.0
>

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

* Re: [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON
  2025-09-23 17:14 [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON Sukrut Heroorkar
  2025-09-23 21:01 ` Alex Deucher
@ 2025-09-24  6:30 ` Thomas Zimmermann
  2025-09-30 19:51 ` Helge Deller
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Zimmermann @ 2025-09-24  6:30 UTC (permalink / raw)
  To: Sukrut Heroorkar, Helge Deller, Arnd Bergmann,
	Bartosz Golaszewski, Randy Dunlap, Gonzalo Silvalde Blanco,
	open list:FRAMEBUFFER LAYER, open list:FRAMEBUFFER LAYER,
	open list
  Cc: skhan, david.hunter.linux



Am 23.09.25 um 19:14 schrieb Sukrut Heroorkar:
> The product page referenced in the FB_RADEON is no longer valid.
> Remove it to avoid pointing to an invalid link.
>
> Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>

> ---
> Changes since v1:
> - Dropped the link entirely as suggested
> (See: https://lore.kernel.org/all/CADnq5_NHu5=esJZrgy_S80jF68ZapRRYX4_L70DwDDSN3VXitQ@mail.gmail.com/)
>
>   drivers/video/fbdev/Kconfig | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
> index c21484d15f0c..27639b2590d8 100644
> --- a/drivers/video/fbdev/Kconfig
> +++ b/drivers/video/fbdev/Kconfig
> @@ -948,9 +948,6 @@ config FB_RADEON
>   	  a framebuffer device.  There are both PCI and AGP versions.  You
>   	  don't need to choose this to run the Radeon in plain VGA mode.
>   
> -	  There is a product page at
> -	  https://products.amd.com/en-us/GraphicCardResult.aspx
> -
>   config FB_RADEON_I2C
>   	bool "DDC/I2C for ATI Radeon support"
>   	depends on FB_RADEON

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)



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

* Re: [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON
  2025-09-23 17:14 [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON Sukrut Heroorkar
  2025-09-23 21:01 ` Alex Deucher
  2025-09-24  6:30 ` Thomas Zimmermann
@ 2025-09-30 19:51 ` Helge Deller
  2 siblings, 0 replies; 4+ messages in thread
From: Helge Deller @ 2025-09-30 19:51 UTC (permalink / raw)
  To: Sukrut Heroorkar, open list:FRAMEBUFFER LAYER,
	open list:FRAMEBUFFER LAYER

On 9/23/25 19:14, Sukrut Heroorkar wrote:
> The product page referenced in the FB_RADEON is no longer valid.
> Remove it to avoid pointing to an invalid link.
> 
> Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>
> ---
> Changes since v1:
> - Dropped the link entirely as suggested
> (See: https://lore.kernel.org/all/CADnq5_NHu5=esJZrgy_S80jF68ZapRRYX4_L70DwDDSN3VXitQ@mail.gmail.com/)
> 
>   drivers/video/fbdev/Kconfig | 3 ---
>   1 file changed, 3 deletions(-)

applied.

Thanks!
Helge

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

end of thread, other threads:[~2025-09-30 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23 17:14 [PATCH v2] fbdev/radeon: Remove stale product link in Kconfig/FB_RADEON Sukrut Heroorkar
2025-09-23 21:01 ` Alex Deucher
2025-09-24  6:30 ` Thomas Zimmermann
2025-09-30 19:51 ` Helge Deller

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