mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
On some systems the ACPI tables has wrong pin number and instead of having a relative one it provides an absolute one in the global GPIO number space. Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk to cope with such cases. Fixes:ba8c90c618("gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2") Depends-on:0ea683931a("gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip") Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Mika Westerberg <[email protected]> Acked-by: Linus Walleij <[email protected]>