From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Iles Subject: Re: [PATCH] gpio: dwapb: Add support for next generation of X-Gene SoC Date: Wed, 15 Feb 2017 11:20:01 +0000 Message-ID: <20170215112001.GA30801@page> References: <1485891838-27093-1-git-send-email-hotran@apm.com> <20170213093834.GA16603@page> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Hoan Tran Cc: Jamie Iles , Linus Walleij , Andy Shevchenko , Weike Chen , Alexandre Courbot , Sebastian Andrzej Siewior , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Loc Ho , Duc Dang List-Id: linux-gpio@vger.kernel.org Hi Hoan, On Tue, Feb 14, 2017 at 05:22:09PM -0800, Hoan Tran wrote: > Hi Linus, Jamie and all, > > Do you have any comments on this patch? I think that the CONFIG_ACPI ifdef can be removed to clean it up - acpi_match_device() returns NULL for !CONFIG_ACPI. Other than that, looks good to me. Jamie