From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FA8DC433DF for ; Tue, 21 Jul 2020 15:58:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75F8220720 for ; Tue, 21 Jul 2020 15:58:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726892AbgGUP6q (ORCPT ); Tue, 21 Jul 2020 11:58:46 -0400 Received: from mga14.intel.com ([192.55.52.115]:23106 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726890AbgGUP6p (ORCPT ); Tue, 21 Jul 2020 11:58:45 -0400 IronPort-SDR: fJCZ38urUyjpTpem0cz4CJBgzdhjRCV82+DoT1YA7mF/54iMco/+0FKcAZLRBsMzATFM6tf85T eMSe6DUAz3Sw== X-IronPort-AV: E=McAfee;i="6000,8403,9689"; a="149316820" X-IronPort-AV: E=Sophos;i="5.75,379,1589266800"; d="scan'208";a="149316820" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2020 08:58:45 -0700 IronPort-SDR: w5PuxhDyzTCD+GZ+497S8EZ5UswyPaBEaMYJCJoqdKrEVn33pcKao6r3Y1CCqCaW0vlIRMutu9 iWUxW4/yphhw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,379,1589266800"; d="scan'208";a="271754571" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga008.fm.intel.com with ESMTP; 21 Jul 2020 08:58:44 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1jxufE-0035yA-7a; Tue, 21 Jul 2020 18:58:44 +0300 Date: Tue, 21 Jul 2020 18:58:44 +0300 From: Andy Shevchenko To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Bartosz Golaszewski , Kuppuswamy Sathyanarayanan , Hans de Goede Subject: Re: [PATCH v2] gpio: crystalcove: Use irqchip template Message-ID: <20200721155844.GO3703480@smile.fi.intel.com> References: <20200721140153.369171-1-linus.walleij@linaro.org> <20200721153936.GL3703480@smile.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200721153936.GL3703480@smile.fi.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Jul 21, 2020 at 06:39:36PM +0300, Andy Shevchenko wrote: > On Tue, Jul 21, 2020 at 04:01:53PM +0200, Linus Walleij wrote: > > This makes the driver use the irqchip template to assign > > properties to the gpio_irq_chip instead of using the > > explicit calls to gpiochip_irqchip_add_nested() and > > gpiochip_set_nested_irqchip(). The irqchip is instead > > added while adding the gpiochip. > > Took this version instead. > > I dunno if Hans can come with some comments / testing results, I would like to > send a PR today or tomorrow. Same for wcove patch. -- With Best Regards, Andy Shevchenko