]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "gpiolib: acpi: Split quirks to its own file"
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 15 May 2025 10:11:28 +0000 (13:11 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 May 2025 09:25:24 +0000 (12:25 +0300)
commit9edfde64eefdb1bd4f5c7e09ac983db3b3379270
tree7e9cb257164181bf4c2c4cce00979f91de9b0e9d
parent44aa9861d89bba204695af1ed7974b2897d23136
parent92dc572852ddcae687590cb159189004d58e382e
Merge patch series "gpiolib: acpi: Split quirks to its own file"

Andy Shevchenko <andriy.shevchenko@linux.intel.com> 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/20250513100514.2492545-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>