]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gpiolib: acpi: Move quirks to a separate file
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 31 Dec 2025 14:32:15 +0000 (09:32 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jan 2026 09:15:00 +0000 (10:15 +0100)
commitb2023685b2de4437f39e6af8d0cd524747384a53
treec2c01e3d6867bf400610d6fcee300e2d5d8fb2fd
parent134d014bc64fba75885586294c832397a10c9785
gpiolib: acpi: Move quirks to a separate file

[ Upstream commit 92dc572852ddcae687590cb159189004d58e382e ]

The gpiolib-acpi.c is huge enough even without DMI quirks.
Move them to a separate file for a better maintenance.

No functional change intended.

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Stable-dep-of: 2d967310c49e ("gpiolib: acpi: Add quirk for Dell Precision 7780")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpio/Makefile
drivers/gpio/gpiolib-acpi-core.c [moved from drivers/gpio/gpiolib-acpi.c with 79% similarity]
drivers/gpio/gpiolib-acpi-quirks.c [new file with mode: 0644]