phy: Add Amlogic Meson USB2 & USB3 Generic PHY drivers
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 11 Apr 2018 15:08:02 +0000 (17:08 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 11 Apr 2018 15:22:07 +0000 (17:22 +0200)
commit2960e27e3834ef2e6d506b21a582bd97ac18bbb0
treee2812a44104583c11ed218d142cf6750a757eba9
parent7c839ea70c4991e8d4c322e074359ac5e155d59d
phy: Add Amlogic Meson USB2 & USB3 Generic PHY drivers

The Amlogic Meson GXL and GXM (simple variant) embeds up to 3 USB2 PHYs
and an USB3 PHY. This patch adds drivers for these for the standard generic
PHY interface and supports the power-on/off calls and set the Host mode by
default.
They are based on the excellent work from Martin Blumenstingl merged in linux.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/meson-gxl-usb2.c [new file with mode: 0644]
drivers/phy/meson-gxl-usb3.c [new file with mode: 0644]