Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp935514ybj; Thu, 7 May 2020 10:53:09 -0700 (PDT) X-Google-Smtp-Source: APiQypKwDNmKNf5eEhZ1ZpUC1wtLaKBPtI/E+QMBXAp5ui7iDXX6QtjJiYoTEY1ZMSo0AplzNdVG X-Received: by 2002:a17:906:138c:: with SMTP id f12mr13556427ejc.35.1588873988942; Thu, 07 May 2020 10:53:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588873988; cv=none; d=google.com; s=arc-20160816; b=f6anhUJgpXfQvITTc3ehVs0XgNxM+BPNwS5TXdCmMFguBFln3D4GRga0CSxhfT1KRe VSgTWu52LB4q/PTOQFW8UHyhvzg62nR3p7ViC5vff5MtHKjw3q+z5pfYn4rIc/kxAsiY GHJEPVOZLjNc4nv1wYyOp/QL7+n9PhhFtuh4OPYS5XNjxnE2N3kfCYPI1BUtVtKZAP6c sBZWD098At6K5iIziYvdXRjFDydkvUh2FIa/SfH+ce11EZx47Q+mZv2QZj+HooZtVRkF zWCDdFQCTIJ9wFNCyvevj6k5287t3Ask3cTqDFpRkKH1BkifgQlO7iiOIKtbyn5LuqzZ m8nA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=sovuNvbBn32U/JYWfH6XGCCzBGwIggBUnflYkmH+wKU=; b=r+BH04rldfIxaS6OP+JS8ZNaTAePODiGEnFU5sqM3dOAHi5nmzom2GW53i9Qah9xiA tcYEq1FJlwTURLZEL3Z35Pyk8vKyR2c7vP795wTsBQs2smPsTvulytnGbymHRrsfSWRc V/6lphGDLHuL5yrH+Yz0SXn5jQjvfzSixlw2CNlLSCcSTI/o9rsBt0SRQvOf37bt1Zi6 uNKD/lmAc5ZGdNzFwtu/Nsbxipm8/CDkyTxmfRk/GSWuFjmX8Cklhhir7noFg4zQWHAs vK72wU2D2q3HKg168Di7EUhjJNP6qlEVqylQ2pYnWu89o5sAnt+LGNCca9TBNR8+1wMJ trkQ== 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 m4si3564719ejc.0.2020.05.07.10.52.45; Thu, 07 May 2020 10:53:08 -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 S1728068AbgEGRtT (ORCPT + 99 others); Thu, 7 May 2020 13:49:19 -0400 Received: from muru.com ([72.249.23.125]:53478 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726470AbgEGRtT (ORCPT ); Thu, 7 May 2020 13:49:19 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 0AC7080CD; Thu, 7 May 2020 17:50:06 +0000 (UTC) Date: Thu, 7 May 2020 10:49:15 -0700 From: Tony Lindgren To: Geert Uytterhoeven Cc: soc@kernel.org, Arnd Bergmann , Kevin Hilman , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH v2 12/15] ARM: omap2plus: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0 Message-ID: <20200507174915.GV37466@atomide.com> References: <20200505150722.1575-1-geert+renesas@glider.be> <20200505150722.1575-13-geert+renesas@glider.be> <20200505182618.GQ37466@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200505182618.GQ37466@atomide.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [200505 18:27]: > * Geert Uytterhoeven [200505 08:08]: > > Support for TI AM43x SoCs depends on ARCH_MULTI_V7, which selects > > ARCH_MULTI_V6_V7. > > As the latter selects MIGHT_HAVE_CACHE_L2X0, there is no need for > > SOC_AM43XX to select MIGHT_HAVE_CACHE_L2X0. > > > > Signed-off-by: Geert Uytterhoeven > > Cc: Tony Lindgren > > Cc: linux-omap@vger.kernel.org > > Acked-by: Arnd Bergmann > > Acked-by: Tony Lindgren > > --- > > v2: > > - Add Acked-by. > > I'll queue this into omap-for-v5.8/soc tomorrow assuming nobody else > has it already applied. OK applying int omap-for-v5.8/soc thanks. Tony