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 364D0C54EE9 for ; Fri, 16 Sep 2022 07:54:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229510AbiIPHyF (ORCPT ); Fri, 16 Sep 2022 03:54:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229963AbiIPHyD (ORCPT ); Fri, 16 Sep 2022 03:54:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2D442CDD0 for ; Fri, 16 Sep 2022 00:54:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 94267628AF for ; Fri, 16 Sep 2022 07:54:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01C01C433D6; Fri, 16 Sep 2022 07:54:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663314842; bh=gfEcWpN+IxNRyFGyR++eCxMgaXtSjjGKTefimFORjI4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eHx7GQQCazUEMUvCXiVzyYKIbAAPir5k4+omPrhgGUgN5ME1C5rxPFz1aW98absmu 1ewRtc3aFLylGBoFwfpk4c2H7Ymnpn4pyla+Nk4pRnFwpTIiqaJiQdinXqtfgixLpA nXHYrwSBW4xJ6fBLgm83Ll8AiK2aR8YyMzmPtD+T6Badk4uS8YHiQ/o9w1zm+9lySr eF5i5B5+qEOLoQxL93O414D6q6sdwKPbnW7yI2soDEBbHoDmKmsideU7Lsa+p05wyt 4LH0lb1Yznqm6ejpbR664hyMduSu6rmy+Qa8kTeJlB9MdTelCsauk+AYhEqkoYzhVs 8PSKsfJbSFeUA== Received: from [79.140.208.123] (helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oZ6Ah-00AZ5p-MT; Fri, 16 Sep 2022 08:53:59 +0100 Date: Fri, 16 Sep 2022 08:54:00 +0100 Message-ID: <87tu57lppj.wl-maz@kernel.org> From: Marc Zyngier To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH] gpio: ftgpio010: Make irqchip immutable In-Reply-To: <20220915203254.48357-1-linus.walleij@linaro.org> References: <20220915203254.48357-1-linus.walleij@linaro.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 79.140.208.123 X-SA-Exim-Rcpt-To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org, brgl@bgdev.pl X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, 15 Sep 2022 21:32:54 +0100, Linus Walleij wrote: > > This turns the FTGPIO010 irqchip immutable. > > Tested on the D-Link DIR-685. > > Cc: Marc Zyngier > Signed-off-by: Linus Walleij > --- > drivers/gpio/gpio-ftgpio010.c | 22 +++++++++++++--------- > 1 file changed, 13 insertions(+), 9 deletions(-) Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.