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=-10.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 A3458C433E2 for ; Wed, 16 Sep 2020 18:59:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A23621973 for ; Wed, 16 Sep 2020 18:59:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600282791; bh=KKdJY9BanQ+J7sRLowSC4IeOYIYzAqrwfNsRc9WeTGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yAMSCs2p/vyoGzP/rx4xgoOdy1jzaCGDHL8jLB/dcurSyXWDb0ZTebLAfxyk7ILgZ ra6c3CjbVHAxLvxHh0hhBHlG7vmm3eOnGo3jucAeg+pGiuo3jaxOBnhLKBI2jteYwT 0yfw8scsS7omZJvTxbmBXBMpHRl2A2xGFKkjYtN0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728279AbgIPS7u (ORCPT ); Wed, 16 Sep 2020 14:59:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:42046 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727534AbgIPRvQ (ORCPT ); Wed, 16 Sep 2020 13:51:16 -0400 Received: from localhost (unknown [122.172.186.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D9EC922210; Wed, 16 Sep 2020 13:09:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600261745; bh=KKdJY9BanQ+J7sRLowSC4IeOYIYzAqrwfNsRc9WeTGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ln1iHqWstGo4J1NHIKC2Xb+dtqWKHjJS8C0lEjQ6IpVPIZLMC/ngp531ylvh2HvmD YbhXvwX4BYFGDmCWepbBG2U7Rv52rHNlE0DE9muZP4p1rTH0HTFVmcTizqyiC3OnVt Qi99SBHLoYcEz+Qk4Oymqx3sWswgwgGttWk7+QKw= Date: Wed, 16 Sep 2020 18:38:57 +0530 From: Vinod Koul To: Mauro Carvalho Chehab Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, John Stultz , Manivannan Sadhasivam , Kishon Vijay Abraham I , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 RESEND 7/8] dt-bindings: phy: convert phy-kirin970-usb3.txt to yaml Message-ID: <20200916130857.GQ2968@vkoul-mobl> References: <7964c39084de5d2fd3dca30bf5abb5973eeec42b.1599826421.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7964c39084de5d2fd3dca30bf5abb5973eeec42b.1599826421.git.mchehab+huawei@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11-09-20, 14:16, Mauro Carvalho Chehab wrote: > Use the new YAML for this physical layer. > > Signed-off-by: Mauro Carvalho Chehab > --- > .../bindings/phy/hisilicon,hi3670-usb3.yaml | 72 +++++++++++++++++++ > .../bindings/phy/phy-hi3670-usb3.txt | 25 ------- Aha we have yaml here, why not squash this in and not add txt I guess the whole series should be squashed into driver patch, binding yaml and other stuff (if any) -- ~Vinod