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 C3B83C369AB for ; Sun, 27 Apr 2025 06:24:42 +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-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-Id:Subject:References:In-Reply-To:Cc: To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0n2EFs/KgCVeSIsa6tmglIpKDu5v1e2qWMuiP7g4DDA=; b=0pbhijsUavHW0lx96kV0YdtXNV 20kiwa6RdpnzVX5HB4lF4jlkK05Xeyd1I4P6owTLLRq8X7TzpyTcwBALcukjDLUq8cI8h/IPmZc81 8zzMMHSWoft2IL80FILWj0K1/dq63FMDS1DqLvszzwCXUaPz5+zXNp6otvBNyYY0G+OuoQwfSOkC6 tTjmyjNK5eVFeKzW16icA9JqBdC1/MQ2Wj6/WThmgjzC377RjBjOCS3LiNyXZW1TODfER8cnrUZ76 m21ZoBZ3CR1z0cWrSKL7xsZHqvGGCDYtkn690K0N4eheS0IAOxoFJZ8AsWoNME5NJ9pC2f+t2iXN+ 74dKpcAg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u8vRJ-00000002yaq-4B5s; Sun, 27 Apr 2025 06:24:33 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1u8vPM-00000002yNn-3F0q; Sun, 27 Apr 2025 06:22:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 5B6785C53A1; Sun, 27 Apr 2025 06:20:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AF02C4CEE3; Sun, 27 Apr 2025 06:22:31 +0000 (UTC) Received: from wens.tw (localhost [127.0.0.1]) by wens.tw (Postfix) with ESMTP id B822D5F71D; Sun, 27 Apr 2025 14:22:28 +0800 (CST) From: Chen-Yu Tsai To: Neil Armstrong , Jerome Brunet , Michael Turquette , Stephen Boyd , Kevin Hilman , Martin Blumenstingl , Maxime Coquelin , Alexandre Torgue , Jernej Skrabec , Samuel Holland , =?utf-8?q?Emilio_L=C3=B3pez?= , Krzysztof Kozlowski Cc: linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-sunxi@lists.linux.dev In-Reply-To: <20250404-kconfig-defaults-clk-v1-0-4d2df5603332@linaro.org> References: <20250404-kconfig-defaults-clk-v1-0-4d2df5603332@linaro.org> Subject: Re: (subset) [PATCH 0/5] clk: Do not enable by default during compile testing Message-Id: <174573494872.940990.8317443409308272836.b4-ty@csie.org> Date: Sun, 27 Apr 2025 14:22:28 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.14.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250426_232232_860356_CFDB1ECA X-CRM114-Status: UNSURE ( 6.24 ) X-CRM114-Notice: Please train this message. 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 Fri, 04 Apr 2025 13:56:56 +0200, Krzysztof Kozlowski wrote: > Enabling the compile test should not cause automatic enabling of all > drivers. > > No dependencies, can be picked by individual maintainers. > > Best regards, > Krzysztof > > [...] Applied to clk-for-6.16 in git@github.com:linux-sunxi/linux-sunxi.git, thanks! [4/5] clk: sunxi-ng: Do not enable by default during compile testing commit: 115bd1f1ec2b6b7f925752a85dd43e9909757f9a [5/5] clk: sunxi: Do not enable by default during compile testing commit: f06a610cb17468a3098be1e401c4b29623b99d0a Best regards, -- Chen-Yu Tsai