Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751859AbdFHQei (ORCPT ); Thu, 8 Jun 2017 12:34:38 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:35311 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbdFHQef (ORCPT ); Thu, 8 Jun 2017 12:34:35 -0400 Subject: Re: [PATCH v2 0/2] Broadcom Stingray SATA PHY support To: Srinath Mannam , Rob Herring , Mark Rutland , Kishon Vijay Abraham I Cc: Tejun Heo , Florian Fainelli , Ray Jui , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com References: <1496921499-2808-1-git-send-email-srinath.mannam@broadcom.com> From: Florian Fainelli Message-ID: <50aa242d-1abb-f111-8cb8-346653393a1a@gmail.com> Date: Thu, 8 Jun 2017 09:34:29 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1496921499-2808-1-git-send-email-srinath.mannam@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 752 Lines: 28 On 06/08/2017 04:31 AM, 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 When you rebase and you don't make major changes to the patch, please carry the Reviewed, Acked, etc. tags that you got from the previous submission. Thank you > > Changes since v1: > - Rebased patchset on linux-phy/next > > 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(-) > -- Florian