From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH v2 5/8] gpio: gpio-wcove: use first level PMIC GPIO irq Date: Wed, 26 Apr 2017 18:40:55 +0300 Message-ID: References: <0e4d82ca9cdc41c9d2a8b45258cd72659b4c2063.1492210847.git.sathyanarayanan.kuppuswamy@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: platform-driver-x86-owner@vger.kernel.org To: Linus Walleij Cc: Kuppuswamy Sathyanarayanan , Alexandre Courbot , Eduardo Valentin , Darren Hart , Zhang Rui , Lee Jones , Andy Shevchenko , "linux-gpio@vger.kernel.org" , "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , platform-driver-x86 , Sathyanarayanan Kuppuswamy Natarajan List-Id: linux-gpio@vger.kernel.org On Mon, Apr 24, 2017 at 4:17 PM, Linus Walleij wrote: > 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? Yes. > If it compiles on its own and doesn't cause regressions I can > merged it into the GPIO tree. I guess it will break something if put it separately. -- With Best Regards, Andy Shevchenko From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936715AbdDZPoD (ORCPT ); Wed, 26 Apr 2017 11:44:03 -0400 Received: from mail-qk0-f196.google.com ([209.85.220.196]:34155 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S640427AbdDZPk5 (ORCPT ); Wed, 26 Apr 2017 11:40:57 -0400 MIME-Version: 1.0 In-Reply-To: References: <0e4d82ca9cdc41c9d2a8b45258cd72659b4c2063.1492210847.git.sathyanarayanan.kuppuswamy@linux.intel.com> From: Andy Shevchenko Date: Wed, 26 Apr 2017 18:40:55 +0300 Message-ID: Subject: Re: [PATCH v2 5/8] gpio: gpio-wcove: use first level PMIC GPIO irq To: Linus Walleij Cc: Kuppuswamy Sathyanarayanan , Alexandre Courbot , Eduardo Valentin , Darren Hart , Zhang Rui , Lee Jones , Andy Shevchenko , "linux-gpio@vger.kernel.org" , "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , platform-driver-x86 , Sathyanarayanan Kuppuswamy Natarajan 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 Mon, Apr 24, 2017 at 4:17 PM, Linus Walleij wrote: > 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? Yes. > If it compiles on its own and doesn't cause regressions I can > merged it into the GPIO tree. I guess it will break something if put it separately. -- With Best Regards, Andy Shevchenko