From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Fri, 16 Jul 2021 11:34:43 -0600 Subject: [PATCH v5 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver In-Reply-To: <20210713060031.31568-2-quan@os.amperecomputing.com> References: <20210713060031.31568-1-quan@os.amperecomputing.com> <20210713060031.31568-2-quan@os.amperecomputing.com> Message-ID: <20210716173443.GA3643583@robh.at.kernel.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, 13 Jul 2021 13:00:28 +0700, Quan Nguyen wrote: > Adds device tree bindings for SMPro MFD driver found on the Mt.Jade > hardware reference platform with Ampere's Altra Processor family. > > The SMpro co-processor on Ampere Altra processor family is to monitor > and report various data included hwmon-related info, RAS errors, and > other miscellaneous information. > > Signed-off-by: Quan Nguyen > --- > Changes in v5: > + Dropped ../bindings/hwmon/ampere,ac01-hwmon.yaml file [Quan] > + Removed patternProperties section and child DT nodes in example > section [Quan] > + Revised commit message [Quan] > > Changes in v4: > + Revised the commit message to clarify how the specific info will > be handled commented by Rob. > > Changes in v3: > + Supported list of compatible string [Rob] > + Introduced reg property in DT to specify reg offset [Rob] > + Updated description and other minor changes in yaml file [Rob] > > Changes in v2: > + Changed "ampere,ac01-smpro" to "ampere,smpro" [Quan] > > .../devicetree/bindings/mfd/ampere,smpro.yaml | 52 +++++++++++++++++++ > 1 file changed, 52 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/ampere,smpro.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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78607C636CA for ; Fri, 16 Jul 2021 17:34:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 607D0613FB for ; Fri, 16 Jul 2021 17:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231503AbhGPRhp (ORCPT ); Fri, 16 Jul 2021 13:37:45 -0400 Received: from mail-il1-f176.google.com ([209.85.166.176]:45807 "EHLO mail-il1-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231485AbhGPRho (ORCPT ); Fri, 16 Jul 2021 13:37:44 -0400 Received: by mail-il1-f176.google.com with SMTP id b6so8966382iln.12; Fri, 16 Jul 2021 10:34:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=iPb7ckziK4kV9zNM6d9iK4b7roci6qqd+Gv92I6XJVU=; b=tbgB/gC3RvWJ50XEdAA9hml3skG0957cBgZybHREB4YZJ2GKKGdna5KQdhvgb9jXi9 DzP37qkyWMIPvHTlatMcibFcg4Ky2FEm//RYsnLRaTMX5jhT/JKW0HiuzT/FsA+5lstq s2lSqWmxBcfSvGvo6uXHhLVDCSfthy1akfNt96B/QVcoJvnMWt6VS+Z/gIDp1fIn2BQT 6eXWyK15KuDsr86/wApAXTIX+37gSk0lvCdIVb3YCPLEpRZ/62lt7YJw4arJGG85A7Ur CIiji1FGN5M4UtPjDYPlEOmMagQzmMBvXTkfoAmGxzspMkRNzdULINEn4pwnJqHV5T3f zbEA== X-Gm-Message-State: AOAM531C9xp3VmOso4yru1dhtIf4F/zi3HkxZkGtSJMLdJvL+t1EX/j7 GGpJm9NAHlF5ZbdTWrUay4LjWkqw0g== X-Google-Smtp-Source: ABdhPJyKVjf0100xt5UQ7F9dhFRP/lQhHl+nq9gAbSXPcH5nkSAeXz19sGCDD/0YQ2ZJLRqjQla1Qw== X-Received: by 2002:a92:c504:: with SMTP id r4mr7106583ilg.131.1626456888668; Fri, 16 Jul 2021 10:34:48 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id a11sm5100043ilf.79.2021.07.16.10.34.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Jul 2021 10:34:47 -0700 (PDT) Received: (nullmailer pid 3643640 invoked by uid 1000); Fri, 16 Jul 2021 17:34:43 -0000 Date: Fri, 16 Jul 2021 11:34:43 -0600 From: Rob Herring To: Quan Nguyen Cc: Jean Delvare , linux-kernel@vger.kernel.org, Guenter Roeck , Joel Stanley , Rob Herring , Andrew Jeffery , Open Source Submission , "Thang Q . Nguyen" , openbmc@lists.ozlabs.org, linux-hwmon@vger.kernel.org, Lee Jones , devicetree@vger.kernel.org, Phong Vo , linux-doc@vger.kernel.org, linux-aspeed@lists.ozlabs.org, Jonathan Corbet Subject: Re: [PATCH v5 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver Message-ID: <20210716173443.GA3643583@robh.at.kernel.org> References: <20210713060031.31568-1-quan@os.amperecomputing.com> <20210713060031.31568-2-quan@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210713060031.31568-2-quan@os.amperecomputing.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, 13 Jul 2021 13:00:28 +0700, Quan Nguyen wrote: > Adds device tree bindings for SMPro MFD driver found on the Mt.Jade > hardware reference platform with Ampere's Altra Processor family. > > The SMpro co-processor on Ampere Altra processor family is to monitor > and report various data included hwmon-related info, RAS errors, and > other miscellaneous information. > > Signed-off-by: Quan Nguyen > --- > Changes in v5: > + Dropped ../bindings/hwmon/ampere,ac01-hwmon.yaml file [Quan] > + Removed patternProperties section and child DT nodes in example > section [Quan] > + Revised commit message [Quan] > > Changes in v4: > + Revised the commit message to clarify how the specific info will > be handled commented by Rob. > > Changes in v3: > + Supported list of compatible string [Rob] > + Introduced reg property in DT to specify reg offset [Rob] > + Updated description and other minor changes in yaml file [Rob] > > Changes in v2: > + Changed "ampere,ac01-smpro" to "ampere,smpro" [Quan] > > .../devicetree/bindings/mfd/ampere,smpro.yaml | 52 +++++++++++++++++++ > 1 file changed, 52 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/ampere,smpro.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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE065C12002 for ; Fri, 16 Jul 2021 17:35:18 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 23FFC613FB for ; Fri, 16 Jul 2021 17:35:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 23FFC613FB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4GRJKc1r9sz3bWX for ; Sat, 17 Jul 2021 03:35:16 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.166.177; helo=mail-il1-f177.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-il1-f177.google.com (mail-il1-f177.google.com [209.85.166.177]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4GRJK92C4Pz2ysq; Sat, 17 Jul 2021 03:34:52 +1000 (AEST) Received: by mail-il1-f177.google.com with SMTP id y6so8958778ilj.13; Fri, 16 Jul 2021 10:34:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=iPb7ckziK4kV9zNM6d9iK4b7roci6qqd+Gv92I6XJVU=; b=YBEVNXBQ1Jweqc9mQ9OsQySrtSIoa/4tD3JmwH+6nsEdTsPZFrgtHjGh4MXkj9sva5 SxNSocNjsHoPwz72mS9pI3WDYPMmJFIGNOxov6QXjPimqDwd3d18Vg2z5QgIxG23gnaI TvqJONYytjJZhVhIFp6CizmwpCREZOI5Ck27iEqyWlWeoXp+gtR1zltRwfCSxLY+qdpD sC5dxIAh92vop5Z7PBxwzArcPzHIIvnwz9CvUWDehIy0xSepmwOpFRbfGbz8c39EvLL3 trUAKLp+3DrzuzpST+DjDrVm6tYzD1e5gxKReG/RqJuGwkJHgYnZfVxg6F44DnyeBYWJ kh3w== X-Gm-Message-State: AOAM5331Gaf6gQ7l5KQRhBoUldPxwDm4IoBVq/D0FqZiHl26cRwWdgiL MaDLj1Qn/udHauLsHLfZ/g== X-Google-Smtp-Source: ABdhPJyKVjf0100xt5UQ7F9dhFRP/lQhHl+nq9gAbSXPcH5nkSAeXz19sGCDD/0YQ2ZJLRqjQla1Qw== X-Received: by 2002:a92:c504:: with SMTP id r4mr7106583ilg.131.1626456888668; Fri, 16 Jul 2021 10:34:48 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id a11sm5100043ilf.79.2021.07.16.10.34.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Jul 2021 10:34:47 -0700 (PDT) Received: (nullmailer pid 3643640 invoked by uid 1000); Fri, 16 Jul 2021 17:34:43 -0000 Date: Fri, 16 Jul 2021 11:34:43 -0600 From: Rob Herring To: Quan Nguyen Subject: Re: [PATCH v5 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver Message-ID: <20210716173443.GA3643583@robh.at.kernel.org> References: <20210713060031.31568-1-quan@os.amperecomputing.com> <20210713060031.31568-2-quan@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210713060031.31568-2-quan@os.amperecomputing.com> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, Jean Delvare , linux-aspeed@lists.ozlabs.org, linux-doc@vger.kernel.org, Andrew Jeffery , Jonathan Corbet , openbmc@lists.ozlabs.org, "Thang Q . Nguyen" , linux-kernel@vger.kernel.org, Phong Vo , Rob Herring , Open Source Submission , Lee Jones , Guenter Roeck Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Tue, 13 Jul 2021 13:00:28 +0700, Quan Nguyen wrote: > Adds device tree bindings for SMPro MFD driver found on the Mt.Jade > hardware reference platform with Ampere's Altra Processor family. > > The SMpro co-processor on Ampere Altra processor family is to monitor > and report various data included hwmon-related info, RAS errors, and > other miscellaneous information. > > Signed-off-by: Quan Nguyen > --- > Changes in v5: > + Dropped ../bindings/hwmon/ampere,ac01-hwmon.yaml file [Quan] > + Removed patternProperties section and child DT nodes in example > section [Quan] > + Revised commit message [Quan] > > Changes in v4: > + Revised the commit message to clarify how the specific info will > be handled commented by Rob. > > Changes in v3: > + Supported list of compatible string [Rob] > + Introduced reg property in DT to specify reg offset [Rob] > + Updated description and other minor changes in yaml file [Rob] > > Changes in v2: > + Changed "ampere,ac01-smpro" to "ampere,smpro" [Quan] > > .../devicetree/bindings/mfd/ampere,smpro.yaml | 52 +++++++++++++++++++ > 1 file changed, 52 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/ampere,smpro.yaml > Reviewed-by: Rob Herring