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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7AD15C433FE for ; Mon, 28 Nov 2022 10:02:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230173AbiK1KC5 (ORCPT ); Mon, 28 Nov 2022 05:02:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229795AbiK1KCm (ORCPT ); Mon, 28 Nov 2022 05:02:42 -0500 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 865CB227; Mon, 28 Nov 2022 02:02:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669629761; x=1701165761; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=NhUa7axR7dY8Z8jFaQDCM653suLQTUT/HBlRpKPGoGU=; b=oJTYzB6FbHTEd34lZZwnm0xFob+ZwDA/LOdvNIM/+wfcMAE3upwQ4O5E /SQpJWfpuDge+PWi2UxiMsp0jtlaoZR+UKLrCQhSgpTWu8TvvrrLhW7v3 OUEEm1hR7hlFZ11nRWsunPjisusCYPMifKpLfCfYyv/mF3jvPCxC4Q3X3 eoV3FaBiPTFOpWUMvl40xhFmE+GYeRGvtJboxF1A/rjruMHUcc+u36xpK 5IdcuVMZj472Foh+8xsKfGqI/zxwwNi3Y/qjDmlKWkTrZI/aH9O6ksk5g Oe4WqLM7YVZ3ZORzrR9VY0uB2d/WfrwR/1ydLzIsVNyJi1ghd90L0quf+ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="379051057" X-IronPort-AV: E=Sophos;i="5.96,200,1665471600"; d="scan'208";a="379051057" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Nov 2022 02:02:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="643332351" X-IronPort-AV: E=Sophos;i="5.96,200,1665471600"; d="scan'208";a="643332351" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002.jf.intel.com with ESMTP; 28 Nov 2022 02:02:32 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1ozay6-0014By-1Z; Mon, 28 Nov 2022 12:02:30 +0200 Date: Mon, 28 Nov 2022 12:02:30 +0200 From: Andy Shevchenko To: Michael Walle Cc: William Breathitt Gray , linus.walleij@linaro.org, brgl@bgdev.pl, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, broonie@kernel.org Subject: Re: [PATCH v3 3/9] gpio: 104-dio-48e: Migrate to the regmap-irq API Message-ID: References: <80fc819bcafe9697b6e02c0750d3cf0ea4ec9e1b.1669100542.git.william.gray@linaro.org> <3a23df35a35cdba19eeb10c75b5bca97@walle.cc> <74fb9467d82cc55e74468459984e9090@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <74fb9467d82cc55e74468459984e9090@walle.cc> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 28, 2022 at 10:56:06AM +0100, Michael Walle wrote: > Am 2022-11-28 10:41, schrieb Andy Shevchenko: > > Of course there are drivers that are using it and it's not in > > their ->probe():s > > I was speaking of gpio drivers which use the regmap-irq stuff. I > couldn't find any which are using {devm_,}regmap_add_irq_chip*() > and gpiochip.init_hw(). Ah, that's true. -- With Best Regards, Andy Shevchenko