All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: fbtft: Fix wrong controller name in fb_bd663474
@ 2026-08-09  5:32 Preetish Amballi
  2026-08-10  7:06 ` Andy Shevchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Preetish Amballi @ 2026-08-09  5:32 UTC (permalink / raw)
  To: andy, gregkh
  Cc: dri-devel, linux-fbdev, linux-staging, linux-kernel,
	Preetish Amballi

The file fb_bd663474.c is a driver for the BD663474 LCD controller,
but the comment header and MODULE_DESCRIPTION incorrectly reference
'uPD161704' — a copy-paste error from fb_upd161704.c.

Fix the comment and MODULE_DESCRIPTION to say 'BD663474' instead of
'uPD161704'.

Signed-off-by: Preetish Amballi <amballip@gmail.com>
---
 drivers/staging/fbtft/fb_bd663474.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/fbtft/fb_bd663474.c b/drivers/staging/fbtft/fb_bd663474.c
index 1629c2c440a9..c34f859043ef 100644
--- a/drivers/staging/fbtft/fb_bd663474.c
+++ b/drivers/staging/fbtft/fb_bd663474.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * FB driver for the uPD161704 LCD Controller
+ * FB driver for the BD663474 LCD Controller
  *
  * Copyright (C) 2014 Seong-Woo Kim
  *
@@ -166,6 +166,6 @@ MODULE_ALIAS("platform:" DRVNAME);
 MODULE_ALIAS("spi:bd663474");
 MODULE_ALIAS("platform:bd663474");
 
-MODULE_DESCRIPTION("FB driver for the uPD161704 LCD Controller");
+MODULE_DESCRIPTION("FB driver for the BD663474 LCD Controller");
 MODULE_AUTHOR("Seong-Woo Kim");
 MODULE_LICENSE("GPL");
-- 
2.43.0


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

* Re: [PATCH] staging: fbtft: Fix wrong controller name in fb_bd663474
  2026-08-09  5:32 [PATCH] staging: fbtft: Fix wrong controller name in fb_bd663474 Preetish Amballi
@ 2026-08-10  7:06 ` Andy Shevchenko
  2026-08-28  4:17   ` Preetish Amballi
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2026-08-10  7:06 UTC (permalink / raw)
  To: Preetish Amballi
  Cc: andy, gregkh, dri-devel, linux-fbdev, linux-staging, linux-kernel

On Sun, Aug 9, 2026 at 8:33 AM Preetish Amballi <amballip@gmail.com> wrote:
>
> The file fb_bd663474.c is a driver for the BD663474 LCD controller,
> but the comment header and MODULE_DESCRIPTION incorrectly reference
> 'uPD161704' — a copy-paste error from fb_upd161704.c.
>
> Fix the comment and MODULE_DESCRIPTION to say 'BD663474' instead of
> 'uPD161704'.

LGTM,
Reviewed-by: Andy Shevchenko <andy@kernel.org>

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] staging: fbtft: Fix wrong controller name in fb_bd663474
  2026-08-10  7:06 ` Andy Shevchenko
@ 2026-08-28  4:17   ` Preetish Amballi
  2026-08-28  5:47     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Preetish Amballi @ 2026-08-28  4:17 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: andy, gregkh, dri-devel, linux-fbdev, linux-staging, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

Hi Team,

Could you please merge this.

Regards,
Preetish

On Mon, 10 Aug, 2026, 12:37 pm Andy Shevchenko, <andy.shevchenko@gmail.com>
wrote:

> On Sun, Aug 9, 2026 at 8:33 AM Preetish Amballi <amballip@gmail.com>
> wrote:
> >
> > The file fb_bd663474.c is a driver for the BD663474 LCD controller,
> > but the comment header and MODULE_DESCRIPTION incorrectly reference
> > 'uPD161704' — a copy-paste error from fb_upd161704.c.
> >
> > Fix the comment and MODULE_DESCRIPTION to say 'BD663474' instead of
> > 'uPD161704'.
>
> LGTM,
> Reviewed-by: Andy Shevchenko <andy@kernel.org>
>
> --
> With Best Regards,
> Andy Shevchenko
>

[-- Attachment #2: Type: text/html, Size: 1281 bytes --]

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

* Re: [PATCH] staging: fbtft: Fix wrong controller name in fb_bd663474
  2026-08-28  4:17   ` Preetish Amballi
@ 2026-08-28  5:47     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2026-08-28  5:47 UTC (permalink / raw)
  To: Preetish Amballi
  Cc: Andy Shevchenko, andy, dri-devel, linux-fbdev, linux-staging,
	linux-kernel

On Fri, Aug 28, 2026 at 09:47:41AM +0530, Preetish Amballi wrote:
> Hi Team,
> 
> Could you please merge this.

It is the middle of the merge window, nothing can happen now.  If you
wish to see patches merged quicker, please help out in reviewing other
patches on the lists to reduce our workload.

Also, it's a comment change, not a major bugfix, so you want us to
handle regressions first, right?

thanks,

greg k-h

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

end of thread, other threads:[~2026-08-28  7:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-09  5:32 [PATCH] staging: fbtft: Fix wrong controller name in fb_bd663474 Preetish Amballi
2026-08-10  7:06 ` Andy Shevchenko
2026-08-28  4:17   ` Preetish Amballi
2026-08-28  5:47     ` Greg KH

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.