mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
@ 2024-11-23 13:29 Sedat Dilek
  2024-11-23 21:15 ` Greg Kroah-Hartman
  2024-12-02 17:03 ` Ilpo Järvinen
  0 siblings, 2 replies; 5+ messages in thread
From: Sedat Dilek @ 2024-11-23 13:29 UTC (permalink / raw)
  To: Corentin Chary, Hans de Goede, Ilpo Järvinen,
	platform-driver-x86, linux-kernel, Greg Kroah-Hartman
  Cc: Sedat Dilek

Rename from "Samsung Backlight driver" to "Samsung Laptop driver".

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
 drivers/platform/x86/samsung-laptop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
index 0d3e3ca20b1b..decde4c9a3d9 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -1653,5 +1653,5 @@ module_init(samsung_init);
 module_exit(samsung_exit);
 
 MODULE_AUTHOR("Greg Kroah-Hartman <gregkh@suse.de>");
-MODULE_DESCRIPTION("Samsung Backlight driver");
+MODULE_DESCRIPTION("Samsung Laptop driver");
 MODULE_LICENSE("GPL");
-- 
2.45.2


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

* Re: [PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
  2024-11-23 13:29 [PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION Sedat Dilek
@ 2024-11-23 21:15 ` Greg Kroah-Hartman
  2024-11-27 20:24   ` Sedat Dilek
  2024-12-02 17:03 ` Ilpo Järvinen
  1 sibling, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2024-11-23 21:15 UTC (permalink / raw)
  To: Sedat Dilek
  Cc: Corentin Chary, Hans de Goede, Ilpo Järvinen,
	platform-driver-x86, linux-kernel

On Sat, Nov 23, 2024 at 02:29:28PM +0100, Sedat Dilek wrote:
> Rename from "Samsung Backlight driver" to "Samsung Laptop driver".
> 
> Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
> ---
>  drivers/platform/x86/samsung-laptop.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Wow, does anyone still use this thing?  Anyway, looks good:

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

* Re: [PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
  2024-11-23 21:15 ` Greg Kroah-Hartman
@ 2024-11-27 20:24   ` Sedat Dilek
  0 siblings, 0 replies; 5+ messages in thread
From: Sedat Dilek @ 2024-11-27 20:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Corentin Chary, Hans de Goede, Ilpo Järvinen,
	platform-driver-x86, linux-kernel

On Sat, Nov 23, 2024 at 10:15 PM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Sat, Nov 23, 2024 at 02:29:28PM +0100, Sedat Dilek wrote:
> > Rename from "Samsung Backlight driver" to "Samsung Laptop driver".
> >
> > Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
> > ---
> >  drivers/platform/x86/samsung-laptop.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Wow, does anyone still use this thing?  Anyway, looks good:
>

Thanks for coding the samsung_laptop driver 10+ years ago, Greg.

My mother died in 2012.
This laptop was her last  birthday present to me.

# cat /proc/version
Linux version 6.12.1-2-amd64-clang19-kcfi
(sedat.dilek@gmail.com@iniza) (ClangBuiltLinux clang version 19.1.4
(https://github.com/llvm/llvm-project.git
aadaa00de76ed0c4987b97450dd638f63a385bed), ClangBuiltLinux LLD 19.1.4
(https://github.com/llvm/llvm-project.git
aadaa00de76ed0c4987b97450dd638f63a385bed)) #2~trixie+dileks SMP
PREEMPT_DYNAMIC 2024-11-23

# LC_ALL=C dmesg -T | grep -i samsung
[Wed Nov 27 20:01:11 2024] DMI: SAMSUNG ELECTRONICS CO., LTD.
530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[Wed Nov 27 20:02:29 2024] samsung_laptop: detected SABI interface: SwSmi@

# dmidecode --string system-manufacturer
SAMSUNG ELECTRONICS CO., LTD.
# dmidecode --string system-product-name
530U3BI/530U4BI/530U4BH

> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Thanks, hope the platform/x86 maintainers will follow.

Best regards,
-Sedat-

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

* Re: [PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
  2024-11-23 13:29 [PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION Sedat Dilek
  2024-11-23 21:15 ` Greg Kroah-Hartman
@ 2024-12-02 17:03 ` Ilpo Järvinen
  2024-12-05 16:41   ` Sedat Dilek
  1 sibling, 1 reply; 5+ messages in thread
From: Ilpo Järvinen @ 2024-12-02 17:03 UTC (permalink / raw)
  To: Corentin Chary, Hans de Goede, platform-driver-x86, linux-kernel,
	Greg Kroah-Hartman, Sedat Dilek

On Sat, 23 Nov 2024 14:29:28 +0100, Sedat Dilek wrote:

> Rename from "Samsung Backlight driver" to "Samsung Laptop driver".
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
      commit: 3510398032b445abd034753ce86a60882f41fe27

--
 i.

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

* Re: [PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
  2024-12-02 17:03 ` Ilpo Järvinen
@ 2024-12-05 16:41   ` Sedat Dilek
  0 siblings, 0 replies; 5+ messages in thread
From: Sedat Dilek @ 2024-12-05 16:41 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: Corentin Chary, Hans de Goede, platform-driver-x86, linux-kernel,
	Greg Kroah-Hartman

On Mon, Dec 2, 2024 at 6:05 PM Ilpo Järvinen
<ilpo.jarvinen@linux.intel.com> wrote:
>
> On Sat, 23 Nov 2024 14:29:28 +0100, Sedat Dilek wrote:
>
> > Rename from "Samsung Backlight driver" to "Samsung Laptop driver".
> >
> >
>
>
> Thank you for your contribution, it has been applied to my local
> review-ilpo-fixes branch. Note it will show up in the public
> platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
> local branch there, which might take a while.
>
> The list of commits applied:
> [1/1] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
>       commit: 3510398032b445abd034753ce86a60882f41fe27
>
> --
>  i.

Thanks, Ilpo.

The commit is now in fixes Git branch.

Best regards,
-Sedat-

[1] https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=fixes

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

end of thread, other threads:[~2024-12-05 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-23 13:29 [PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION Sedat Dilek
2024-11-23 21:15 ` Greg Kroah-Hartman
2024-11-27 20:24   ` Sedat Dilek
2024-12-02 17:03 ` Ilpo Järvinen
2024-12-05 16:41   ` Sedat Dilek

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

all inboxes | Powered by JetHome®