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 4CD01C433FE for ; Mon, 7 Dec 2020 21:18:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1AE8522202 for ; Mon, 7 Dec 2020 21:18:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727685AbgLGVR5 (ORCPT ); Mon, 7 Dec 2020 16:17:57 -0500 Received: from mail-ot1-f68.google.com ([209.85.210.68]:35707 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726579AbgLGVR4 (ORCPT ); Mon, 7 Dec 2020 16:17:56 -0500 Received: by mail-ot1-f68.google.com with SMTP id i6so7820374otr.2; Mon, 07 Dec 2020 13:17:41 -0800 (PST) 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=G1G6ObvJgDI0E7m4Cl1U1Ro4MDrbTLhzH3K0T2+ZbBs=; b=LXphHGOpjCqUv2Tt+M521S8Pu2IaqZG9/tIYqED4G/shP7is5W3Rwp1B87r5bfiINM fy3xVi4eDJdw04KpV1Nc0z4trs0aryYqUZ6djJPfIg2esj3wG19OlPeUyXx4zMZOy+bb +WnWCkqjxWdP/gVyQSusS+GdhJv5y7S1dku5lDYL/3Joy48Wqg/6pEu1PL1AGmtEGvM5 ECnCqlfRgXWAHxdx16nnItjA1TBIeHz5IHrEwN7x4OQK3dWYP/JviBkgdU4qqVouz8y6 x5AvRvvSXUXR2iVUA83HLj67DpKt7wGcdmcmB/AKVAgAtlMa1Lq3VcqDYb/2VVnUH5zO 59MA== X-Gm-Message-State: AOAM5338vu9wM+kGxzV0+vvfiE/6UFBYZ2Jn1Kd+Pex0OrsbItE+LGWB 6tnAS2aF3TLMG0ClSyKmgw== X-Google-Smtp-Source: ABdhPJy/chd0MSu5WIDA3RVAbdxX9aM4h7hyWLwu1dkVGQ1ZVEXEos5cdWB3ekvdjyNJmXERqp4QUg== X-Received: by 2002:a05:6830:4036:: with SMTP id i22mr2933425ots.127.1607375835756; Mon, 07 Dec 2020 13:17:15 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k134sm3203551oib.51.2020.12.07.13.17.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 13:17:14 -0800 (PST) Received: (nullmailer pid 840904 invoked by uid 1000); Mon, 07 Dec 2020 21:17:13 -0000 Date: Mon, 7 Dec 2020 15:17:13 -0600 From: Rob Herring To: Chunfeng Yun Cc: dri-devel@lists.freedesktop.org, David Airlie , linux-kernel@vger.kernel.org, Stanley Chu , Min Guo , Serge Semin , Chun-Kuang Hu , netdev@vger.kernel.org, devicetree@vger.kernel.org, "David S . Miller" , Kishon Vijay Abraham I , Rob Herring , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Vinod Koul , linux-mediatek@lists.infradead.org, Jakub Kicinski , Matthias Brugger , Greg Kroah-Hartman Subject: Re: [PATCH v3 04/11] dt-bindings: phy: convert phy-mtk-tphy.txt to YAML schema Message-ID: <20201207211713.GA840844@robh.at.kernel.org> References: <20201118082126.42701-1-chunfeng.yun@mediatek.com> <20201118082126.42701-4-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201118082126.42701-4-chunfeng.yun@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Nov 2020 16:21:19 +0800, Chunfeng Yun wrote: > Convert phy-mtk-tphy.txt to YAML schema mediatek,tphy.yaml > > Signed-off-by: Chunfeng Yun > --- > v3: > 1. fix dt_binding_check error in example after add mtu3.yaml > Changes suggested by Rob: > 2. fix wrong indentation > 3. remove '|' due to no formatting to preserve > 4. add a space after '#' > 5. drop unused labels and status in examples > 6. modify file mode > > v2: > 1. modify description and compatible > --- > .../bindings/phy/mediatek,tphy.yaml | 260 ++++++++++++++++++ > .../devicetree/bindings/phy/phy-mtk-tphy.txt | 162 ----------- > 2 files changed, 260 insertions(+), 162 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/mediatek,tphy.yaml > delete mode 100644 Documentation/devicetree/bindings/phy/phy-mtk-tphy.txt > 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,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 79A4FC4361B for ; Mon, 7 Dec 2020 21:17:29 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 36EAD207F7 for ; Mon, 7 Dec 2020 21:17:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 36EAD207F7 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-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=KRWgf+PIio80rz6XcXzQpSWuuteI3bz56tIWIEDB+Qk=; b=sKT55QJ4gtiHOv5XBAMO3cg4A ywuegePW3Vwd3p+vWaRVlRG9+kzf8XKQaCLZ0ZCwiMvDKBQl/9FI8kWf+FI6sLvB8ArFBoWyBVFL7 Daqrjd8pJVs5WtqEOC68pS5Tu+RW0zMP1v9wmVJ/0prPYSkEa26KizPRog+Mf6XJz75SJu0w+PZPf vh3509/lqbU8zarILoq+Ve7lcmWFahRnKcA+fgeNgBp/i+Itvvx/otxAfKpHtgd9rlYHvk+ArpKfu fqqxAr+QdYUqSOrenLjPA8TrnhsZUehSIlNMy28IfXoiOptZE/ITnuk6xZE36xQNrnmDx3vkB/uqY g0/JW2h+g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmNso-0004tX-Gz; Mon, 07 Dec 2020 21:17:22 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmNsj-0004qz-D2; Mon, 07 Dec 2020 21:17:18 +0000 Received: by mail-ot1-f66.google.com with SMTP id 11so13896045oty.9; Mon, 07 Dec 2020 13:17:16 -0800 (PST) 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=G1G6ObvJgDI0E7m4Cl1U1Ro4MDrbTLhzH3K0T2+ZbBs=; b=csjxRGiJUlM/EZ6R6cf9SFy2xTHmUS3vLXIpN1DnWnLoV/xgHkvrQf+yaK+qK9NuUy zQVhv7j6ch086dvkrG82f/5Qln8MIy/pibetH6U7qlJ8uGcPAev1IUwtyNtmULB8MN7S Nsx9HA7i8CFngz5X5KY6wE8xpy9x/+tRbqyVXrgj6uA/J71s7o98GU+u/qxkh7tgK1SF UTW2wG7gykusvaSrGs5jW4VpEwnSRZHxv+1/OV3WqVzTlk1bShfMgt50GqbHSDJX9mug E2HYegTvwfbSossa+3hS0J4LG4JSalthXcu0j225/f8WeMT+Ai6ZkzAxT/McYKer+YVR DFGQ== X-Gm-Message-State: AOAM531RLgbpDNRhjRHWSIctf9vetKnNSiEzJmfcpdqhrOtBEgp4qad0 GteEntgUhUrg9ac3LEzWfw== X-Google-Smtp-Source: ABdhPJy/chd0MSu5WIDA3RVAbdxX9aM4h7hyWLwu1dkVGQ1ZVEXEos5cdWB3ekvdjyNJmXERqp4QUg== X-Received: by 2002:a05:6830:4036:: with SMTP id i22mr2933425ots.127.1607375835756; Mon, 07 Dec 2020 13:17:15 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k134sm3203551oib.51.2020.12.07.13.17.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 13:17:14 -0800 (PST) Received: (nullmailer pid 840904 invoked by uid 1000); Mon, 07 Dec 2020 21:17:13 -0000 Date: Mon, 7 Dec 2020 15:17:13 -0600 From: Rob Herring To: Chunfeng Yun Subject: Re: [PATCH v3 04/11] dt-bindings: phy: convert phy-mtk-tphy.txt to YAML schema Message-ID: <20201207211713.GA840844@robh.at.kernel.org> References: <20201118082126.42701-1-chunfeng.yun@mediatek.com> <20201118082126.42701-4-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201118082126.42701-4-chunfeng.yun@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201207_161717_470307_309BD3C8 X-CRM114-Status: GOOD ( 13.40 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chun-Kuang Hu , devicetree@vger.kernel.org, David Airlie , netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Kishon Vijay Abraham I , Serge Semin , Vinod Koul , Rob Herring , linux-mediatek@lists.infradead.org, Min Guo , Greg Kroah-Hartman , Matthias Brugger , Jakub Kicinski , Stanley Chu , "David S . Miller" , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Wed, 18 Nov 2020 16:21:19 +0800, Chunfeng Yun wrote: > Convert phy-mtk-tphy.txt to YAML schema mediatek,tphy.yaml > > Signed-off-by: Chunfeng Yun > --- > v3: > 1. fix dt_binding_check error in example after add mtu3.yaml > Changes suggested by Rob: > 2. fix wrong indentation > 3. remove '|' due to no formatting to preserve > 4. add a space after '#' > 5. drop unused labels and status in examples > 6. modify file mode > > v2: > 1. modify description and compatible > --- > .../bindings/phy/mediatek,tphy.yaml | 260 ++++++++++++++++++ > .../devicetree/bindings/phy/phy-mtk-tphy.txt | 162 ----------- > 2 files changed, 260 insertions(+), 162 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/mediatek,tphy.yaml > delete mode 100644 Documentation/devicetree/bindings/phy/phy-mtk-tphy.txt > Reviewed-by: Rob Herring _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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,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 DCCE7C433FE for ; Mon, 7 Dec 2020 21:18:26 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 8DBF3207F7 for ; Mon, 7 Dec 2020 21:18:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8DBF3207F7 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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=jDKOzw48MDmbTgsMhugBOnxkHGvABB/3rfCnVnTLiHg=; b=0WcKE0BO7UAWD4sdU6zbtxGEt rDMoQi5jCNUXPq7EOItOt9GmAp4DraZ5lwKqa5otPSt1yXmCPLW1LFXlqZpSVK33JL8a5ePEUGr96 S0ilIG4jJCNi1l2UPf6eHW9ikYZ8Meg6tvW2rZKqc3lF7jtjpBe+r02XQIGvv4W1ZIhY9Jr8mBkiK HsM1EKLg1jLK9dOfWX2S6fKWYjiB+rS3vlsLD7JHxgwhKH54mSJsf+AUJs4y6o7Ks5D5PvkvZ0KBi 98jYB9ZAtnAR3KjlQpZM4eiEpjfhqsW9YCytgpRvVAtJO7rgQDUXgQw//NBPh7WBmiajUXIUK+ndi wbijRh1+g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmNsm-0004s3-0X; Mon, 07 Dec 2020 21:17:20 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmNsj-0004qz-D2; Mon, 07 Dec 2020 21:17:18 +0000 Received: by mail-ot1-f66.google.com with SMTP id 11so13896045oty.9; Mon, 07 Dec 2020 13:17:16 -0800 (PST) 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=G1G6ObvJgDI0E7m4Cl1U1Ro4MDrbTLhzH3K0T2+ZbBs=; b=csjxRGiJUlM/EZ6R6cf9SFy2xTHmUS3vLXIpN1DnWnLoV/xgHkvrQf+yaK+qK9NuUy zQVhv7j6ch086dvkrG82f/5Qln8MIy/pibetH6U7qlJ8uGcPAev1IUwtyNtmULB8MN7S Nsx9HA7i8CFngz5X5KY6wE8xpy9x/+tRbqyVXrgj6uA/J71s7o98GU+u/qxkh7tgK1SF UTW2wG7gykusvaSrGs5jW4VpEwnSRZHxv+1/OV3WqVzTlk1bShfMgt50GqbHSDJX9mug E2HYegTvwfbSossa+3hS0J4LG4JSalthXcu0j225/f8WeMT+Ai6ZkzAxT/McYKer+YVR DFGQ== X-Gm-Message-State: AOAM531RLgbpDNRhjRHWSIctf9vetKnNSiEzJmfcpdqhrOtBEgp4qad0 GteEntgUhUrg9ac3LEzWfw== X-Google-Smtp-Source: ABdhPJy/chd0MSu5WIDA3RVAbdxX9aM4h7hyWLwu1dkVGQ1ZVEXEos5cdWB3ekvdjyNJmXERqp4QUg== X-Received: by 2002:a05:6830:4036:: with SMTP id i22mr2933425ots.127.1607375835756; Mon, 07 Dec 2020 13:17:15 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k134sm3203551oib.51.2020.12.07.13.17.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 13:17:14 -0800 (PST) Received: (nullmailer pid 840904 invoked by uid 1000); Mon, 07 Dec 2020 21:17:13 -0000 Date: Mon, 7 Dec 2020 15:17:13 -0600 From: Rob Herring To: Chunfeng Yun Subject: Re: [PATCH v3 04/11] dt-bindings: phy: convert phy-mtk-tphy.txt to YAML schema Message-ID: <20201207211713.GA840844@robh.at.kernel.org> References: <20201118082126.42701-1-chunfeng.yun@mediatek.com> <20201118082126.42701-4-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201118082126.42701-4-chunfeng.yun@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201207_161717_470307_309BD3C8 X-CRM114-Status: GOOD ( 13.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chun-Kuang Hu , devicetree@vger.kernel.org, David Airlie , netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Kishon Vijay Abraham I , Serge Semin , Vinod Koul , Rob Herring , linux-mediatek@lists.infradead.org, Min Guo , Greg Kroah-Hartman , Matthias Brugger , Jakub Kicinski , Stanley Chu , "David S . Miller" , linux-arm-kernel@lists.infradead.org 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 Wed, 18 Nov 2020 16:21:19 +0800, Chunfeng Yun wrote: > Convert phy-mtk-tphy.txt to YAML schema mediatek,tphy.yaml > > Signed-off-by: Chunfeng Yun > --- > v3: > 1. fix dt_binding_check error in example after add mtu3.yaml > Changes suggested by Rob: > 2. fix wrong indentation > 3. remove '|' due to no formatting to preserve > 4. add a space after '#' > 5. drop unused labels and status in examples > 6. modify file mode > > v2: > 1. modify description and compatible > --- > .../bindings/phy/mediatek,tphy.yaml | 260 ++++++++++++++++++ > .../devicetree/bindings/phy/phy-mtk-tphy.txt | 162 ----------- > 2 files changed, 260 insertions(+), 162 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/mediatek,tphy.yaml > delete mode 100644 Documentation/devicetree/bindings/phy/phy-mtk-tphy.txt > Reviewed-by: Rob Herring _______________________________________________ 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 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=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 12C50C433FE for ; Mon, 7 Dec 2020 21:17:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 BF919207F7 for ; Mon, 7 Dec 2020 21:17:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF919207F7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E7DF8936B; Mon, 7 Dec 2020 21:17:18 +0000 (UTC) Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6B7FC8936B for ; Mon, 7 Dec 2020 21:17:16 +0000 (UTC) Received: by mail-ot1-f68.google.com with SMTP id d8so5986809otq.6 for ; Mon, 07 Dec 2020 13:17:16 -0800 (PST) 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=G1G6ObvJgDI0E7m4Cl1U1Ro4MDrbTLhzH3K0T2+ZbBs=; b=RedBlVRwD1BZc7NHeaUaTdl4OVq6bIxSoIiDksUlc9QuAdsDzJHHdpNrM8ynes9dou yIptR1MdDPoYT2ee5GJwZxsjTpqJfDCTIg8CW66UGz43nVraXp1v5fpXYWm2tfAzy7p6 kHDVfnk2mdKIFLrkyFzg/3ZheovA7VqkRogKF42tE4VhlncDJlXuTO7ZIqw7UslresmN jdIG0QuleKHgurNn2NBcDjpB8UdUinawELKr/OAn9plyVLJm2kuj7oDle10RbcwJaRqu WkbVdlVpt7AWvfSkyWEOK4evXVkYqO1xmlIYQkf/xj157xGku/qza1CzyTlMsMTAQPjo q46w== X-Gm-Message-State: AOAM533M5lFo9EFha1usQvbqa2F/tJj4ytNJLpw//RuzFRCDN4MLEkUv GD5HPTEXjmRrjRt90vj4Dg== X-Google-Smtp-Source: ABdhPJy/chd0MSu5WIDA3RVAbdxX9aM4h7hyWLwu1dkVGQ1ZVEXEos5cdWB3ekvdjyNJmXERqp4QUg== X-Received: by 2002:a05:6830:4036:: with SMTP id i22mr2933425ots.127.1607375835756; Mon, 07 Dec 2020 13:17:15 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k134sm3203551oib.51.2020.12.07.13.17.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 13:17:14 -0800 (PST) Received: (nullmailer pid 840904 invoked by uid 1000); Mon, 07 Dec 2020 21:17:13 -0000 Date: Mon, 7 Dec 2020 15:17:13 -0600 From: Rob Herring To: Chunfeng Yun Subject: Re: [PATCH v3 04/11] dt-bindings: phy: convert phy-mtk-tphy.txt to YAML schema Message-ID: <20201207211713.GA840844@robh.at.kernel.org> References: <20201118082126.42701-1-chunfeng.yun@mediatek.com> <20201118082126.42701-4-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201118082126.42701-4-chunfeng.yun@mediatek.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chun-Kuang Hu , devicetree@vger.kernel.org, David Airlie , netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Kishon Vijay Abraham I , Serge Semin , Vinod Koul , Rob Herring , linux-mediatek@lists.infradead.org, Min Guo , Greg Kroah-Hartman , Matthias Brugger , Jakub Kicinski , Stanley Chu , "David S . Miller" , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 18 Nov 2020 16:21:19 +0800, Chunfeng Yun wrote: > Convert phy-mtk-tphy.txt to YAML schema mediatek,tphy.yaml > > Signed-off-by: Chunfeng Yun > --- > v3: > 1. fix dt_binding_check error in example after add mtu3.yaml > Changes suggested by Rob: > 2. fix wrong indentation > 3. remove '|' due to no formatting to preserve > 4. add a space after '#' > 5. drop unused labels and status in examples > 6. modify file mode > > v2: > 1. modify description and compatible > --- > .../bindings/phy/mediatek,tphy.yaml | 260 ++++++++++++++++++ > .../devicetree/bindings/phy/phy-mtk-tphy.txt | 162 ----------- > 2 files changed, 260 insertions(+), 162 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/mediatek,tphy.yaml > delete mode 100644 Documentation/devicetree/bindings/phy/phy-mtk-tphy.txt > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel