This patchset adds gpio-signaled acpi events support for power button on hisilicon D02 board.
The two patches respectively: - switch device node to fwnode - adds gpio-signaled acpi events support for power button This patchset is based on https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git branch "devel" Changes v2 -> v3 - fixed the build error reported by Kbuild test robot Changes v1 -> v2: - rebase to branch "devel" of Linus Walleij's repository - split in two patch as suggested by Andy S - add Mika's ACKs qiujiang (2): gpio: designware: switch device node to fwnode gpio: designware: add gpio-signaled acpi events support for power button drivers/gpio/gpio-dwapb.c | 66 ++++++++++++++++++++------------ drivers/mfd/intel_quark_i2c_gpio.c | 2 +- include/linux/platform_data/gpio-dwapb.h | 2 +- 3 files changed, 43 insertions(+), 27 deletions(-) -- 1.9.1