From patchwork Wed Nov 30 18:04:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 629703 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 5B0C2C4321E for ; Wed, 30 Nov 2022 18:04:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229472AbiK3SE6 (ORCPT ); Wed, 30 Nov 2022 13:04:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229747AbiK3SE5 (ORCPT ); Wed, 30 Nov 2022 13:04:57 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F7FD748F6; Wed, 30 Nov 2022 10:04:56 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 264A0B81C8A; Wed, 30 Nov 2022 18:04:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25DABC433C1; Wed, 30 Nov 2022 18:04:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669831493; bh=gbEP0d3/Dzbwbi8UXaAA6LqakazFzwGDxZhVIwGTAwA=; h=From:To:Cc:Subject:Date:From; b=gdRcWit9svEV1OMGEO104lxJKfZsPqZUsRQnWrIU5xchUhe2lTQeqHINsRIKgD6eq anYmi1nDmX2AD8kxTWdfF/KNz9mGe4KMUlHYg4fEYo7xmhbU0yKhdJTMm9i8azTy2A P9KB9PuW45tFhours+KC7ZoVqz1AP2Ou7C/bpMStDXCc2AQ/YBalUn6isD5Ixi09mq Uv+rc+R2tp1ZG5HgpJj8tHnd3qtKk8ks4CzAXilJbXVyQm1PHzswrhD26Vs82awLz5 G3y4C4rx0dAt6NeSFq1x5rQEEI/jq1L0ESfAMYNmTomqmK7JJ4FimzCJdApsMbh/rw QEqYPdHcKdPog== From: Conor Dooley To: Palmer Dabbelt , linux-riscv@lists.infradead.org Cc: Conor Dooley , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Albert Ou , Heiko Stuebner , Andrew Jones , Guo Ren , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] riscv,isa fixups Date: Wed, 30 Nov 2022 18:04:21 +0000 Message-Id: <20221130180422.1642652-1-conor@kernel.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Conor Dooley I noticed ~today~ while looking at the isa manual that I had not accounted for another couple of edge cases with my regex. As before, I think attempting to validate the canonical order for multiletter stuff makes no sense - but we should totally try to avoid false-positives for combinations that are known to be valid. All I've changed here for v2 is collecting tags & adding in the missing commit reference that Heiko pointed out. @Palmer, either you can take this once the DT folks have ACKed it if you like, or I will take onto some v6.2-rcN fixes branch. I don't think that there is any urgency :) Thanks, Conor. CC: Conor Dooley CC: Rob Herring CC: Krzysztof Kozlowski CC: Paul Walmsley CC: Palmer Dabbelt CC: Albert Ou CC: Heiko Stuebner CC: Andrew Jones CC: Guo Ren CC: linux-riscv@lists.infradead.org CC: devicetree@vger.kernel.org CC: linux-kernel@vger.kernel.org Conor Dooley (2): dt-bindings: riscv: fix underscore requirement for addtional standard extensions dt-bindings: riscv: fix single letter canonical order Documentation/devicetree/bindings/riscv/cpus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)