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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 99EFBC5DF85 for ; Wed, 19 Aug 2026 16:21:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MsGBwTm9o3kf7hxWC58G1WHK/BNj7ffEVjFOrzql5G8=; b=dLr6aKV/Sfi/3xXCmnmPVA1uW5 zGwpuWTBdBqYUK8yMKrpb/FT/Sx6pQ8ZnT7KXzlmgLka2BQR3NG+882JY/VsFRqyHUql3LYaQXUcA D9uljFLuNYVY552ypYLpyAaFHFFQdYwxOsvaZzRkdddiGr7sQ4leQzabFIM6v9jAU63y3V4Fz7gKZ uqivSzHjYPajjNVtY11Wy79yjon/7SXzggc9eAfkCuBECxrbPr2VDfnoL9yDwMZOVOCR8D4WvM/OS eq4Y8txgxJwsuIWO0d8BUhwNSPbdCpdCLVn3Nkqu7mf55faAtDbaK1Yt9LEhljw9CcUFl4U9ABewS rdRPX0Jw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wwj29-0000000AADJ-2rjc; Wed, 19 Aug 2026 16:20:57 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wwj28-0000000AADD-0pPo for linux-arm-kernel@lists.infradead.org; Wed, 19 Aug 2026 16:20:56 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id A3CED40121; Wed, 19 Aug 2026 16:20:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D35F41F000E9; Wed, 19 Aug 2026 16:20:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787156455; bh=MsGBwTm9o3kf7hxWC58G1WHK/BNj7ffEVjFOrzql5G8=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=AXqxzT+IJvnwd1TZIiaBizG7IzEdNs4yuIGDAoWVzpvEnxbOYlEAvNp5QOmw+hNuf Vq82/OnWiNnZOwQqjXrnmr6cYsFePJBHBMA5SrMvy/pQ/dyov0n7VxE6q3ca1z3d6/ seur1Jg6vALNvCslmHNS0YmBaLuVdptOTiRnzu6v3cb/qD9Q9BW2okPp19Gv6Jn/Lz rJWdzOaeI4whB8HW6+MIzTq0JM7b+BTwzTuivGqu/e/Am5rJHgsyBqIz5RkwqnmivI QLcANehBcPiDp6TmdmgqwR8pyQcK5GOG7Sc7XGmDOp4lskLn1/oK6VQKpr0SuO3cn/ ZySqH/9xEk4ag== From: Thomas Gleixner To: Zhipeng.wang_1@oss.nxp.com, Marc Zyngier , Frank Li Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Jindong Yue , xuegang.liu@nxp.com, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/5] irqchip/imx-irqsteer: Allow building as module In-Reply-To: <20260819090543.585131-1-Zhipeng.wang_1@oss.nxp.com> References: <20260819090543.585131-1-Zhipeng.wang_1@oss.nxp.com> Date: Wed, 19 Aug 2026 18:20:52 +0200 Message-ID: <87zeyijd3v.ffs@fw13> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Aug 19 2026 at 18:05, Zhipeng wrote: > From: Zhipeng Wang > > This series makes the i.MX IRQSTEER driver buildable as a module. Before I look at the patches themself I'm really puzzled by this ongoing 'fix' irqsteer frenzy. There are three different series/patches each addressing one particular problem. What's worse is that this one and the one from Fabio are conflicting. Can you folks please stop bombarding me with this stuff every couple of days and work together and consolidate everything which is related to fixing this mess into _ONE_ coherent patch set? Thanks, tglx