gpiolib: acpi: Add a quirk for Asus UM325UAZ
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 3 Aug 2022 04:25:00 +0000 (23:25 -0500)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 5 Sep 2022 10:15:56 +0000 (13:15 +0300)
commit0ea76c401f9245ac209f1b1ce03a7e1fb9de36e5
tree221567bded0bfa4dcdb692be2b6bd35747ab2363
parent6b6af7bd5718f4e45a9b930533aec1158387d552
gpiolib: acpi: Add a quirk for Asus UM325UAZ

Asus UM325UAZ has GPIO 18 programmed as both an interrupt and a wake
source, but confirmed with internal team on this design this pin is
floating and shouldn't have been programmed. This causes lots of
spurious IRQs on the system and horrendous battery life.

Add a quirk to ignore attempts to program this pin on this system.

Reported-by: Pavel Krc <reg.krn@pkrc.net>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216208
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpiolib-acpi.c