Revert "phy: Add USB3 PHY support for Broadcom NSP SoC"
authorRafał Miłecki <rafal@milecki.pl>
Wed, 8 Feb 2017 23:30:22 +0000 (00:30 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 9 Mar 2017 09:59:44 +0000 (15:29 +0530)
commit9200c6f177638909dbbaded8aeeeccbd48744400
tree8fa20cc87bbf9b34784cf7f4a9cf22e06f007986
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
Revert "phy: Add USB3 PHY support for Broadcom NSP SoC"

This reverts commit d7bc1a7d41bf ("phy: Add USB3 PHY support for
Broadcom NSP SoC") as we already have driver for this PHY (shared by NS
and NSP). It was added in commit e5666281d9ea ("phy: bcm-ns-usb3: new
driver for USB 3.0 PHY on Northstar").

Instead of adding separated driver & duplicating code we should work on
improving existing (old) one. Thanks to work done by Broadcom we know
there is MDIO bus we weren't aware of & we know register names which
makes initialization more clear. This is very valuable info and we
should work on using it in existing driver afterwards.

Acked-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-bcm-nsp-usb3.c [deleted file]