Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp1574582iog; Sat, 25 Jun 2022 13:08:11 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vehkPbcIGiz8Md+aQk6lgHE7KgXCxswXeclquYKlQiJO5NEXUrrVzU/A/EYzTAn27REzI1 X-Received: by 2002:a17:902:f706:b0:16a:d2e:8647 with SMTP id h6-20020a170902f70600b0016a0d2e8647mr5998570plo.95.1656187691258; Sat, 25 Jun 2022 13:08:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1656187691; cv=none; d=google.com; s=arc-20160816; b=bJlZkW/xacfrfFz6FwQ0dxSwYvBRZ201WnPWXGGLUcnYCFxJDUF1us2ZEw41RJ4Kmw 09fercVwfYSUzz/1Urf4AhrPY976YHebyKw8s3tQhmiJw/nGHST+1ySiiMJWQ5+/+u5s O8IwfdSB/P2tH4LXk3Ke60/AvFVDX5Ga7w/8FMW+9YRKGj/wng5F9P38KO1+DstnuBxt 1RHPqNVSp4JUuDGJ2GLIq8X+0mVSuOYKNX7Pk/r2YEseAzPvxnTtvkvK4ACgwj3wgdrb hoQrKaOzzm8s4D7TXoPT4/gk3YyW2G6j1LCzZQTKJkHrQ8KFbrk9SVzMero5g07GOILv 6EPA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=0dhgMuZRm6IcEbhrboWI9K2zjTYf7nf0bFlqwCOrUSk=; b=UGjqRY9IF4CPPYLGdg6s4JtfstBwHkd+PdRGaEeAHil2s2Wo+9lY0jyoovat6P6ImG I+med/8VrGBYBALUxZmgnrJxqm+fLvkIZ535JY6tb0GbCGmfBmJeP3zrBHYUvhDcnxa3 AsR0O2SYadO/pIUF9UeqXtnuq9QARuCKYupWOeqV/vconE02j5cD1qvoPm+mCl3E55zG bN18YZWyogcCAPNgiqo5xZuxjxn91r0L/lSv2KNtC0veNzqysANqUCHIpxrYgjQX+r1m bgG+lDno/Pu6xv7xct7gEAUMsvWUfVjhpaGIUR8KgP4wf3j4m7ES/VyIewgwbuf5lncx hNIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=renesas.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id t186-20020a6381c3000000b004019a45b5easi6820065pgd.747.2022.06.25.13.07.59; Sat, 25 Jun 2022 13:08:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=renesas.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233469AbiFYUGz (ORCPT + 99 others); Sat, 25 Jun 2022 16:06:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233461AbiFYUGy (ORCPT ); Sat, 25 Jun 2022 16:06:54 -0400 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4E659140CE; Sat, 25 Jun 2022 13:06:52 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.92,222,1650898800"; d="scan'208";a="124103642" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 26 Jun 2022 05:06:52 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id C4462400DB74; Sun, 26 Jun 2022 05:06:47 +0900 (JST) From: Lad Prabhakar To: Marc Zyngier , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven , Linus Walleij , Bartosz Golaszewski , Philipp Zabel , linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Prabhakar , Biju Das , Lad Prabhakar Subject: [PATCH v6 3/5] gpio: gpiolib: Allow free() callback to be overridden Date: Sat, 25 Jun 2022 21:05:58 +0100 Message-Id: <20220625200600.7582-4-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220625200600.7582-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20220625200600.7582-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Allow free() callback to be overridden from irq_domain_ops for hierarchical chips. This allows drivers to free up resources which are allocated during child_to_parent_hwirq()/populate_parent_alloc_arg() callbacks. On Renesas RZ/G2L platform a bitmap is maintained for TINT slots, a slot is allocated in child_to_parent_hwirq() callback which is freed up in free callback hence this override. Signed-off-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven --- drivers/gpio/gpiolib.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index 9535f48e18d1..48bf29f52b14 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c @@ -1181,15 +1181,18 @@ static void gpiochip_hierarchy_setup_domain_ops(struct irq_domain_ops *ops) ops->activate = gpiochip_irq_domain_activate; ops->deactivate = gpiochip_irq_domain_deactivate; ops->alloc = gpiochip_hierarchy_irq_domain_alloc; - ops->free = irq_domain_free_irqs_common; /* - * We only allow overriding the translate() function for + * We only allow overriding the translate() and free() functions for * hierarchical chips, and this should only be done if the user - * really need something other than 1:1 translation. + * really need something other than 1:1 translation for translate() + * callback and free if user wants to free up any resources which + * were allocated during callbacks, for example populate_parent_alloc_arg. */ if (!ops->translate) ops->translate = gpiochip_hierarchy_irq_domain_translate; + if (!ops->free) + ops->free = irq_domain_free_irqs_common; } static int gpiochip_hierarchy_add_domain(struct gpio_chip *gc) -- 2.25.1