From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id ED7242940D; Fri, 9 Aug 2024 18:15:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723227339; cv=none; b=RiBhtrEZz57+CKbplK0ZOkGsh7d9RmuKKImRUseTn/X5UL1iqdK30dXRBkT/eRVBxwk9UYGce1RnRJe48eK1SNnowEBubGf1/bHgfwxw9fJ3dG0DNuVxubIf96iueKnxyUOC0vubbZLgVXwlVnRM3hmGEKVtXcf1HfaFWW+LKfM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723227339; c=relaxed/simple; bh=DkIXjXMgQ2h07LfBy7/0VFM/IS/1mPxjxgWjjpNWjN0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kFE3xKsusQqHI4aMaBzRUKu4pEWWMvHU3hOpk8ObpC87H3Kibaqrn9xkDGKp451eAHjkf8zNMH89mDtPV5FTG8hMejkfcv6py299K/wtVn4GySfLkIeLe3TPVnwKe5+URtOXWfN3DybdRhBO20QMYfkMklnZ0YbFE/6gKz/au4k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MR1X+5yB; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MR1X+5yB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AF74C32782; Fri, 9 Aug 2024 18:15:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723227338; bh=DkIXjXMgQ2h07LfBy7/0VFM/IS/1mPxjxgWjjpNWjN0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MR1X+5yBrVzw/2nz4GlMf1V6E4gE7fxoO2XGRiXRrOAuUhV6qeBbyKQaWkc+Kgajg BXN+XH1/lJhEwmFp3XzqEqRyCR1Amd06zB89gm0eRqQkRyNb15RmFvGEWDeZMTsvEV C9koFvqzCCWgRmG/RkCXDLU2K+M3QHgTwA7RVydwVRJgZ0IyNrEMrFYO0Sxc7L12WK r/Vg6shac1/0N7FkLv1g5Y3B+eO613m7bG3h+Ehn8HDDVoROmp3RVGz1dMN5k4X/fH o1wU3EfU58F5VIQ1aDA4dekfX0qj+Vbkz1Nf+oRY17CMt+poRUh8oVEz37gK/VGaVP VqpBVMFQEasQg== Date: Fri, 9 Aug 2024 12:15:36 -0600 From: Rob Herring To: Jesse Taube Cc: linux-riscv@lists.infradead.org, Jonathan Corbet , Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley , Krzysztof Kozlowski , =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= , Evan Green , Andrew Jones , Charlie Jenkins , Xiao Wang , Andy Chiu , Eric Biggers , Greentime Hu , =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , Heiko Stuebner , Costa Shulyupin , Andrew Morton , Baoquan He , Anup Patel , Zong Li , Sami Tolvanen , Ben Dooks , Alexandre Ghiti , "Gustavo A. R. Silva" , Erick Archer , Joel Granados , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Conor Dooley Subject: Re: [PATCH 2/2] dt-bindings: riscv: Add Zicclsm ISA extension description. Message-ID: <20240809181536.GA976083-robh@kernel.org> References: <20240809162240.1842373-1-jesse@rivosinc.com> <20240809162240.1842373-3-jesse@rivosinc.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240809162240.1842373-3-jesse@rivosinc.com> On Fri, Aug 09, 2024 at 12:22:40PM -0400, Jesse Taube wrote: > Add description for Zicclsm ISA extension. > > Signed-off-by: Jesse Taube > Acked-by: Conor Dooley > --- > V1 -> V2: > - New patch > V2 -> V3: > - No changes > V3 -> V4: > - No changes > V4 -> V5: > - No changes > V5 -> V6: > - No changes > V6 -> V7: > - No changes > V7 -> V8: > - Rebase onto 2d1f51d8a4b0 (palmer/for-next) Please also put the version in the subject. '-vN' is the git-send-email option to do it for you. Rob