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 3500BC636CC for ; Thu, 16 Feb 2023 10:48:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230103AbjBPKsd (ORCPT ); Thu, 16 Feb 2023 05:48:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229970AbjBPKsc (ORCPT ); Thu, 16 Feb 2023 05:48:32 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B587E552A9; Thu, 16 Feb 2023 02:48:09 -0800 (PST) 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 6554361F77; Thu, 16 Feb 2023 10:47:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C37A4C433EF; Thu, 16 Feb 2023 10:47:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676544466; bh=qPKJcQ81NdgJ9mjdld2jyisKDD9+D95sDN9DG7hmjx0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DszsnKa9tf0u7K5ayygNV3MPjUNrLLUSycmWGZhwOkCQQ4NU+FuzhI8jekTi3ANNB fus/TC1hPty7mv4ToYwocMe8jIOX7YxQalBcxi4AfwsNXPfR+SqGoXx3hJJVnXRWCU WHKnLHdX4otGbV9Qh/z/mcru/K2rWe/ze+AHxZ9djovLcly/rUbYSeWXY9yzhqBdKY YQDl9s/8fF37sJHLLaAON2vBZXyL0H8IGm3kt3pLCmMrJi4vX08ZUWd23/Hh85Cpnl ZCuNXLxJPKHGieKddQrO1fsC8XLaMPK0oQ/FmqPPL52mWpsy3F+333wJtE0V2uwcGP xs6dAcaBcCDIw== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.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 1pSbnk-00ArRW-Bg; Thu, 16 Feb 2023 10:47:44 +0000 Date: Thu, 16 Feb 2023 10:47:43 +0000 Message-ID: <86pma9yjhs.wl-maz@kernel.org> From: Marc Zyngier To: Linus Walleij Cc: Mun Yew Tham , Bartosz Golaszewski , Joel Stanley , Andrew Jeffery , Alban Bedel , Orson Zhai , Baolin Wang , Chunyan Zhang , Jay Fang , Daniel Palmer , Romain Perier , Grygorii Strashko , Santosh Shilimkar , Kevin Hilman , William Breathitt Gray , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-omap@vger.kernel.org, Janusz Krzysztofik , Arnd Bergmann , Tony Lindgren Subject: Re: [PATCH 00/17] Mass convert GPIO IRQ chips to be immutable In-Reply-To: <20230215-immutable-chips-v1-0-51a8f224a5d0@linaro.org> References: <20230215-immutable-chips-v1-0-51a8f224a5d0@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/28.2 (aarch64-unknown-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: 185.219.108.64 X-SA-Exim-Rcpt-To: linus.walleij@linaro.org, mun.yew.tham@intel.com, brgl@bgdev.pl, joel@jms.id.au, andrew@aj.id.au, albeu@free.fr, orsonzhai@gmail.com, baolin.wang@linux.alibaba.com, zhang.lyra@gmail.com, f.fangjian@huawei.com, daniel@thingy.jp, romain.perier@gmail.com, grygorii.strashko@ti.com, ssantosh@kernel.org, khilman@kernel.org, william.gray@linaro.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-omap@vger.kernel.org, jmkrzyszt@gmail.com, arnd@arndb.de, tony@atomide.com 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-kernel@vger.kernel.org On Thu, 16 Feb 2023 09:37:01 +0000, Linus Walleij wrote: > > We are getting tired of these irq_chips not getting converted > to be immutable, so I just take out the big hammer and fix > some that I deem not too complex as best I can. Thanks for taking the hit on this one. I had a cursory look, and they seem fine overall. only the omap one looks a bit scary, but I take it that Tony can give that one a go before it gets merged. FWIW: Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.