From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Wed, 29 Sep 2021 17:02:59 -0500 Subject: [PATCH v7 2/5] dt-bindings: mfd: aspeed-lpc: Convert to YAML schema In-Reply-To: <20210927023053.6728-3-chiawei_wang@aspeedtech.com> References: <20210927023053.6728-1-chiawei_wang@aspeedtech.com> <20210927023053.6728-3-chiawei_wang@aspeedtech.com> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, 27 Sep 2021 10:30:50 +0800, Chia-Wei Wang wrote: > Convert the bindings of Aspeed LPC from text file into YAML schema. > > Signed-off-by: Chia-Wei Wang > --- > .../devicetree/bindings/mfd/aspeed-lpc.txt | 157 --------------- > .../devicetree/bindings/mfd/aspeed-lpc.yaml | 188 ++++++++++++++++++ > 2 files changed, 188 insertions(+), 157 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.txt > create mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml > Applied, thanks! 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F247FC433EF for ; Wed, 29 Sep 2021 22:03:35 +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 6E1526124D for ; Wed, 29 Sep 2021 22:03:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6E1526124D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HKVkY3dccz309K for ; Thu, 30 Sep 2021 08:03:33 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.51; helo=mail-ot1-f51.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (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 4HKVk13wDwz2xXV; Thu, 30 Sep 2021 08:03:04 +1000 (AEST) Received: by mail-ot1-f51.google.com with SMTP id l16-20020a9d6a90000000b0053b71f7dc83so4739601otq.7; Wed, 29 Sep 2021 15:03:04 -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=GcUYa1rhgvpl8VdHADUZYNm6UstnV1HeTo+qppWEyug=; b=JQLdgSrUGhwEnaR8Z31g4BGWEgz30dfV5HPR9SN80K1TbiHRqHvWqO5Al1pGjuhCxz QrOFFoadT+PSrQuEqlGw36UcSGxe5g5lGmwL1HIBwXxIoPbLCWFg7xH89EbVfJK393Xx /PpnJVuhi3mlX2v6b6LGkmyPPO1PF96kLc/0S1VXPGpVBUHXTqQKUlIeUUQfFodm1kST JDpsaN6TF7XdLgXkSwqKOUWYYXCvJWizixAzqSb5nasyJRga+XVmjEBi73RY9va6MgME 1Zb3LBwxLFG0JSpXUkZzPskP3hNKkaNvaLUnz9MNj2eJarXRSqQMKR1ATsJpABs+H+qK cyOw== X-Gm-Message-State: AOAM532GZgOCgbOxorclaOP0V3ZQoTvaPyMtISup1cptn7rqgS2eGlB7 9yboRmtDLD5YoUJ39uGC8A== X-Google-Smtp-Source: ABdhPJwQDOagZBRoi522zoziMq1VzMOqfIKxn1VI4w493zMZ5pqhJf7meCiZxSI/vfoTJIF3QFV01A== X-Received: by 2002:a05:6830:1d3:: with SMTP id r19mr2092898ota.136.1632952981336; Wed, 29 Sep 2021 15:03:01 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id q25sm210326oof.33.2021.09.29.15.03.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Sep 2021 15:03:00 -0700 (PDT) Received: (nullmailer pid 298763 invoked by uid 1000); Wed, 29 Sep 2021 22:02:59 -0000 Date: Wed, 29 Sep 2021 17:02:59 -0500 From: Rob Herring To: Chia-Wei Wang Subject: Re: [PATCH v7 2/5] dt-bindings: mfd: aspeed-lpc: Convert to YAML schema Message-ID: References: <20210927023053.6728-1-chiawei_wang@aspeedtech.com> <20210927023053.6728-3-chiawei_wang@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210927023053.6728-3-chiawei_wang@aspeedtech.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: devicetree@vger.kernel.org, linux-aspeed@lists.ozlabs.org, andrew@aj.id.au, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, osk@google.com, linux-arm-kernel@lists.infradead.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Mon, 27 Sep 2021 10:30:50 +0800, Chia-Wei Wang wrote: > Convert the bindings of Aspeed LPC from text file into YAML schema. > > Signed-off-by: Chia-Wei Wang > --- > .../devicetree/bindings/mfd/aspeed-lpc.txt | 157 --------------- > .../devicetree/bindings/mfd/aspeed-lpc.yaml | 188 ++++++++++++++++++ > 2 files changed, 188 insertions(+), 157 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.txt > create mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml > Applied, thanks! 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC77BC433FE for ; Wed, 29 Sep 2021 22:05:25 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 807E061406 for ; Wed, 29 Sep 2021 22:05:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 807E061406 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=AZ+3gWkezRSmcoHXJBVC2PJSPzHMw16zD0Hxm+E17hM=; b=ogvtECT8ZF+bAn oxsibdHpHJEeU6z9MIbMsBUEhtuiVTSYxIzGh4IWif9fIBblj9z5nvjWX3kGqMJ4M4Mu7T7sZ8gST oLwYnqYDQsvO/PD/4yHlI4GHyXN95MvVaGAuxJ1vWvSbXy92dpeffN2coMnE0RL2HNFAiRUVjKgrT 7NR4QzNtEak6rk72hsPUgw5DXMMdKRr/rAjJG4JS+jtDyiJZL5UsCqCIReaAWZOFSsiQ8XmpykG7o U+1j7446unSj1T01e2SEhJGEdb8jqUp5+qHMqi7IJszQwS4Dl2IvMT0U/Ya+xf2SNtDfP3i14rYUS GAR4XI4HnLiKsDZoeb3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mVhfR-00CSn1-HH; Wed, 29 Sep 2021 22:03:09 +0000 Received: from mail-ot1-f49.google.com ([209.85.210.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mVhfN-00CSlw-3N for linux-arm-kernel@lists.infradead.org; Wed, 29 Sep 2021 22:03:06 +0000 Received: by mail-ot1-f49.google.com with SMTP id c26-20020a056830349a00b0054d96d25c1eso4734163otu.9 for ; Wed, 29 Sep 2021 15:03:01 -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=GcUYa1rhgvpl8VdHADUZYNm6UstnV1HeTo+qppWEyug=; b=iTQPSEqq2nZ5z88J+ZI6yIzTRzfQ2jr+TwA95FxEKPdmdDbidXSldXCFdyHiWEBwrk 0GTv7oS/gcwKPDl0vW1H7f2WzCP/mI315PvTC4JFMeF+Z04i/h/V5bWbP9dNKBjAaZ6a FcpfOIDo79FqC5EFtksY/e0/Mf9ba5iyT7PUY++cfcmKapPp/WMgUIcIKnQHUT/EYCJ7 ddyeqflQQuqAd0OJ3/SOz9CNXET/Y/Ri2oBQopkPx0pgGT86ZyvFBlWARP6Erf7bbsf5 bY2ZRIYXlZlea8awtyLYyWC6Ny6VeWkx/aHbe2rTvHvlEDFASrO9ecLLsn6LfEGX0c0q JBeQ== X-Gm-Message-State: AOAM531lY+PSrxjsw9boIavmImoj7rD0B29gJ7ru+CVj/bjStb5CzlcD yKBHW6fdlcq2VRyuZBZcXw== X-Google-Smtp-Source: ABdhPJwQDOagZBRoi522zoziMq1VzMOqfIKxn1VI4w493zMZ5pqhJf7meCiZxSI/vfoTJIF3QFV01A== X-Received: by 2002:a05:6830:1d3:: with SMTP id r19mr2092898ota.136.1632952981336; Wed, 29 Sep 2021 15:03:01 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id q25sm210326oof.33.2021.09.29.15.03.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Sep 2021 15:03:00 -0700 (PDT) Received: (nullmailer pid 298763 invoked by uid 1000); Wed, 29 Sep 2021 22:02:59 -0000 Date: Wed, 29 Sep 2021 17:02:59 -0500 From: Rob Herring To: Chia-Wei Wang Cc: linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org, robh+dt@kernel.org, devicetree@vger.kernel.org, andrew@aj.id.au, linux-aspeed@lists.ozlabs.org, osk@google.com, linux-kernel@vger.kernel.org, joel@jms.id.au Subject: Re: [PATCH v7 2/5] dt-bindings: mfd: aspeed-lpc: Convert to YAML schema Message-ID: References: <20210927023053.6728-1-chiawei_wang@aspeedtech.com> <20210927023053.6728-3-chiawei_wang@aspeedtech.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210927023053.6728-3-chiawei_wang@aspeedtech.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210929_150305_187548_46835CC4 X-CRM114-Status: GOOD ( 10.90 ) 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, 27 Sep 2021 10:30:50 +0800, Chia-Wei Wang wrote: > Convert the bindings of Aspeed LPC from text file into YAML schema. > > Signed-off-by: Chia-Wei Wang > --- > .../devicetree/bindings/mfd/aspeed-lpc.txt | 157 --------------- > .../devicetree/bindings/mfd/aspeed-lpc.yaml | 188 ++++++++++++++++++ > 2 files changed, 188 insertions(+), 157 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.txt > create mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4C794C433F5 for ; Wed, 29 Sep 2021 22:03:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2487B61501 for ; Wed, 29 Sep 2021 22:03:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347051AbhI2WEv (ORCPT ); Wed, 29 Sep 2021 18:04:51 -0400 Received: from mail-ot1-f44.google.com ([209.85.210.44]:36479 "EHLO mail-ot1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347035AbhI2WEn (ORCPT ); Wed, 29 Sep 2021 18:04:43 -0400 Received: by mail-ot1-f44.google.com with SMTP id 5-20020a9d0685000000b0054706d7b8e5so4770015otx.3; Wed, 29 Sep 2021 15:03:01 -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=GcUYa1rhgvpl8VdHADUZYNm6UstnV1HeTo+qppWEyug=; b=bfhdxLLJfkifOQ8ohDtPJ472npePhVKIxUSGauF5YlcCyUTBS0eOaYh/MvxEjknCRT mMhbmCxwXwhQG2EY2cadjcPNXyy392IM1hWTGNCTXufNnYcufy1WwjcstoKxliiQZ4LU SYHOCxFZw+oPuSicowhiddK1vvaSqL5pj0AUwuk07ZLbkN0sVFq38DECfjHSVdjpBPFQ C7NWhv//pu/vOxZbEgkvxZ6mjXBKIoI+AmMh4Tz+Zo98+pS69ybMzCptFDcgwlRutgPi bfRUGHLXzKVzegUIVH8oIaCAJepeCnqeHcItFVp8BZ9lFzWMR7tz/PywAH1QPUFVIdfc 5FNw== X-Gm-Message-State: AOAM531XtITbBQDgcWat+SJBI5t9eNVrfrlj9+Simm1shVTdrTW92JDz CDjZASVdJvLmhenOxamDeg== X-Google-Smtp-Source: ABdhPJwQDOagZBRoi522zoziMq1VzMOqfIKxn1VI4w493zMZ5pqhJf7meCiZxSI/vfoTJIF3QFV01A== X-Received: by 2002:a05:6830:1d3:: with SMTP id r19mr2092898ota.136.1632952981336; Wed, 29 Sep 2021 15:03:01 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id q25sm210326oof.33.2021.09.29.15.03.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Sep 2021 15:03:00 -0700 (PDT) Received: (nullmailer pid 298763 invoked by uid 1000); Wed, 29 Sep 2021 22:02:59 -0000 Date: Wed, 29 Sep 2021 17:02:59 -0500 From: Rob Herring To: Chia-Wei Wang Cc: linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org, robh+dt@kernel.org, devicetree@vger.kernel.org, andrew@aj.id.au, linux-aspeed@lists.ozlabs.org, osk@google.com, linux-kernel@vger.kernel.org, joel@jms.id.au Subject: Re: [PATCH v7 2/5] dt-bindings: mfd: aspeed-lpc: Convert to YAML schema Message-ID: References: <20210927023053.6728-1-chiawei_wang@aspeedtech.com> <20210927023053.6728-3-chiawei_wang@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210927023053.6728-3-chiawei_wang@aspeedtech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 27 Sep 2021 10:30:50 +0800, Chia-Wei Wang wrote: > Convert the bindings of Aspeed LPC from text file into YAML schema. > > Signed-off-by: Chia-Wei Wang > --- > .../devicetree/bindings/mfd/aspeed-lpc.txt | 157 --------------- > .../devicetree/bindings/mfd/aspeed-lpc.yaml | 188 ++++++++++++++++++ > 2 files changed, 188 insertions(+), 157 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.txt > create mode 100644 Documentation/devicetree/bindings/mfd/aspeed-lpc.yaml > Applied, thanks!