From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751043AbdAPJSk (ORCPT ); Mon, 16 Jan 2017 04:18:40 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:47702 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbdAPJSe (ORCPT ); Mon, 16 Jan 2017 04:18:34 -0500 Subject: Re: [PATCH 0/6] USB support for Broadcom NSP SoC To: Florian Fainelli , Yendapally Reddy Dhananjaya Reddy , Rob Herring , Mark Rutland , Russell King , Ray Jui , Scott Branden , Jon Mason References: <1478683994-12008-1-git-send-email-yendapally.reddy@broadcom.com> <79483fc3-5e91-a1f0-1dbf-1987682373e6@gmail.com> CC: , , , , From: Kishon Vijay Abraham I Message-ID: <587C8FBA.7010802@ti.com> Date: Mon, 16 Jan 2017 14:47:46 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <79483fc3-5e91-a1f0-1dbf-1987682373e6@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 13 December 2016 07:50 AM, Florian Fainelli wrote: > On 11/09/2016 01:33 AM, Yendapally Reddy Dhananjaya Reddy wrote: >> This patch set contains the usb support for Broadcom NSP SoC. >> The usb phy is connected through mdio interface. The mdio interface >> can be used to access either internal phys or external phys using a >> multiplexer. >> >> The first patch provides the documentation details for mdio-mux and >> second patch provides the documentation details for usb3 phy. The third >> patch contains the mdio-mux support and fourth patch contains the >> changes to the mdio bus driver. >> >> The fifth patch provides the phy driver and sixth patch provides the >> enable method for usb. >> >> This patch series has been tested on NSP bcm958625HR board. >> This patch series is based on v4.9.0-rc1 and is available from github- >> repo: https://github.com/Broadcom/cygnus-linux.git >> branch:nsp-usb-v1 > > Can you resubmit this patch series with the feedback from Andrew, Rob > and Scott addressed? can the phy patches be re-submitted based on latest mainline and addressing those feedbacks? Thanks Kishon