Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp670771ybg; Wed, 10 Jun 2020 10:30:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxowSARfJMkM6mWjkW91St2eH/DlnyaI0ZPl93Ou/NDkL1ZnsXY+zzF+0N39ljewnhLKU9H X-Received: by 2002:aa7:d054:: with SMTP id n20mr3383059edo.344.1591810209846; Wed, 10 Jun 2020 10:30:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591810209; cv=none; d=google.com; s=arc-20160816; b=ysI7Y63ZoEL8+KAT0EAfIjcSL9H0v5LQa7qFqCt0YdV5UgXeeptmhyiQ+LoRf0Qlfg 05W0ha269l2Kuip4EbraO8SJD8wyIGJfGhZDj7qoZaxvEHDw2O/46Wd1tLwnBiQoKfSa mJUgAqE+8YsY7tp2InR7hTpfk61Rlxk+IIlwqhrdtqSXSqSZ9mhX6kzdikboiIIJTS0X rlPujMTBoM/IJ+pILEgsl51RlKz7GGHMlahPHk1czUsNhUU4zjbBm5f/pB5fcKCeBI3a zXH5n0E7YnunMOMUv7VoA5famx3LZbliYy8gnTcLHgLhjuVLRQT+x3CnC4oHJf62TSsC e+Gg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=Yy+IkCHrjgAoBFefDJDvnXy8f/pN/3/hn6dXUqnPGPM=; b=P1hzL7FaP5KARIoaN/z7klJ1dn0tdk6DWM//4vblsKOI5p9F2tyMcf6PHw5SdgYl/V mW9x5Jtb6Ba0p8y7buOc92wayvyaI/lSG1dQvrPutoTsS4h2pRmKuelOA+N6zkS2I4g0 l12eu1nwuUYVtFCtgqmGTHjjK3PH8wowzCv7mf8WU09e7TjwxCyaxOx/wURH35AWaGZD NuqFjD1iAhbcdu/phGQlxzb7V1xCLP+VX6F8/fkxQUjyDpi/PJ0dNzUDtiyQPGSN4uHh UST+RVloQFNzGu9G9F8CUOgpPvK064AWniCTxwr5qlDgKNk4FLLUnPSBN9ZtzDiebrQT azvQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass (test mode) header.i=@ideasonboard.com header.s=mail header.b=AFlVfLb5; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dm27si143446edb.308.2020.06.10.10.29.46; Wed, 10 Jun 2020 10:30:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass (test mode) header.i=@ideasonboard.com header.s=mail header.b=AFlVfLb5; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728266AbgFJRFu (ORCPT + 99 others); Wed, 10 Jun 2020 13:05:50 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:41344 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726560AbgFJRFu (ORCPT ); Wed, 10 Jun 2020 13:05:50 -0400 Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BCAAA29E; Wed, 10 Jun 2020 19:05:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1591808747; bh=ZT/nC6qDo3qrxgHBIHIVh6Z1UO4m1PQ4ivQ/Rys58vg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AFlVfLb5GWleANehz2I1Q3WGTN1a+PF08g2R3csISBNuHDYxzQ1Q2/J7MLXwsw8qy Hfm9q3uexu28uC50dA9K3rNzTUrjYJEiBPBRWZ3CiizAZI58/37KsMD6/rgv53Gf4A ZOhIdw03o69fRSdFjLPbm3As2Ypiqnbn6VtUj7rI= Date: Wed, 10 Jun 2020 20:05:27 +0300 From: Laurent Pinchart To: Kishon Vijay Abraham I Cc: Michal Simek , devicetree@vger.kernel.org, Rob Herring , Anurag Kumar Vulisha , linux-kernel@vger.kernel.org, Vinod Koul Subject: Re: [PATCH v8 1/3] dt-bindings: phy: Add DT bindings for Xilinx ZynqMP PSGTR PHY Message-ID: <20200610170527.GA364@pendragon.ideasonboard.com> References: <20200513172239.26444-1-laurent.pinchart@ideasonboard.com> <20200513172239.26444-2-laurent.pinchart@ideasonboard.com> <20200526183201.GA134956@bogus> <20200528015537.GF4670@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200528015537.GF4670@pendragon.ideasonboard.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kishon, On Thu, May 28, 2020 at 04:55:38AM +0300, Laurent Pinchart wrote: > On Tue, May 26, 2020 at 12:32:01PM -0600, Rob Herring wrote: > > On Wed, 13 May 2020 20:22:37 +0300, Laurent Pinchart wrote: > > > From: Anurag Kumar Vulisha > > > > > > Add DT bindings for the Xilinx ZynqMP PHY. ZynqMP SoCs have a High Speed > > > Processing System Gigabit Transceiver which provides PHY capabilities to > > > USB, SATA, PCIE, Display Port and Ehernet SGMII controllers. > > > > > > Signed-off-by: Anurag Kumar Vulisha > > > Signed-off-by: Laurent Pinchart > > > --- > > > Changes since v7: > > > > > > - Switch to GPL-2.0-only OR BSD-2-Clause > > > > > > Changes since v6: > > > > > > - Fixed specification of compatible-dependent xlnx,tx-termination-fix > > > property > > > - Dropped status property from example > > > - Use 4 spaces to indent example > > > > > > Changes since v5: > > > > > > - Document clocks and clock-names properties > > > - Document resets and reset-names properties > > > - Replace subnodes with an additional entry in the PHY cells > > > - Drop lane frequency PHY cell, replaced by reference clock phandle > > > - Convert bindings to YAML > > > - Reword the subject line > > > - Drop Rob's R-b as the bindings have significantly changed > > > - Drop resets and reset-names properties > > > --- > > > .../bindings/phy/xlnx,zynqmp-psgtr.yaml | 105 ++++++++++++++++++ > > > include/dt-bindings/phy/phy.h | 1 + > > > 2 files changed, 106 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml > > > > Reviewed-by: Rob Herring > > Thank you Rob. > > Kishon, now that the bindings have been acked, could you please take the > series in your tree (which I assume to tbe > https://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git/) ? > Is it too late for v5.8 ? Gentle ping. -- Regards, Laurent Pinchart