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 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.lore.kernel.org (Postfix) with ESMTPS id 5327BC4332F for ; Fri, 16 Dec 2022 07:03:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 0A2EEC433F1; Fri, 16 Dec 2022 07:03:29 +0000 (UTC) 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.kernel.org (Postfix) with ESMTPS id A1CE3C433EF; Fri, 16 Dec 2022 07:03:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org A1CE3C433EF Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=sfRWcakOzCImKuQ31GpyrKZZTEYpbr5TcvcIzBDp8iw=; b=y9IxiA19i+69W6+byTUlrSQv/D LmJsPsaswZRO+zL1k1S4sZS4yTvpf/2aAA3+sm6hOPmydQx+hG/M0IhDB+tt1bLYrYIjXSTiKqrvZ xqv2b3hr246ftg5sBr18Utmj+C1bb7HtIR2M92epTca1MQ6aW+VxWedt0Kv6MpCUCMUoTLzIkLGoy 6NKYqktWcPR8b4ebW2isFepCJ9axKMeMWYgacikrIJD1xLkVFGXxww6PjzUU4sTnkUnu9sevp+vQe 4rxs2lAZr9TnTMBB3NtvBhU5wv2otvSAbrvoGrtnvVC/j3evPnZv53rbN3Dnjyj1aFuyHkT+gRzx2 SvCTlhxA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1p64kE-00DIki-Kq; Fri, 16 Dec 2022 07:02:58 +0000 Date: Thu, 15 Dec 2022 23:02:58 -0800 From: Christoph Hellwig To: Palmer Dabbelt List-Id: Cc: geert@linux-m68k.org, Christoph Hellwig , soc@kernel.org, Conor Dooley , prabhakar.csengg@gmail.com, Arnd Bergmann , Paul Walmsley , aou@eecs.berkeley.edu, magnus.damm@gmail.com, heiko@sntech.de, Conor Dooley , samuel@sholland.org, guoren@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, jszhang@kernel.org, Atish Patra , apatel@ventanamicro.com, ajones@ventanamicro.com, nathan@kernel.org, philipp.tomsich@vrull.eu, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, biju.das.jz@bp.renesas.com, prabhakar.mahadev-lad.rj@bp.renesas.com Subject: Re: [PATCH v5 6/6] soc: renesas: Add L2 cache management for RZ/Five SoC Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Thu, Dec 15, 2022 at 01:40:30PM -0800, Palmer Dabbelt wrote: > Given that we already moved the SiFive one out it seems sane to just start > with the rest in drivers/soc/$VENDOR. Looks like it was Christoph's idea to > do the move, so I'm adding him in case he's got an opinion (and also the SOC > alias, as that seems generally relevant). Well, it isn't an integral architecture feature, so it doesn't really beloing into arch. Even the irqchip and timer drivers that are more less architectural are in drivers/ as they aren't really core architecture code.