From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755940AbdEKN3p (ORCPT ); Thu, 11 May 2017 09:29:45 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:36068 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755288AbdEKN3n (ORCPT ); Thu, 11 May 2017 09:29:43 -0400 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= To: Kishon Vijay Abraham I Cc: Yendapally Reddy Dhananjaya Reddy , Jon Mason , Florian Fainelli , linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Subject: [PATCH for 4.13 0/5] phy: bcm-ns-usb3: add MDIO driver Date: Thu, 11 May 2017 15:29:20 +0200 Message-Id: <20170511132925.14564-1-zajec5@gmail.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 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 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. This is material for the next merge window (4.13 kernel) obviously. 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/Kconfig | 1 + drivers/phy/phy-bcm-ns-usb3.c | 223 +++++++++++++++------ 3 files changed, 179 insertions(+), 72 deletions(-) -- 2.11.0