From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752174AbcDUL4q (ORCPT ); Thu, 21 Apr 2016 07:56:46 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:63924 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752046AbcDUL4o (ORCPT ); Thu, 21 Apr 2016 07:56:44 -0400 Reply-To: Subject: Re: [PATCH v9 0/3] gpio: dwapb: add gpio-signaled acpi event support for power button References: <1461136429-85114-1-git-send-email-qiujiang@huawei.com> To: Alan Tull , Andy Shevchenko CC: Linus Walleij , Alexandre Courbot , Mika Westerberg , Jamie Iles , , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "linux-acpi@vger.kernel.org" , From: Jiang Qiu Message-ID: <5718BCDD.5020205@huawei.com> Date: Thu, 21 Apr 2016 19:43:25 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.74.160.152] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090202.5718BCFF.0043,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: 5ad3c1f4b027e473d6c761e9b454ee2b Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2016/4/21 0:10, Alan Tull 写道: > On Wed, Apr 20, 2016 at 8:06 AM, Andy Shevchenko > wrote: >> On Wed, Apr 20, 2016 at 10:13 AM, Jiang Qiu wrote: >>> This patchset adds gpio-signaled acpi events support for power button on hisilicon >>> D02 board. >>> >>> The three patches respectively: >>> - remove name from dwapb_port_property >>> - convert device node to fwnode >>> - 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 v8 -> v9: >>> - fixed a low-level compile warning >> >> Please, don't send updates to often. You see, now I noticed one more >> thing you have to address. >> Usually the time between fixup series is something like 24h. Thus, >> waiting for v10 at least tomorrow or even next week. >> >> Linus, for my point of view next version should be fine and final. The >> current code is in a good shape already. > > Reviewed, tested v9, looks good. > > Alan Tull > Alan, Thanks a lot. :) > >> >>> >>> Changes v7 -> v8: >>> - fixed few minors >>> >>> Changes v6 -> v7: >>> - add patch1 by Alan's suggestion >>> >>> Changes v5 -> v6: >>> - merge patch 2~3 to one patch >>> - small fixed from Alan's suggestion >>> - fixed subject title reference commit history >>> >>> 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 >>> >>> Jiang Qiu (3): >>> gpio: dwapb: remove name from dwapb_port_property >>> gpio: dwapb: convert device node to fwnode >>> gpio: dwapb: add gpio-signaled acpi event support >>> >>> drivers/gpio/gpio-dwapb.c | 78 +++++++++++++++++++------------- >>> drivers/mfd/intel_quark_i2c_gpio.c | 3 +- >>> include/linux/platform_data/gpio-dwapb.h | 3 +- >>> 3 files changed, 48 insertions(+), 36 deletions(-) >>> >>> -- >>> 1.9.1 >>> >> >> >> >> -- >> With Best Regards, >> Andy Shevchenko > > . >