From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4102F2116F6 for ; Tue, 13 Jan 2026 18:36:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768329413; cv=none; b=gPFA4OMcFisUFyasSNlhCOA0keV1x696VtUlrxbAnvH9Kv2R3xQXSJxFRaloFxcM31Yah9mzS+LbCmTOwrwaoCUQb/HLtuExMQy1mSKML0cuDOMxjbLl6TBfkpU943EFlHpBHTOBByLIxXdwM3hEL0I3G2wgCOZ25fH4UXVmG8c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768329413; c=relaxed/simple; bh=5o64jzLNmm+fK1WcPrf+sUCSX3J8yKYpbX3g1B0iTus=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ZrjbwaUyHe3AO7EslYF5hq7K0OCHXNnTzwADdeQOE+iulx6JvXiAslgsYX6o55Wz5SFbzvSirlxKa1Y+x15E8B/Ukpcmyh6sXDzvgTSphwLF7CEhWAE1Mx/Y0Aod2U410O0aZBJtERX8zee3lEgwwN0Fm3qApahk7hWQYa9u1Ks= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V9DS/lCJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="V9DS/lCJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCAACC116C6; Tue, 13 Jan 2026 18:36:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768329412; bh=5o64jzLNmm+fK1WcPrf+sUCSX3J8yKYpbX3g1B0iTus=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=V9DS/lCJbyrluL+BEQ1t2c3Vr1p5TdcWhcyQxXZ7+DsSm7mTJjixvUv7nSTozveVK Zt8vZDC4flZyxY9AlaaKWMlmIFCBRR+8Jaq0b6bePgD7qaz+F9IzZL9wx7H+SvIjar zVye0wz04zJDLdZXy+H7GeIclh8vir4kdzVfGNFgOa1bFYScJSYWDlEXzrkoGnTJse CfzdngXiE/T6Ugrb1k+vHup6J5qTkXS3sDnPss6iQLtJH7abF6PwpE/5DrIvay5RFE mtwD9LP352npMHOQRVsnjLxlVM0VYV+Drd2KY8g88POBEQZAnIQNhkz/8Cbf/24Flk 0HiBQQLl2iKYA== From: Thomas Gleixner To: Vladimir Oltean , Ioana Ciornei , Alexander Stein Cc: Ulf Hansson , Geert Uytterhoeven , Johan Hovold , "Rafael J. Wysocki" , "Rob Herring (Arm)" , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] irqchip: convert ls-extirq to a platform driver In-Reply-To: References: <20251205155735.2366732-1-ioana.ciornei@nxp.com> Date: Tue, 13 Jan 2026 19:36:48 +0100 Message-ID: <87y0m1iclb.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, Jan 13 2026 at 17:33, Vladimir Oltean wrote: > On Fri, 5 Dec 2025 at 17:58, Ioana Ciornei wrote: > > I agree with Thomas' comments on patch 1 that the commit message is telling us > the conclusion without telling us what the problem is. > > However, between this solution and Alexander's, this is clearly preferable, > because it does not break device trees. I'm fine with that, though the extra cleanups Alexander did are nice... > I think this patch set has stalled possibly due to the holiday season, but my > understanding that a v2 is due with an updated commit message and nothing else, > correct? Yes. I've marked it "wait for update" and that's the state since Dec. 5th. Thanks, tglx