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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4529BC77B70 for ; Sat, 8 Apr 2023 05:48:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229561AbjDHFsO (ORCPT ); Sat, 8 Apr 2023 01:48:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbjDHFsN (ORCPT ); Sat, 8 Apr 2023 01:48:13 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C046C6580; Fri, 7 Apr 2023 22:48:12 -0700 (PDT) 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=0jyxWvhRi8PsR9ZNOz5sQyf1hJj8kmeSWr0G1CjZyag=; b=hrtG831MRckNOfGuWmZUnF0T06 j+/uMcvlA6pRytvBL3j020Iuv2WYOWdAYUfbcfWz7nUEz+mi3uzbkIRD1ADPK7Rjcx88/eB92b+zU uxQqwJBxlwZlhvIDBSSoR65epwn1mpKK/4/gxkid6QvWBVN9gVs8e9KPmY3IkTfqyvAl4XVdetwCc /6Ryv9Jlu9LxwgGJcAppeJ/ubv8X1RrUIgngyOP9kuBMYcFQxwREK6alwLh5HvLroNTQBavmAHVWv +kgwi0n+b7+6mSVNLmoVF9kosTirjAkoEK9cM6nt9iXTrs7J3mQZrl6JqwKiHUQzJnLrpx3ZrV6Tj aLoJJyXQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pl1Qd-00Bn87-2S; Sat, 08 Apr 2023 05:47:59 +0000 Date: Fri, 7 Apr 2023 22:47:59 -0700 From: Christoph Hellwig To: Conor Dooley Cc: linux-riscv@lists.infradead.org, Conor Dooley , Michael Turquette , Stephen Boyd , Palmer Dabbelt , Paul Walmsley , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Bjorn Helgaas , Greg Kroah-Hartman , Jiri Slaby , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH v1 0/4] Convert SiFive drivers from SOC_FOO dependencies to ARCH_FOO Message-ID: References: <20230406-undertake-stowing-50f45b90413a@spud> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230406-undertake-stowing-50f45b90413a@spud> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, Apr 06, 2023 at 09:57:46PM +0100, Conor Dooley wrote: > From: Conor Dooley > > RISC-V's SOC_FOO symbols for micro-archs are going away, and being > replaced with the more common ARCH_FOO pattern that is used by other > archs (and by vendors with a history outside of RISC-V). And this is still the wrong way around. This ARCH_ madness must not spread. NAK.