OSDN Git Service

phy: cadence: salvo: add salvo phy driver
authorPeter Chen <peter.chen@nxp.com>
Wed, 1 Apr 2020 01:38:50 +0000 (09:38 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 7 May 2020 04:16:36 +0000 (09:46 +0530)
commit50d35aa8c15f7210fe76de64b1940100b588bcae
tree2ecb99eb0f17be943cb197794ee8ede708a038ca
parent6bbee9da9077c2551bf6057d22bf57cf6eb791d9
phy: cadence: salvo: add salvo phy driver

Cadence SALVO PHY is a 28nm product, and is only used for USB3 & USB2.
According to the Cadence, this PHY is a legacy Module, and Sierra and
Torrent are later evolutions from it, and their sequence overlap is
minimal, meaning we cannot reuse either (Sierra & Torrent) of the PHY
drivers.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/cadence/Kconfig
drivers/phy/cadence/Makefile
drivers/phy/cadence/phy-cadence-salvo.c [new file with mode: 0644]