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 0E5F1C433F5 for ; Tue, 3 May 2022 17:40:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240537AbiECRoD (ORCPT ); Tue, 3 May 2022 13:44:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240511AbiECRoC (ORCPT ); Tue, 3 May 2022 13:44:02 -0400 Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97E1611C0C; Tue, 3 May 2022 10:40:29 -0700 (PDT) Received: by mail-oi1-f175.google.com with SMTP id l203so18970601oif.0; Tue, 03 May 2022 10:40:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qoyu2sTMESg4xyWBjKxMSuYZd3OmvAhvxfH0DkBJtK0=; b=BncopQxCG/FWJ0PEYB7X1l25Us0NZVuwUQ17jlZ226MgAKjm15ZtasxRbv2zmjUJSD 1+YIKnEnF561bocxKTFqBYhVx1yUfD5Wpp47l8C95xieWH92EPEAc5rJ0SmaDjw+6I8J VtS1JIMn9CJTAo6elUuYafPMNTux5fo8f+omU9wFN7C3zJCgN1Srso75yntBGVUJe6Gm BY1q2T7Xqxg22e6VyrTyawvUBLTq674+4GPfJORZf2Y0KoHI+4PtDcA8vmfW/9LP3Bn+ UgjCfMhmU+t5POFd7My4Uw7QLWTNt7LwUB7i16v1sQP7m9+pfMqrVeTkjIkEzdP6gXUx jGpw== X-Gm-Message-State: AOAM530HBd8tjW+GiTG0OQFR+Ib51ulO/maEgmmXcVtKAzyUCHTk40bK MfrXdAeIfA/noscjHMO0ZpY0xSIjEQ== X-Google-Smtp-Source: ABdhPJwdz8WTbNEhzhGb2YtZdptYxkUd1i7wKWNLjSrQ3e4byko6SaixzbMHb0gNpqAJpkQZUTtAJg== X-Received: by 2002:a05:6808:124f:b0:321:855d:5b19 with SMTP id o15-20020a056808124f00b00321855d5b19mr2428682oiv.30.1651599628940; Tue, 03 May 2022 10:40:28 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id q21-20020a0568080a9500b00326293fa389sm1157361oij.44.2022.05.03.10.40.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 May 2022 10:40:28 -0700 (PDT) Received: (nullmailer pid 3932169 invoked by uid 1000); Tue, 03 May 2022 17:40:27 -0000 Date: Tue, 3 May 2022 12:40:27 -0500 From: Rob Herring To: nick.hawkins@hpe.com Cc: joel@jms.id.au, arnd@arndb.de, devicetree@vger.kernel.org, nick@hpe.com, Rob Herring , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , verdun@hpe.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 6/8] dt-bindings: arm: hpe: add GXP Support Message-ID: References: <20220502204050.88316-1-nick.hawkins@hpe.com> <20220502204050.88316-6-nick.hawkins@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220502204050.88316-6-nick.hawkins@hpe.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 02 May 2022 15:40:48 -0500, nick.hawkins@hpe.com wrote: > From: Nick Hawkins > > Add support for HPE GXP. The GXP is based on the cortex a9 processor and > supports arm7. > > Signed-off-by: Nick Hawkins > > --- > v6: > * Changed subject to match others in log. > * Changed the commit description. > * Changed the title in the .yaml from HPE BMC GXP SoC Driver to HPE BMC > GXP platforms. > * Added the oneOf attribute > * Fixed commit description to be close to 75 characters per line > v5: > * Fix version log > v4: > * Removed gxp.yaml > * Created hpe,gxp.yaml based on reviewer input > v3: > * Created gxp.yaml > v2: > * No change > --- > .../devicetree/bindings/arm/hpe,gxp.yaml | 27 +++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/hpe,gxp.yaml > Reviewed-by: Rob Herring 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D7A1EC433F5 for ; Tue, 3 May 2022 17:41:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4ENPU3gMz3+7ujLZF/GB8zb91f2bmd4MWSoRVO1qrao=; b=AfAETaIF0rHDmT X5rXBHlWIjto4i+z7VCsrLtnjaGs8ydxalRk6GiplPbj5BiJUclLWW1V/A0O3qdlzKK1D9HMa2QY7 /Cywl/4CPoSQTp7mztlEo5c7IQDCQGE+XEIYElrmFrc32QuE3HQReLRRK77JCTzQ2U5L6aw/UdBZv ENHkiR1rtYZE2Ex65QHt2EJczELFgruRk0NQrmr7o2aMFSKGGLcO+lGlV+LCOH5k2vu4nzFvnrb28 wkuP+BWcLoA3TGG6Q69JS1coZtAyNb1szk/hJj4gvUiM7SuHc9yK3IMvHuaeSFP4Dp7b58M9XGVKl q1F8kyxYnSFVl780d4EA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlwVn-0073qv-A4; Tue, 03 May 2022 17:40:35 +0000 Received: from mail-oi1-f176.google.com ([209.85.167.176]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlwVk-0073pu-Ej for linux-arm-kernel@lists.infradead.org; Tue, 03 May 2022 17:40:33 +0000 Received: by mail-oi1-f176.google.com with SMTP id e189so18892080oia.8 for ; Tue, 03 May 2022 10:40:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qoyu2sTMESg4xyWBjKxMSuYZd3OmvAhvxfH0DkBJtK0=; b=6sLz2zKBlwA2pI90DMPdlhaJCcqstU1FfOShLX43FUIFEJ0J3BfuLo/GE2dUKKznYC Pcd4bxWqbO6vBP3PwM7z6g6A1j9LYF0V2xCQzWXC1/n6WAHp89PnWQbQgToRsQPHztrB kbelFuYeTiNW0oGqTTU6pVxcmyQGp7Cap98iszfv1jv0leJH6sZ1nzjS4XiJcN4YNDEz sWVmErT3eaWjgFKCh6bEhuE9vTjhRp7Ft7o4AD33SxqKxNeGESXSxkJCC1bw8kAwOiZ4 WKn95gsEHBH3fYybpYoTFyLl9pKCM6Yyqn9v2o3EBxJeN8N5l7Fj2/ZUb8mFTyTef7A1 FgVA== X-Gm-Message-State: AOAM532G5mvefIVsgDnFHyrrUKkP66rJ6k+TLXoAmcodVlYLUF9YsWFk EC4Ch5u9MO2wSag/IgIJSQ== X-Google-Smtp-Source: ABdhPJwdz8WTbNEhzhGb2YtZdptYxkUd1i7wKWNLjSrQ3e4byko6SaixzbMHb0gNpqAJpkQZUTtAJg== X-Received: by 2002:a05:6808:124f:b0:321:855d:5b19 with SMTP id o15-20020a056808124f00b00321855d5b19mr2428682oiv.30.1651599628940; Tue, 03 May 2022 10:40:28 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id q21-20020a0568080a9500b00326293fa389sm1157361oij.44.2022.05.03.10.40.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 May 2022 10:40:28 -0700 (PDT) Received: (nullmailer pid 3932169 invoked by uid 1000); Tue, 03 May 2022 17:40:27 -0000 Date: Tue, 3 May 2022 12:40:27 -0500 From: Rob Herring To: nick.hawkins@hpe.com Cc: joel@jms.id.au, arnd@arndb.de, devicetree@vger.kernel.org, nick@hpe.com, Rob Herring , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , verdun@hpe.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 6/8] dt-bindings: arm: hpe: add GXP Support Message-ID: References: <20220502204050.88316-1-nick.hawkins@hpe.com> <20220502204050.88316-6-nick.hawkins@hpe.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220502204050.88316-6-nick.hawkins@hpe.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220503_104032_518149_EBA1BA64 X-CRM114-Status: GOOD ( 13.76 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 02 May 2022 15:40:48 -0500, nick.hawkins@hpe.com wrote: > From: Nick Hawkins > > Add support for HPE GXP. The GXP is based on the cortex a9 processor and > supports arm7. > > Signed-off-by: Nick Hawkins > > --- > v6: > * Changed subject to match others in log. > * Changed the commit description. > * Changed the title in the .yaml from HPE BMC GXP SoC Driver to HPE BMC > GXP platforms. > * Added the oneOf attribute > * Fixed commit description to be close to 75 characters per line > v5: > * Fix version log > v4: > * Removed gxp.yaml > * Created hpe,gxp.yaml based on reviewer input > v3: > * Created gxp.yaml > v2: > * No change > --- > .../devicetree/bindings/arm/hpe,gxp.yaml | 27 +++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/hpe,gxp.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel