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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 69A2CC433DF for ; Mon, 25 May 2020 10:09:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BC6E208A7 for ; Mon, 25 May 2020 10:09:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389554AbgEYKJx (ORCPT ); Mon, 25 May 2020 06:09:53 -0400 Received: from mga17.intel.com ([192.55.52.151]:54391 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389398AbgEYKJx (ORCPT ); Mon, 25 May 2020 06:09:53 -0400 IronPort-SDR: YwMnsldVoelR13YrRc6pw2WzPvl2SEswwwnIQJ08y7+7LS3UKPSBOEDuxQAfSaOigbuUywnz7G +o8wjTLleslA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2020 03:09:49 -0700 IronPort-SDR: UsYmB046x+P4gwRnG3gmNDXFzhBXSNFKte831o4xoMJOtg/LzZh/LreJyWoPg+Xv+GPooOF56f ZLzWQaYKV6Pg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,433,1583222400"; d="scan'208";a="301783605" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga008.jf.intel.com with ESMTP; 25 May 2020 03:09:48 -0700 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1jdA3L-008lWa-Af; Mon, 25 May 2020 13:09:51 +0300 Date: Mon, 25 May 2020 13:09:51 +0300 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Linus Walleij , linux-gpio , Mika Westerberg , linux-acpi@vger.kernel.org Subject: Re: [PATCH v1 4/5] gpio: pca935x: Allow IRQ support for driver built as a module Message-ID: <20200525100951.GM1634618@smile.fi.intel.com> References: <20200520211916.25727-1-andriy.shevchenko@linux.intel.com> <20200520211916.25727-4-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, May 25, 2020 at 11:38:32AM +0200, Bartosz Golaszewski wrote: > śr., 20 maj 2020 o 23:19 Andy Shevchenko > napisał(a): > > > > Perhaps by some historical reasons the IRQ support has been allowed > > only for built-in driver. However, there is nothing prevents us > > to build it as module an use as IRQ chip. > > > > Signed-off-by: Andy Shevchenko > > This may have been a stand-alone patch as well, Yes. > so I went ahead and applied it for next. Thanks! -- With Best Regards, Andy Shevchenko