Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752746AbdFPHyd (ORCPT ); Fri, 16 Jun 2017 03:54:33 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:45077 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752375AbdFPHyc (ORCPT ); Fri, 16 Jun 2017 03:54:32 -0400 Subject: Re: [PATCH V2 0/5] phy: bcm-ns-usb3: add MDIO driver To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= References: <20170511132925.14564-1-zajec5@gmail.com> <20170608200428.9187-1-zajec5@gmail.com> CC: Yendapally Reddy Dhananjaya Reddy , Jon Mason , Florian Fainelli , , , , , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= From: Kishon Vijay Abraham I Message-ID: Date: Fri, 16 Jun 2017 13:23:56 +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: <20170608200428.9187-1-zajec5@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1101 Lines: 30 On Friday 09 June 2017 01:34 AM, Rafał Miłecki wrote: > From: Rafał Miłecki > > As explained in the commit 9200c6f177638 ("Revert "phy: Add USB3 PHY support > for Broadcom NSP SoC"") this module should be modified to use MDIO bus as > this is how PHY is really attached. > > This should allow reusing this driver on NSP and any other platform with > MDIO bus and this particular PHY. > > V2: Rebase and update 4/5 and 5/5. merged, thanks! -Kishon > > Rafał Miłecki (5): > phy: bcm-ns-usb3: always wait for idle after writing to the PHY reg > phy: bcm-ns-usb3: use pointer for PHY writing function > phy: bcm-ns-usb3: enable MDIO in the platform specific code > dt-bindings: phy: Modify Broadcom NS USB 3.0 PHY binding to use MDIO > phy: bcm-ns-usb3: add MDIO driver using proper bus layer > > .../devicetree/bindings/phy/bcm-ns-usb3-phy.txt | 27 ++- > drivers/phy/broadcom/Kconfig | 1 + > drivers/phy/broadcom/phy-bcm-ns-usb3.c | 230 +++++++++++++++------ > 3 files changed, 186 insertions(+), 72 deletions(-) >