Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752017AbdFPFp2 (ORCPT ); Fri, 16 Jun 2017 01:45:28 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:44923 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750879AbdFPFp1 (ORCPT ); Fri, 16 Jun 2017 01:45:27 -0400 Subject: Re: [PATCH v2 0/2] Broadcom Stingray SATA PHY support To: Srinath Mannam , Rob Herring , Mark Rutland References: <1496921499-2808-1-git-send-email-srinath.mannam@broadcom.com> CC: Tejun Heo , Florian Fainelli , Ray Jui , , , From: Kishon Vijay Abraham I Message-ID: Date: Fri, 16 Jun 2017 11:15:15 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1496921499-2808-1-git-send-email-srinath.mannam@broadcom.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 614 Lines: 23 On Thursday 08 June 2017 05:01 PM, Srinath Mannam wrote: > This patchset extends the Broadcom SATA PHY driver to add > support for Stingray SATA PHY. > > All patches are based on linux-phy/next > > Changes since v1: > - Rebased patchset on linux-phy/next > merged, thanks! -Kishon > Srinath Mannam (2): > dt-bindings: Update documentation for stingray SATA phy > phy: Add stingray SATA phy support > > .../devicetree/bindings/phy/brcm-sata-phy.txt | 7 ++- > drivers/phy/broadcom/phy-brcm-sata.c | 73 ++++++++++++++++++++++ > 2 files changed, 77 insertions(+), 3 deletions(-) >