Skip to content

Commit 9edfde6

Browse files
committed
Merge patch series "gpiolib: acpi: Split quirks to its own file"
Andy Shevchenko <[email protected]> says: The GPIO ACPI helpers use a few quirks which consumes approximately 20% of the file. Besides that the necessary bits are sparse and being directly referred. Split them to a separate file. There is no functional change. For the new file I used the Hans' authorship of Hans as he the author of all those bits (expect very tiny changes made by this series). Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Andy Shevchenko <[email protected]>
2 parents 44aa986 + 92dc572 commit 9edfde6

File tree

4 files changed

+392
-331
lines changed

4 files changed

+392
-331
lines changed

drivers/gpio/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ obj-$(CONFIG_OF_GPIO) += gpiolib-of.o
1010
obj-$(CONFIG_GPIO_CDEV) += gpiolib-cdev.o
1111
obj-$(CONFIG_GPIO_SYSFS) += gpiolib-sysfs.o
1212
obj-$(CONFIG_GPIO_ACPI) += gpiolib-acpi.o
13+
gpiolib-acpi-y := gpiolib-acpi-core.o gpiolib-acpi-quirks.o
1314
obj-$(CONFIG_GPIOLIB) += gpiolib-swnode.o
1415

1516
# Device drivers. Generally keep list sorted alphabetically

0 commit comments

Comments
 (0)