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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11FD4C433FE for ; Fri, 25 Feb 2022 19:35:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235275AbiBYTgM (ORCPT ); Fri, 25 Feb 2022 14:36:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235242AbiBYTgL (ORCPT ); Fri, 25 Feb 2022 14:36:11 -0500 Received: from mail-oo1-f51.google.com (mail-oo1-f51.google.com [209.85.161.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4754A1AAFF5; Fri, 25 Feb 2022 11:35:36 -0800 (PST) Received: by mail-oo1-f51.google.com with SMTP id i6-20020a4ac506000000b0031c5ac6c078so7684853ooq.6; Fri, 25 Feb 2022 11:35:36 -0800 (PST) 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=89L85cYit20bkFsWPwAmB3tmEEHx1GMuglloEs9LbG8=; b=yYrSuKQFhTq3AyIAhqJ0wynxlBnInRHpwKUeQsekn57J//VpEbHE8zJPpYjx+vB/PZ YWC8iDO3Sf98ZK2A1Tc3M9Y0UPqoBM4dvw6DBgwxGznCNaTKJuQfPp1Pin9RgJuJXNGI lBusokBpyjGzVThxKh2GHm/LGRe5TJ5JyVZ8z1GALZ/t1NKbLl3Pzsz5v4FSqkG6hXM7 E3fWDtVpBu24E6fhIhKHYAqefvp0qkK2/+HEWz6Pgo5ZyxcWQJL3h0M8i6Qmv5+0f0Gy yrq+3oMGrqTQJpQOKDABlzG3rRbKCSfrIi4BTZYJ9tCBxB0ZmzPDnXJ0ZwzZMWlyZWyp 1Dxw== X-Gm-Message-State: AOAM532vdivS6I884S2mN/eBseBJQTa8lMoYKoXoX4VxPUGU9YNeYorF hiqWCI2Q0IuxNJA5h+FmgQ== X-Google-Smtp-Source: ABdhPJwTB3dMTBlwo5pHLDzpohHjFzoCrMqR0lPTutQ46f+OsP6T04QO8IFX4yubZI0OTunbKa3GwQ== X-Received: by 2002:a05:6870:ee0d:b0:ce:c0c9:64a with SMTP id ga13-20020a056870ee0d00b000cec0c9064amr2072910oab.156.1645817735262; Fri, 25 Feb 2022 11:35:35 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id j25-20020a4ad199000000b003171dfeb5bfsm1458351oor.15.2022.02.25.11.35.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 11:35:34 -0800 (PST) Received: (nullmailer pid 1301936 invoked by uid 1000); Fri, 25 Feb 2022 19:35:33 -0000 Date: Fri, 25 Feb 2022 13:35:33 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Tero Kristo , Jan Kotas , Avri Altman , Vignesh Raghavendra , devicetree@vger.kernel.org, linux-scsi@vger.kernel.org, Stanley Chu , Bjorn Andersson , Nishanth Menon , Wei Xu , "James E.J. Bottomley" , linux-mediatek@lists.infradead.org, Alim Akhtar , Andy Gross , linux-arm-msm@vger.kernel.org, Li Wei , Yaniv Gardi , linux-kernel@vger.kernel.org, "Martin K. Petersen" , Rob Herring Subject: Re: [PATCH v2 08/15] dt-bindings: ufs: snps,tc-dwc-g210: convert to dtschema Message-ID: References: <20220222145854.358646-1-krzysztof.kozlowski@canonical.com> <20220222145854.358646-9-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220222145854.358646-9-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 22 Feb 2022 15:58:47 +0100, Krzysztof Kozlowski wrote: > Convert the Synopsys Universal Flash Storage (UFS) Controller to DT > schema format. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/ufs/snps,tc-dwc-g210.yaml | 51 +++++++++++++++++++ > .../bindings/ufs/tc-dwc-g210-pltfrm.txt | 26 ---------- > 2 files changed, 51 insertions(+), 26 deletions(-) > create mode 100644 Documentation/devicetree/bindings/ufs/snps,tc-dwc-g210.yaml > delete mode 100644 Documentation/devicetree/bindings/ufs/tc-dwc-g210-pltfrm.txt > Reviewed-by: Rob Herring