Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754812AbcLODa2 (ORCPT ); Wed, 14 Dec 2016 22:30:28 -0500 Received: from mail-qk0-f178.google.com ([209.85.220.178]:35131 "EHLO mail-qk0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752884AbcLODaZ (ORCPT ); Wed, 14 Dec 2016 22:30:25 -0500 MIME-Version: 1.0 From: Yendapally Reddy Dhananjaya Reddy Date: Thu, 15 Dec 2016 09:00:08 +0530 Message-ID: Subject: Re: [PATCH 0/6] USB support for Broadcom NSP SoC To: Florian Fainelli Cc: Rob Herring , Mark Rutland , Russell King , Ray Jui , Scott Branden , Jon Mason , Kishon Vijay Abraham I , BCM Kernel Feedback , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1285 Lines: 36 On Tue, Dec 13, 2016 at 7: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? > > Thanks! Hi Florian, I addressed all the comments. The change suggested by Andrew requires the latest patches of "mdio-mux-mmioreg" available in "net-next". I need to wait until these changes are in mainline. Thanks Dhananjay > -- > Florian