From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1170919AbdDXNTm (ORCPT ); Mon, 24 Apr 2017 09:19:42 -0400 Received: from mail-io0-f172.google.com ([209.85.223.172]:35363 "EHLO mail-io0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1170845AbdDXNRg (ORCPT ); Mon, 24 Apr 2017 09:17:36 -0400 MIME-Version: 1.0 In-Reply-To: References: <0e4d82ca9cdc41c9d2a8b45258cd72659b4c2063.1492210847.git.sathyanarayanan.kuppuswamy@linux.intel.com> From: Linus Walleij Date: Mon, 24 Apr 2017 15:17:34 +0200 Message-ID: Subject: Re: [PATCH v2 5/8] gpio: gpio-wcove: use first level PMIC GPIO irq 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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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