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 49665C4332F for ; Fri, 18 Nov 2022 11:35:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241697AbiKRLet (ORCPT ); Fri, 18 Nov 2022 06:34:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235084AbiKRLdq (ORCPT ); Fri, 18 Nov 2022 06:33:46 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EB6997345; Fri, 18 Nov 2022 03:33:04 -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 A448FB8232A; Fri, 18 Nov 2022 11:33:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 32FFBC433B5; Fri, 18 Nov 2022 11:32:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668771182; bh=KXjgMIIzjeBW/b+BUU54O+6KKHdrQhBefEjGsi6yglo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uE2t+qiCW5Jj6XFhfraaUREQc9Sqg88sUu+8FEQ+OC4Zgo6HWe4Fb2gp7HXSFdFKF o+Ugfr9d7Fglo05LPcerxu+IFtHv1NZr9BRM/Le+vn3XsMAmDMrsxTm9lwMqb4UqxT FAq+0Fnuz3uNsmRl3VH5M9CrTTVIwQ6AnJjeY81M52Uvb0tvO7354NIGgoaxjMTkM9 lobNB3LE5MRce4rYpAP3woPU0fixQ0+MOSTcOZyfPryU70soN+wMz3I9K3QLcSJ4dN fOyQN5lDhMzGOdF/xFFxG2RWbkfjyMPqRdUfAx9LrNCTa+OhkHpGmwQ0NGYFpViYIJ cKWuendrlk0UQ== Date: Fri, 18 Nov 2022 11:32:56 +0000 From: Conor Dooley To: Hal Feng Cc: linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, Palmer Dabbelt , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Albert Ou , Ben Dooks , Thomas Gleixner , Marc Zyngier , Stephen Boyd , Michael Turquette , Philipp Zabel , Linus Walleij , Emil Renner Berthing , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/8] dt-bindings: interrupt-controller: Add StarFive JH7110 plic Message-ID: References: <20221118011714.70877-1-hal.feng@starfivetech.com> <20221118011714.70877-4-hal.feng@starfivetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221118011714.70877-4-hal.feng@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Reviewed-by: Conor Dooley