mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] platform-drivers-x86 for 6.10-5
@ 2024-07-04 13:05 Hans de Goede
  2024-07-04 13:07 ` Hans de Goede
  2024-07-04 19:37 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Hans de Goede @ 2024-07-04 13:05 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux Kernel Mailing List, platform-driver-x86,
	Ilpo Järvinen, Armin Wolf

Hi Linus,

Here is (hopefully) the last platform-drivers-x86 fixes pull-request
for 6.10.

This contains a single fix for a regression in toshiba_acpi introduced
in 6.10-rc1.

Highlights:
 -  Fix lg-laptop driver not working with 2024 LG laptop models
 -  Add missing MODULE_DESCRIPTION() macros to various modules
 -  nvsw-sn2201: Add check for platform_device_add_resources

Regards,

Hans


The following changes since commit 7add1ee34692aabd146b86a8e88abad843ed6659:

  platform/x86: add missing MODULE_DESCRIPTION() macros (2024-06-24 13:33:20 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.10-5

for you to fetch changes up to e527a6127223b644e0a27b44f4b16e16eb6c7f0a:

  platform/x86: toshiba_acpi: Fix quickstart quirk handling (2024-07-02 16:01:45 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.10-5

Highlights:
 -  Fix regression in toshiba_acpi introduced in 6.10-rc1

The following is an automated git shortlog grouped by driver:

toshiba_acpi:
 -  Fix quickstart quirk handling

----------------------------------------------------------------
Armin Wolf (1):
      platform/x86: toshiba_acpi: Fix quickstart quirk handling

 drivers/platform/x86/toshiba_acpi.c | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)


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

* Re: [GIT PULL] platform-drivers-x86 for 6.10-5
  2024-07-04 13:05 [GIT PULL] platform-drivers-x86 for 6.10-5 Hans de Goede
@ 2024-07-04 13:07 ` Hans de Goede
  2024-07-04 19:37 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2024-07-04 13:07 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux Kernel Mailing List, platform-driver-x86,
	Ilpo Järvinen, Armin Wolf

Hi,

On 7/4/24 3:05 PM, Hans de Goede wrote:
> Hi Linus,
> 
> Here is (hopefully) the last platform-drivers-x86 fixes pull-request
> for 6.10.
> 
> This contains a single fix for a regression in toshiba_acpi introduced
> in 6.10-rc1.
> 
> Highlights:
>  -  Fix lg-laptop driver not working with 2024 LG laptop models
>  -  Add missing MODULE_DESCRIPTION() macros to various modules
>  -  nvsw-sn2201: Add check for platform_device_add_resources

Ugh, these highlights are from the previous platform-drivers-x86-v6.10-4
pull-request and I forgot to delete them, please ignore.

Regards,
 
Hans




> The following changes since commit 7add1ee34692aabd146b86a8e88abad843ed6659:
> 
>   platform/x86: add missing MODULE_DESCRIPTION() macros (2024-06-24 13:33:20 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.10-5
> 
> for you to fetch changes up to e527a6127223b644e0a27b44f4b16e16eb6c7f0a:
> 
>   platform/x86: toshiba_acpi: Fix quickstart quirk handling (2024-07-02 16:01:45 +0200)
> 
> ----------------------------------------------------------------
> platform-drivers-x86 for v6.10-5
> 
> Highlights:
>  -  Fix regression in toshiba_acpi introduced in 6.10-rc1
> 
> The following is an automated git shortlog grouped by driver:
> 
> toshiba_acpi:
>  -  Fix quickstart quirk handling
> 
> ----------------------------------------------------------------
> Armin Wolf (1):
>       platform/x86: toshiba_acpi: Fix quickstart quirk handling
> 
>  drivers/platform/x86/toshiba_acpi.c | 31 ++++++++++++++++++-------------
>  1 file changed, 18 insertions(+), 13 deletions(-)
> 


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

* Re: [GIT PULL] platform-drivers-x86 for 6.10-5
  2024-07-04 13:05 [GIT PULL] platform-drivers-x86 for 6.10-5 Hans de Goede
  2024-07-04 13:07 ` Hans de Goede
@ 2024-07-04 19:37 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2024-07-04 19:37 UTC (permalink / raw)
  To: Hans de Goede
  Cc: Linus Torvalds, Linux Kernel Mailing List, platform-driver-x86,
	Ilpo Järvinen, Armin Wolf

The pull request you sent on Thu, 4 Jul 2024 15:05:16 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.10-5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2d19be0952a3dc974e667633946c9ab7643eb082

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-07-04 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-04 13:05 [GIT PULL] platform-drivers-x86 for 6.10-5 Hans de Goede
2024-07-04 13:07 ` Hans de Goede
2024-07-04 19:37 ` pr-tracker-bot

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®