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 4AD65C433ED for ; Fri, 7 May 2021 22:12:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25CA761377 for ; Fri, 7 May 2021 22:12:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229978AbhEGWN4 (ORCPT ); Fri, 7 May 2021 18:13:56 -0400 Received: from mail-oi1-f174.google.com ([209.85.167.174]:43924 "EHLO mail-oi1-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229898AbhEGWNz (ORCPT ); Fri, 7 May 2021 18:13:55 -0400 Received: by mail-oi1-f174.google.com with SMTP id j75so10032056oih.10; Fri, 07 May 2021 15:12:55 -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=/8r+Lbr0DfTNwnY+IjwEBCPWL05D0ozGUpSsW0fUkTA=; b=JepHx4HIcmthz5R7BwckRCZWCPSa1k3Fz2LJtAqIC777zviu6F3fXU4CXRZ1oFV09N jxAKdyjEnSGrq3HqVT2CBnd09/46dfc9GrXE7aKYW6tQDqiptmVj/XROSDJlJfNyr5GX WbhBgJQF92ZHGTD8gAEuQXIY8O6D1T7uq2Noeg5sIGMCeUl93Pi1+XdKuODSVyZplyK0 39v32vFSiC0jXoN5F3R3fqmxDZolmxtswA5tYlPYyO8WgMLruRqteAo8n56oL/avAkf4 3XCxNKPE4lxRiXUY4lrQOVLNpupKEiSxTI6k1CScjyd72I/agP4Ti2vFfZ/5ukZVog5n /AIg== X-Gm-Message-State: AOAM532CVtqPYFpEyqRyVbxBcGwzw5lKdN1wLlntgKJcDQBT3mnpZGSY wpihRf3OcQYpaR5e4k6kFhSddvf7jg== X-Google-Smtp-Source: ABdhPJxzRsysvH1mVPYlJJZQwPKP4H/r7r7SGEWfJPxQDIkZwWiZcYqZIO62Qahjy+LCSFmPQbFMZg== X-Received: by 2002:aca:4dc3:: with SMTP id a186mr10715266oib.22.1620425575033; Fri, 07 May 2021 15:12:55 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 88sm1445861otx.2.2021.05.07.15.12.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 May 2021 15:12:53 -0700 (PDT) Received: (nullmailer pid 2989456 invoked by uid 1000); Fri, 07 May 2021 22:12:52 -0000 Date: Fri, 7 May 2021 17:12:52 -0500 From: Rob Herring To: Wan Jiabing Cc: Yuti Amonkar , Swapnil Jakhade , devicetree@vger.kernel.org, Rob Herring , linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, kael_w@yeah.net, Kishon Vijay Abraham I , Vinod Koul Subject: Re: [PATCH] dt-bindings: phy: cadence-torrent: update reference file of docs Message-ID: <20210507221252.GA2989400@robh.at.kernel.org> References: <20210506114940.22215-1-wanjiabing@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210506114940.22215-1-wanjiabing@vivo.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 06 May 2021 19:49:39 +0800, Wan Jiabing wrote: > In commit fd7abc3c5b87 ("phy: cadence-torrent: Use a common header > file for Cadence SERDES"), phy-cadence-torrent.h was renamed to > phy-cadence.h. Fix it of the Documentation. > > Signed-off-by: Wan Jiabing > --- > Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!