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 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 5CAEAC433E3 for ; Tue, 23 Mar 2021 22:34:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3057D619D7 for ; Tue, 23 Mar 2021 22:34:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234038AbhCWWdp (ORCPT ); Tue, 23 Mar 2021 18:33:45 -0400 Received: from mail-io1-f54.google.com ([209.85.166.54]:40563 "EHLO mail-io1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233944AbhCWWbv (ORCPT ); Tue, 23 Mar 2021 18:31:51 -0400 Received: by mail-io1-f54.google.com with SMTP id n21so19460514ioa.7; Tue, 23 Mar 2021 15:31:37 -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=ADJOQE6rRZGFPRgrhEG6DzF/Fsvk9oc1m1438uMe3rc=; b=DGJyephPBjDru8KDTSeLCgslB41rf/GEevH+ROJM4f8o4M774LFxY4QH7iUA4nLP2S KsK0mwkUK9bfMt0PrTks87J5BGL4b7uIpJqQbbk0JwX8efUpWHhGzq5vGKdYZxkTv652 NqhpkHLU9ouerWerGO+AKFAJRZRCZY2bjpsoc5VgTIlZdV3AGarqJhRjanadnsajb//q ikiJOpmT7eujQTf+P/W+WbhryeGSDPYy3eH9RIkTnIhynKaTGZceh/9ExGWx7oLPRKfG pqiECSLHcqohBNDRHbs5vmgMmiKmkNtcRjNmxSUt5V56lSg5PVvrPPR+fCKgHJg+bXef p8yg== X-Gm-Message-State: AOAM532zVgpWqbiuYg2pe+KpIRCL6quuxhaVSMaTnPRLGd8v4eqlArIi ldCF/4DpQRYAAGpipUIgJA== X-Google-Smtp-Source: ABdhPJyQXi0EFkGQwsLFtkgk7o5qUS8AFJcKo/rS1/0FHagpbUOKycPea+AB7L1IJYJ6hAxCxOFkOw== X-Received: by 2002:a5e:c911:: with SMTP id z17mr248834iol.153.1616538697665; Tue, 23 Mar 2021 15:31:37 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id x20sm103383ilc.88.2021.03.23.15.31.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 15:31:36 -0700 (PDT) Received: (nullmailer pid 1464678 invoked by uid 1000); Tue, 23 Mar 2021 22:31:34 -0000 Date: Tue, 23 Mar 2021 16:31:34 -0600 From: Rob Herring To: Kishon Vijay Abraham I Cc: linux-phy@lists.infradead.org, Vinod Koul , linux-kernel@vger.kernel.org, Swapnil Jakhade , Lokesh Vutla , Rob Herring , Philipp Zabel , devicetree@vger.kernel.org Subject: Re: [PATCH v7 08/13] phy: cadence-torrent: Use a common header file for Cadence SERDES Message-ID: <20210323223134.GA1464641@robh.at.kernel.org> References: <20210319124128.13308-1-kishon@ti.com> <20210319124128.13308-9-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210319124128.13308-9-kishon@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 19 Mar 2021 18:11:23 +0530, Kishon Vijay Abraham I wrote: > No functional change. In order to have a single header file for all > Cadence SERDES move phy-cadence-torrent.h to phy-cadence.h. This is > in preparation for adding Cadence Sierra SERDES specific macros. > > Signed-off-by: Kishon Vijay Abraham I > Reviewed-by: Swapnil Jakhade > --- > .../devicetree/bindings/phy/phy-cadence-torrent.yaml | 2 +- > drivers/phy/cadence/phy-cadence-torrent.c | 2 +- > .../phy/{phy-cadence-torrent.h => phy-cadence.h} | 9 +++++---- > 3 files changed, 7 insertions(+), 6 deletions(-) > rename include/dt-bindings/phy/{phy-cadence-torrent.h => phy-cadence.h} (51%) > Acked-by: Rob Herring