Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758719AbcCDHjI (ORCPT ); Fri, 4 Mar 2016 02:39:08 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:8679 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367AbcCDHjD (ORCPT ); Fri, 4 Mar 2016 02:39:03 -0500 From: qiujiang To: , CC: , , , , , , , , qiujiang Subject: [PATCH v5 0/3] "gpio: designware: add gpio-signaled acpi event support for power button" Date: Fri, 4 Mar 2016 15:44:31 +0800 Message-ID: <1457077474-124064-1-git-send-email-qiujiang@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.71.200.31] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020204.56D93B8F.0198,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 853b781823a6757919a3af578ae40863 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 39 This patchset adds gpio-signaled acpi events support for power button on hisilicon D02 board. The three patches respectively: - convert device node to fwnode - add acpi binding - add gpio-signaled acpi event support This patchset is based on https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git branch "devel" Changes v4 -> v5: - split into three patchs - add Andy's ACKs Changes v3 -> v4: - re-organize this two patchs by Andy's suggestion 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 (3): gpio: designware: convert device node to fwnode gpio: designware: add acpi binding gpio: designware: add gpio-signaled acpi event support drivers/gpio/gpio-dwapb.c | 69 ++++++++++++++++++++------------ drivers/mfd/intel_quark_i2c_gpio.c | 2 +- include/linux/platform_data/gpio-dwapb.h | 2 +- 3 files changed, 46 insertions(+), 27 deletions(-) -- 1.9.1