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 7608EC761A6 for ; Sun, 9 Apr 2023 08:58:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229445AbjDII6t (ORCPT ); Sun, 9 Apr 2023 04:58:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbjDII6s (ORCPT ); Sun, 9 Apr 2023 04:58:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6FE2C4C1B; Sun, 9 Apr 2023 01:58:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0E32F601BE; Sun, 9 Apr 2023 08:58:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3D88C433EF; Sun, 9 Apr 2023 08:58:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681030726; bh=ZBQa6HSvHmlOsAAI9bKj5LL7zo5aODnHk6E1IvSRNP8=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=K0psEaAlENTLBDgQSrdsQr1gG0H6zeYuLmcSeimr+6nsHBZe+CVwKbnn/xw9RUzYI YBe20g2aysR7jNr7GHyNpFjPW8F790RovaiMfUMXNkpvaLG7GU3behFGsUzgW3XFRC 28yV0WWfBnTjkAM+crF3WkQwjmkfNQpwwnb3+vtbenDIEfq/eL5qy6TaaqiK4qgykc 0/Qcm1ZontBvazim7p6UQKJKabt+2F+7ro7JxRyOY2sFJ11ReERoZ7qqNpyJ4xDPha cHZK6M1kP90XxDoLPSCvJ+BUVR9xs3Wn0wPnYfN1beensl/9gu//hUSb3lB0cixcd3 lFsbzS/8iYPcA== Date: Sun, 09 Apr 2023 09:58:42 +0100 From: Conor Dooley To: linux-riscv@lists.infradead.org, Christoph Hellwig CC: Conor Dooley , Michael Turquette , Stephen Boyd , Palmer Dabbelt , Paul Walmsley , Lorenzo Pieralisi , =?UTF-8?Q?Krzysztof_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: =?US-ASCII?Q?Re=3A_=5BPATCH_v1_0/4=5D_Convert_SiFive_drive?= =?US-ASCII?Q?rs_from_SOC=5FFOO_dependencies_to_ARCH=5FFOO?= User-Agent: K-9 Mail for Android In-Reply-To: References: <20230406-undertake-stowing-50f45b90413a@spud> Message-ID: <834F56B9-E394-4F7C-97D8-BAA97F03362E@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On 8 April 2023 06:47:59 IST, Christoph Hellwig wrot= e: >On Thu, Apr 06, 2023 at 09:57:46PM +0100, Conor Dooley wrote: >> From: Conor Dooley >>=20 >> 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)=2E > >And this is still the wrong way around=2E This ARCH_ madness must not >spread=2E NAK=2E As I said when you complained last, we asked the arm lads and there was no= interest there in doing things differently & that's just one architecture= =2E Nor was there in adding a SOC_ symbol from some of the people who do more = than one ISA=2E You're welcome to send reverts for my first round of conversions and patch= es converting all the ARCH_ stuff RISC-V has to SOC_=2E I'll happily ack a complete conversion to SOC_=2E I don't care if it is arch or soc, I just want things to be used consisten= tly=2E