From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Thu, 10 Jun 2021 11:47:06 -0500 Subject: [PATCH v3 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format In-Reply-To: <20210603024839.27976-2-jamin_lin@aspeedtech.com> References: <20210603024839.27976-1-jamin_lin@aspeedtech.com> <20210603024839.27976-2-jamin_lin@aspeedtech.com> Message-ID: <20210610164706.GA1948040@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 Thu, 03 Jun 2021 10:48:19 +0800, Jamin Lin wrote: > Convert aspeed i2c to yaml. > > Signed-off-by: Jamin Lin > --- > .../devicetree/bindings/i2c/aspeed,i2c.yaml | 75 +++++++++++++++++++ > .../devicetree/bindings/i2c/i2c-aspeed.txt | 49 ------------ > 2 files changed, 75 insertions(+), 49 deletions(-) > create mode 100644 Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-aspeed.txt > 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 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 1AB69C48BD1 for ; Thu, 10 Jun 2021 16:47:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE9BF613E1 for ; Thu, 10 Jun 2021 16:47:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230291AbhFJQtR (ORCPT ); Thu, 10 Jun 2021 12:49:17 -0400 Received: from mail-oo1-f52.google.com ([209.85.161.52]:40541 "EHLO mail-oo1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231572AbhFJQtI (ORCPT ); Thu, 10 Jun 2021 12:49:08 -0400 Received: by mail-oo1-f52.google.com with SMTP id j17-20020a0568200231b029024900620310so37501oob.7; Thu, 10 Jun 2021 09:47:11 -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=+ubLQ+O50XgkD8kDtM8dzYJ4xypd9X1QKHEX8Kl94HM=; b=rZIJsBarjp4b3mZk6qLeteoTk8jbjOnEak0ikgsuvDWIG09TU/rQ8zdIGVxQPjtXof bKKkTTjV904dJBNPZhXeB3tg3O7Jtg4tT9/KfRZofVJSzRw7DCod459D2Ci53dtsqk53 iCIotbpVQQOP02x4lbROTNMv5q9eYMgYtj30gWHFur+a3Y9GbW9OuRyMO2ure9WfuVTk tQQeYIxZS1oIpimf7YusTuZftetoc3GWjYUrAmGuxi8ZHQm1lMMXKMNrQWuYIhl1I6y2 yYn1rALQC7/ySpCJliE+K3PqsrYvoNfBdaz1E8EU9dtm3fOWKI+wS4aFQbXOCWodH0i4 rsmQ== X-Gm-Message-State: AOAM5311vMVhB1fhLelAxb84i4ezE2pq1d0Uz5fDkrB3cnzE5o6MuHBC I76hip7VKL2e0/CvR4xnUQ== X-Google-Smtp-Source: ABdhPJzxSFuHoIzFy98YSEdLyG+PwlYC3ijHdZ/99LwLKJKM5Op6VYOn58+LDzA1pg8ehbA127p5ww== X-Received: by 2002:a4a:4c8f:: with SMTP id a137mr3039036oob.65.1623343631396; Thu, 10 Jun 2021 09:47:11 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.113]) by smtp.gmail.com with ESMTPSA id o20sm687010otl.2.2021.06.10.09.47.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 09:47:10 -0700 (PDT) Received: (nullmailer pid 1948111 invoked by uid 1000); Thu, 10 Jun 2021 16:47:06 -0000 Date: Thu, 10 Jun 2021 11:47:06 -0500 From: Rob Herring To: Jamin Lin Cc: Andrew Jeffery , chin-ting_kuo@aspeedtech.com, "moderated list:ARM/ASPEED I2C DRIVER" , open list , steven_lee@aspeedtech.com, "moderated list:ARM/ASPEED MACHINE SUPPORT" , troy_lee@aspeedtech.com, Brendan Higgins , Rob Herring , "moderated list:ARM/ASPEED MACHINE SUPPORT" , "open list:I2C SUBSYSTEM HOST DRIVERS" , Rayn Chen , ryan_chen@aspeedtech.com, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Benjamin Herrenschmidt , Joel Stanley Subject: Re: [PATCH v3 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format Message-ID: <20210610164706.GA1948040@robh.at.kernel.org> References: <20210603024839.27976-1-jamin_lin@aspeedtech.com> <20210603024839.27976-2-jamin_lin@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210603024839.27976-2-jamin_lin@aspeedtech.com> Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Thu, 03 Jun 2021 10:48:19 +0800, Jamin Lin wrote: > Convert aspeed i2c to yaml. > > Signed-off-by: Jamin Lin > --- > .../devicetree/bindings/i2c/aspeed,i2c.yaml | 75 +++++++++++++++++++ > .../devicetree/bindings/i2c/i2c-aspeed.txt | 49 ------------ > 2 files changed, 75 insertions(+), 49 deletions(-) > create mode 100644 Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-aspeed.txt > 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 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 1A51CC47094 for ; Thu, 10 Jun 2021 16:47:36 +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 ADB616108E for ; Thu, 10 Jun 2021 16:47:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ADB616108E 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 4G18zB3KRDz30DQ for ; Fri, 11 Jun 2021 02:47:34 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.161.42; helo=mail-oo1-f42.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-oo1-f42.google.com (mail-oo1-f42.google.com [209.85.161.42]) (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 4G18yp4qplz302Y; Fri, 11 Jun 2021 02:47:14 +1000 (AEST) Received: by mail-oo1-f42.google.com with SMTP id i8-20020a4aa1080000b0290201edd785e7so44236ool.1; Thu, 10 Jun 2021 09:47:13 -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=+ubLQ+O50XgkD8kDtM8dzYJ4xypd9X1QKHEX8Kl94HM=; b=cphSDzDfoU7WUM7hXJtKAEQkpRK5vh8T0MuvckLMyWLpErqLcNlkhnAQG24dUZ3TJf /Qfv+A1FcaS0nk/xCiYBhe865ks3gTtDcV0+xgmwoNO3LLbPX8BF1kalFui8tyzyZzLf llBURZRSv+QppQe3AR8/vGE1Sr2K3lBfn4a0ojcDBnzcw0GLHcxOCrVLtEMx4DT2QK4y vF0rfOG1roGPdMp3Wf3d8UMbD2cqCBqN3rLO7c4z785hYYkRxQsUjOyBNtftLFKHj3Jy uFcqAMtMsLUuW/cVCs8PAjcn2kJRNlF5G3iWDHtNm/9iEABbWBAY5cSKw1sQNCMEbuNw 3KuQ== X-Gm-Message-State: AOAM530RFoPIReBrURCi4MjydFo1M+SH571DLU4QbJXAu4sJqaKACs4r exA8nl9SKF72SgfWIYaDaxxJ67FyEQ== X-Google-Smtp-Source: ABdhPJzxSFuHoIzFy98YSEdLyG+PwlYC3ijHdZ/99LwLKJKM5Op6VYOn58+LDzA1pg8ehbA127p5ww== X-Received: by 2002:a4a:4c8f:: with SMTP id a137mr3039036oob.65.1623343631396; Thu, 10 Jun 2021 09:47:11 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.113]) by smtp.gmail.com with ESMTPSA id o20sm687010otl.2.2021.06.10.09.47.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 09:47:10 -0700 (PDT) Received: (nullmailer pid 1948111 invoked by uid 1000); Thu, 10 Jun 2021 16:47:06 -0000 Date: Thu, 10 Jun 2021 11:47:06 -0500 From: Rob Herring To: Jamin Lin Subject: Re: [PATCH v3 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format Message-ID: <20210610164706.GA1948040@robh.at.kernel.org> References: <20210603024839.27976-1-jamin_lin@aspeedtech.com> <20210603024839.27976-2-jamin_lin@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210603024839.27976-2-jamin_lin@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: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , ryan_chen@aspeedtech.com, "moderated list:ARM/ASPEED MACHINE SUPPORT" , Andrew Jeffery , Brendan Higgins , chin-ting_kuo@aspeedtech.com, troy_lee@aspeedtech.com, steven_lee@aspeedtech.com, open list , Rob Herring , Rayn Chen , "open list:I2C SUBSYSTEM HOST DRIVERS" , "moderated list:ARM/ASPEED I2C DRIVER" , "moderated list:ARM/ASPEED MACHINE SUPPORT" Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Thu, 03 Jun 2021 10:48:19 +0800, Jamin Lin wrote: > Convert aspeed i2c to yaml. > > Signed-off-by: Jamin Lin > --- > .../devicetree/bindings/i2c/aspeed,i2c.yaml | 75 +++++++++++++++++++ > .../devicetree/bindings/i2c/i2c-aspeed.txt | 49 ------------ > 2 files changed, 75 insertions(+), 49 deletions(-) > create mode 100644 Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-aspeed.txt > 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 X-Spam-Level: X-Spam-Status: No, score=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 C48DBC47094 for ; Thu, 10 Jun 2021 16:57:51 +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 92D61613C9 for ; Thu, 10 Jun 2021 16:57:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92D61613C9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@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=a7crFiwlyakYBUiFmkFPrqv9D0Im4O7Fe9UZH2Pw0Ao=; b=a4lm+GwbU14PAp srCEPunL543OOxc2z8XtrmkL54+Ce4EgJd7MWBuv4DxKKvRiPeU/J9iptxFT4L7qZU50A3ecLlMfu 0xuS42Nm4Synjudy6BsQujt0dKGrWfQAaBRoyEoYbIf4yTVaAaTaFPocJaT7mUM8cjGpD4EqMM6ZQ tRgjOt/eeTsIAaREizbL7jE9sAdcgI0pa0MEkPJ5t7JuSnooNEoWzUZY1WqfLbCNLEOaN/AdlZlle JoC1S4OYWMQ8umBcpE3NnrX9iQoddyjtY/mtiiOZU9qO5YHo6mfFDvUpYKv+KV7OnfNfYaUN23jyu +OPfjL38pCyM33QtC/SA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrNxk-001p64-NQ; Thu, 10 Jun 2021 16:55:26 +0000 Received: from mail-oo1-f54.google.com ([209.85.161.54]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrNpp-001lDV-J0 for linux-arm-kernel@lists.infradead.org; Thu, 10 Jun 2021 16:47:14 +0000 Received: by mail-oo1-f54.google.com with SMTP id i8-20020a4aa1080000b0290201edd785e7so44235ool.1 for ; Thu, 10 Jun 2021 09:47:12 -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=+ubLQ+O50XgkD8kDtM8dzYJ4xypd9X1QKHEX8Kl94HM=; b=mnufYATuaWZ+VE36WEVERqz3JyVrjMVtOJsU/XWzlQgzKTM07C7Yd167cmry8ow3yr akHVyGVc1QJlQFI0fo/4mm7DNdW5G+3fuwnOcWD7kd8aiHJZYvtphAujdt4BfLzclNj6 yufoRlfeyjNIwp6w24knN3XDJfk0zjWQW+9PXUYZUQ3KzW8PgQoueBTmKvrOjqZyMjkK 4KjAlGBGqm9wMeYBZgGfsPv4/+jA6CwHQrRyNzDhIxmp28cHgrgHuO8diaV1Tc9Imgzq qqnjV3vLwDURFNLjyHQDXgAh7cvt3CraNkZwCs1zjrZ7oApY8HHmXWjE3AbFtXWhmmUK lc2g== X-Gm-Message-State: AOAM531QWhDQ8hefhXwLkkJAyqrNYv6dq7VG2VV5frV5NQ1zw9f5lS/g xO04uZbXrXfGrbxe3D6Yyw== X-Google-Smtp-Source: ABdhPJzxSFuHoIzFy98YSEdLyG+PwlYC3ijHdZ/99LwLKJKM5Op6VYOn58+LDzA1pg8ehbA127p5ww== X-Received: by 2002:a4a:4c8f:: with SMTP id a137mr3039036oob.65.1623343631396; Thu, 10 Jun 2021 09:47:11 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.113]) by smtp.gmail.com with ESMTPSA id o20sm687010otl.2.2021.06.10.09.47.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 09:47:10 -0700 (PDT) Received: (nullmailer pid 1948111 invoked by uid 1000); Thu, 10 Jun 2021 16:47:06 -0000 Date: Thu, 10 Jun 2021 11:47:06 -0500 From: Rob Herring To: Jamin Lin Cc: Andrew Jeffery , chin-ting_kuo@aspeedtech.com, "moderated list:ARM/ASPEED I2C DRIVER" , open list , steven_lee@aspeedtech.com, "moderated list:ARM/ASPEED MACHINE SUPPORT" , troy_lee@aspeedtech.com, Brendan Higgins , Rob Herring , "moderated list:ARM/ASPEED MACHINE SUPPORT" , "open list:I2C SUBSYSTEM HOST DRIVERS" , Rayn Chen , ryan_chen@aspeedtech.com, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Benjamin Herrenschmidt , Joel Stanley Subject: Re: [PATCH v3 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format Message-ID: <20210610164706.GA1948040@robh.at.kernel.org> References: <20210603024839.27976-1-jamin_lin@aspeedtech.com> <20210603024839.27976-2-jamin_lin@aspeedtech.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210603024839.27976-2-jamin_lin@aspeedtech.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210610_094713_664927_A24631EC X-CRM114-Status: GOOD ( 10.19 ) 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 Thu, 03 Jun 2021 10:48:19 +0800, Jamin Lin wrote: > Convert aspeed i2c to yaml. > > Signed-off-by: Jamin Lin > --- > .../devicetree/bindings/i2c/aspeed,i2c.yaml | 75 +++++++++++++++++++ > .../devicetree/bindings/i2c/i2c-aspeed.txt | 49 ------------ > 2 files changed, 75 insertions(+), 49 deletions(-) > create mode 100644 Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-aspeed.txt > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel