From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754221AbdA0Hkn (ORCPT ); Fri, 27 Jan 2017 02:40:43 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:14606 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754082AbdA0Hkk (ORCPT ); Fri, 27 Jan 2017 02:40:40 -0500 Subject: Re: [PATCH v2 0/4] 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: <1484669670-4201-1-git-send-email-yendapally.reddy@broadcom.com> <588A16FA.50507@ti.com> <241009ca-4b34-b160-2de1-4752d3ff114b@gmail.com> CC: , , , , From: Kishon Vijay Abraham I Message-ID: <588AF92A.4060802@ti.com> Date: Fri, 27 Jan 2017 13:09:22 +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: <241009ca-4b34-b160-2de1-4752d3ff114b@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 Hi, On Thursday 26 January 2017 10:57 PM, Florian Fainelli wrote: > On 01/26/2017 07:34 AM, Kishon Vijay Abraham I wrote: >> >> >> On Tuesday 17 January 2017 09:44 PM, Yendapally Reddy Dhananjaya Reddy wrote: >>> This patch set contains the usb support for Broadcom NSP SoC. The >>> usb3 phy is internal to the SoC and is accessed through mdio interface. >>> The mdio interface can be used to access either internal usb3 phy or >>> external ethernet phy using a multiplexer. >>> >>> The first patch provides the documentation details for usb3 phy. The >>> second patch provides the changes to the mdio bus driver. The third >>> patch provides the phy driver and fourth patch provides the enable >>> method for usb. >> >> merged the 1st and 4th patch to linux-phy. > > You mean 1st and 3rd here, right? 4th is a Device Tree change that I > should take, and Patch 2 should be merged by David. yeah, sorry! > > What branch in your tree should we be looking at? git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next Thanks Kishon