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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 3209CC433E0 for ; Thu, 11 Mar 2021 10:57:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CAD2F64FC3 for ; Thu, 11 Mar 2021 10:57:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232326AbhCKK5F (ORCPT ); Thu, 11 Mar 2021 05:57:05 -0500 Received: from mga09.intel.com ([134.134.136.24]:12909 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232349AbhCKK4y (ORCPT ); Thu, 11 Mar 2021 05:56:54 -0500 IronPort-SDR: dyFnvM5/RCqe6Ojvj0BoaplBtttKoriBjQp9Nf4YmctSwH5L3r+QIBa9EP2kIkKfTf2LS3aqtv 0Aa4hCTzSNOA== X-IronPort-AV: E=McAfee;i="6000,8403,9919"; a="188746727" X-IronPort-AV: E=Sophos;i="5.81,240,1610438400"; d="scan'208";a="188746727" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2021 02:56:53 -0800 IronPort-SDR: w1koGQl49zidT8+B5C2zg7sqXrdTN5ZtvAQkKV451pyGewyHi9U2zvOgfCt+l6ayWpdFNll3TO sXRyENlWn37Q== X-IronPort-AV: E=Sophos;i="5.81,240,1610438400"; d="scan'208";a="386977414" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2021 02:56:50 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lKIzn-00BYkk-Db; Thu, 11 Mar 2021 12:56:47 +0200 Date: Thu, 11 Mar 2021 12:56:47 +0200 From: Andy Shevchenko To: Linus Walleij Cc: Mika Westerberg , Linux Doc Mailing List , "linux-kernel@vger.kernel.org" , "open list:GPIO SUBSYSTEM" , ACPI Devel Maling List , Marc Zyngier , Jonathan Corbet , Bartosz Golaszewski , Thomas Gleixner , "Rafael J. Wysocki" Subject: Re: [PATCH v3 1/5] irqdomain: Introduce irq_domain_create_simple() API Message-ID: References: <20210304201253.14652-1-andriy.shevchenko@linux.intel.com> <20210304201253.14652-2-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Thu, Mar 11, 2021 at 12:15:29AM +0100, Linus Walleij wrote: > On Thu, Mar 4, 2021 at 9:13 PM Andy Shevchenko > wrote: > > > Linus Walleij pointed out that ird_domain_add_simple() gained > > additional functionality and can't be anymore replaced with > > a simple conditional. In preparation to upgrade GPIO library > > to use fwnode, introduce irq_domain_create_simple() API which is > > functional equivalent to the existing irq_domain_add_simple(), > > but takes a pointer to the struct fwnode_handle as a parameter. > > > > While at it, amend documentation to mention irq_domain_create_*() > > functions where it makes sense. > > > > Signed-off-by: Andy Shevchenko > > Reviewed-by: Linus Walleij Thanks! It's v6 now :-) -- With Best Regards, Andy Shevchenko