From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2 5/8] gpio: gpio-wcove: use first level PMIC GPIO irq Date: Mon, 24 Apr 2017 15:17:34 +0200 Message-ID: References: <0e4d82ca9cdc41c9d2a8b45258cd72659b4c2063.1492210847.git.sathyanarayanan.kuppuswamy@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-io0-f176.google.com ([209.85.223.176]:35363 "EHLO mail-io0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1170849AbdDXNRg (ORCPT ); Mon, 24 Apr 2017 09:17:36 -0400 Received: by mail-io0-f176.google.com with SMTP id r16so185964866ioi.2 for ; Mon, 24 Apr 2017 06:17:36 -0700 (PDT) In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Kuppuswamy Sathyanarayanan Cc: Alexandre Courbot , Eduardo Valentin , Darren Hart , Zhang Rui , Lee Jones , andy@infradead.org, "linux-gpio@vger.kernel.org" , "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , platform-driver-x86 , sathyaosid@gmail.com On Sat, Apr 15, 2017 at 1:25 AM, wrote: > From: Kuppuswamy Sathyanarayanan > > PMIC mfd driver only exports first level irq for GPIO device. > But currently we are reading the irqs from the second level irq > chip, So this patch fixes this issue by adding support to use > first level PMIC GPIO irq. > > Signed-off-by: Kuppuswamy Sathyanarayanan Acked-by: Linus Walleij I guess this gets merged into MFD because of dependencies? If it compiles on its own and doesn't cause regressions I can merged it into the GPIO tree. Yours, Linus Walleij