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 66B04256C84; Mon, 9 Mar 2026 09:27:54 +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=1773048474; cv=none; b=pvDghBaTcHiK7vMrNRlBGR59CQlUTbA084BL1KTVaG5poQCZJQMOrYnylGwOvruSMbGKL6E146A2Px8PtrFXzvh6+hE8kYnTGRvrjur8VT8V7m6yf5aM68LUoOh7a1CgbgHW7/ufGZtkCM3VN4fAwrpYY2zf7B0BaTzyWxbls04= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773048474; c=relaxed/simple; bh=vAyN1hj0U3Oa8JbuK8YxYaCody3qygBNDhbFwrsgF+c=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=tQ8zgjKR6KoWac991AA/6iqqoVUtmMtV/dRMxbHFonzWn9cKeFmoNHKA7HMfIBl/4QB3gztr3ncUNcKCn204icLkcfWvzldX6bRsimEYr7CN0579I950hykhkAAn4eeSndXMUT3t6TVQF+XCsC0HCDgNmnSeg7Pn6zNfSbAfq3I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PdN77l2H; 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="PdN77l2H" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D684C4CEF7; Mon, 9 Mar 2026 09:27:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773048473; bh=vAyN1hj0U3Oa8JbuK8YxYaCody3qygBNDhbFwrsgF+c=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=PdN77l2HC78giLy4naVWy4l7pSbJ3kswsoXn1F3iFmq1OOE+aFxy8+9tgJmnzBzUF 3J7PsFzbuPa9CYNftnaqQaMIiIgFuASprrS76B+tfo2tXSYpUxCEp3s1FlVL8cAkOq mf/wAKvIm8tznWxSAGeQdCANsNAC0XstEXZLYU3jrpzR9o8cicqI6hz5pk9bJ6Dekh VGAUdWcYb3FhTj8jpVGpUenFrYkIrH64f1ROjaCIJwiIoTYXwVXgGmgNX3zQnipSUN qW3yfiS4APQsaJ4gjduYxnmc2JDoHHGNIapfrBM56e/WPiIE646XQepfLZbeorRFUg Esi3Nss/7o/Mg== From: Thomas Gleixner To: Ciprian Costea , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ulf Hansson , Frank Li , Sascha Hauer , Fabio Estevam , Haibo Chen , Adrian Hunter , Shawn Guo , Lucas Stach Cc: Pengutronix Kernel Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, s32@nxp.com, Christophe Lizzi , Alberto Ruiz , Enric Balletbo , Eric Chanudet , Ciprian Marian Costea Subject: Re: [PATCH v4 6/8] irqchip: add ARCH_S32 dependency to Kconfig In-Reply-To: <20260306161555.9000-7-ciprianmarian.costea@oss.nxp.com> References: <20260306161555.9000-1-ciprianmarian.costea@oss.nxp.com> <20260306161555.9000-7-ciprianmarian.costea@oss.nxp.com> Date: Mon, 09 Mar 2026 10:27:50 +0100 Message-ID: <87h5qps67d.ffs@tglx> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Fri, Mar 06 2026 at 17:15, Ciprian Costea wrote: That subject line is useless. It says that it adds a random dependency to Kconfig, which tells nothing. Subject lines have to be descriptive and useful on their own w/o the need to decode them through the actual change log. Just fold this change into the previous patch which adds the ARCH_S32 support into the driver. Thanks, tglx