]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "gpiolib: acpi: Fix missing info filling"
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 9 Apr 2025 14:54:43 +0000 (17:54 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 May 2025 09:25:23 +0000 (12:25 +0300)
commit44aa9861d89bba204695af1ed7974b2897d23136
tree8188110f6597b0dc74a8f72f39755947ae6d45ce
parent71114cd1d386988bc90dca1d1f1fee5fb23817ad
parent7c010d463372140006bf96985a306d6cbfc6e118
Merge patch series "gpiolib: acpi: Fix missing info filling"

Andy Shevchenko <andriy.shevchenko@linux.intel.com> says:

Kees reported that code, while being refactored, missed the point of
filling the info structure which supplies GPIO flags to the upper layer.
Indeed, without that part the GPIO expander get no IRQ on Intel Edison,
for example. Fix this in this series.

Link: https://lore.kernel.org/r/20250409132942.2550719-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>