2023-05-19 15:34:32

by Rafael J. Wysocki

[permalink] [raw]
Subject: [GIT PULL] ACPI fix for v6.4-rc3

Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.4-rc3

with top-most commit 71a485624c4cbb144169852d7bb8ca8c0667d7a3

ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P

on top of commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6

Linux 6.4-rc2

to receive an ACPI fix for 6.4-rc3.

This adds an ACPI IRQ override quirk for LG UltraPC 17U70P so as to
make the internal keyboard work on that machine (Rubén Gómez).

Thanks!


---------------

Rubén Gómez (1):
ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P

---------------

drivers/acpi/resource.c | 12 ++++++++++++
1 file changed, 12 insertions(+)


2023-05-19 18:50:22

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] ACPI fix for v6.4-rc3

On Fri, May 19, 2023 at 8:28 AM Rafael J. Wysocki <[email protected]> wrote:
>
> This adds an ACPI IRQ override quirk for LG UltraPC 17U70P so as to
> make the internal keyboard work on that machine (Rubén Gómez).

I've pulled this, but those overrides are just odd. How does Windows
work on those machines?

This feels like we're missing something...

Linus

2023-05-19 19:05:08

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] ACPI fix for v6.4-rc3

The pull request you sent on Fri, 19 May 2023 17:28:24 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi-6.4-rc3

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

Thank you!

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

2023-05-20 06:23:50

by Thorsten Leemhuis

[permalink] [raw]
Subject: Re: [GIT PULL] ACPI fix for v6.4-rc3

On 19.05.23 20:43, Linus Torvalds wrote:
> On Fri, May 19, 2023 at 8:28 AM Rafael J. Wysocki <[email protected]> wrote:
>>
>> This adds an ACPI IRQ override quirk for LG UltraPC 17U70P so as to
>> make the internal keyboard work on that machine (Rubén Gómez).
>
> I've pulled this, but those overrides are just odd. How does Windows
> work on those machines?
>
> This feels like we're missing something...

FWIW, as this is related and some of you might not be aware of it:

That question recently came up[1] for the AMD Ryzen based machines that
recently needed overrides like that one. Mario looked into this and a
solution for them is in the works[2].

[1]
https://lore.kernel.org/all/[email protected]/

[2]
https://lore.kernel.org/all/[email protected]/

Ciao, Thorsten