Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751391AbcCIC0V (ORCPT ); Tue, 8 Mar 2016 21:26:21 -0500 Received: from mail-ob0-f177.google.com ([209.85.214.177]:34214 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750900AbcCIC0M (ORCPT ); Tue, 8 Mar 2016 21:26:12 -0500 MIME-Version: 1.0 In-Reply-To: <1457077474-124064-1-git-send-email-qiujiang@huawei.com> References: <1457077474-124064-1-git-send-email-qiujiang@huawei.com> Date: Wed, 9 Mar 2016 09:26:10 +0700 Message-ID: Subject: Re: [PATCH v5 0/3] "gpio: designware: add gpio-signaled acpi event support for power button" From: Linus Walleij To: qiujiang , Jamie Iles , Alan Tull Cc: Alexandre Courbot , Mika Westerberg , Andy Shevchenko , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , ACPI Devel Maling List , linuxarm@huawei.com, haifeng.wei@huawei.com, charles.chenxin@huawei.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1216 Lines: 40 On Fri, Mar 4, 2016 at 2:44 PM, qiujiang wrote: > 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 I noticed that the original driver authors Jamie and Alan have not been properly CC:ed on this patch. Jamie, Alan: can you look at this and ACK it if you like what you see? Yours, Linus Walleij