mbox series

[GIT,PULL] platform-drivers-x86 for 6.10-5

Message ID 1cf4578a-3499-47e2-85de-03887de1f05f@redhat.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.10-5 | expand

Pull-request

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

Message

Hans de Goede July 4, 2024, 1:05 p.m. UTC
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(-)

Comments

Hans de Goede July 4, 2024, 1:07 p.m. UTC | #1
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(-)
>
pr-tracker-bot@kernel.org July 4, 2024, 7:37 p.m. UTC | #2
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!