Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp766442pxv; Thu, 15 Jul 2021 15:44:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw1POUwgGITGdN4duOE6nyZaes5Usy+bs8dYMZyOmiWPf07+dT5WlgOppPfATJDxhm1ugan X-Received: by 2002:a02:c8d0:: with SMTP id q16mr6075593jao.110.1626389064481; Thu, 15 Jul 2021 15:44:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626389064; cv=none; d=google.com; s=arc-20160816; b=hDaUu/Ck2OxUh73KQ/0SM7W07xA7sEgh56Ano9b+X8a405zQT/djV5nF8K8aUX21dw TeQOylR+zTiWunebg7TDVccmw5bJiA2WGWuHJfZQVBR1fIwbisVZdV4mPQ3Ms5Ubw7rn ScO3vPFMtgE+a6urlcsv7+fByFqOHjcbkzRi0NfUnR3ScoWTNOl7nYM0admkSrPqZ6NU pnnS6m9KYHfH0r+V349cW2rH1xZYjnPtuJ7lGLvfL5zpGuBlJ+IanGlDl9kXA6HFodGg q/G4XVFHkr/TSoeuUSGgW8VyrDv5rrS5SdV6yc7a9rsJWpYwTSQF/m5mABE5KQbZUu/s UAXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=DEvkvku1kgOBvTPIqm99S1HtDp9PjhkcVPiKYXtZ6KM=; b=WlLK88elop84wliA01cMasSbvavyoZdmYeR8HcDbK4Z7gKg+DYCFRpazKSbbVjeNau F5xozkxTVlfNefX9vbQWPOlilLoxtuh/t59TFiZoai+RFgYiCyPaoNUeRhweVCwjotJc cl0Iwl7w1/z/p05fFVyWsBkeQsTSZ+GSzA+8MSsPfnypyEvne0UQSq5jSWlyG0N8RlI6 qDN+nHS8xMBpyWd7NaFGDlUHcfZ4V81BBK4uAQOaOzpGOtL3ZarWOuiJ327tOv8VYhZj yHtQkYbwcqEupfIRWPKCMVKoTj9x4iJXNetmFVcXPltNhtKIFEhNDXzEI580qkwPfQGW hABQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f7si6632502jat.42.2021.07.15.15.44.12; Thu, 15 Jul 2021 15:44:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232367AbhGOWp7 (ORCPT + 99 others); Thu, 15 Jul 2021 18:45:59 -0400 Received: from gloria.sntech.de ([185.11.138.130]:53546 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229791AbhGOWpx (ORCPT ); Thu, 15 Jul 2021 18:45:53 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4A4I-0005t7-1w; Fri, 16 Jul 2021 00:42:58 +0200 From: Heiko Stuebner To: Geert Uytterhoeven Cc: Heiko Stuebner , Douglas Anderson , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] soc: rockchip: ROCKCHIP_GRF should not default to y, unconditionally Date: Fri, 16 Jul 2021 00:42:52 +0200 Message-Id: <162638886252.651069.16002951650407635275.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210208143855.418374-1-geert+renesas@glider.be> References: <20210208143855.418374-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 8 Feb 2021 15:38:55 +0100, Geert Uytterhoeven wrote: > Merely enabling CONFIG_COMPILE_TEST should not enable additional code. > To fix this, restrict the automatic enabling of ROCKCHIP_GRF to > ARCH_ROCKCHIP, and ask the user in case of compile-testing. Applied, thanks! [1/1] soc: rockchip: ROCKCHIP_GRF should not default to y, unconditionally commit: 2a1c55d4762dd34a8b0f2e36fb01b7b16b60735b I actually found the old one deep down in my inbox some days ago, so had applied that one already. Hope nothing changed with your RESEND. Best regards, -- Heiko Stuebner