OSDN Git Service

phy: Add a driver for the ATH79 USB phy
authorAlban Bedel <albeu@free.fr>
Sat, 24 Mar 2018 22:38:40 +0000 (23:38 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 25 Apr 2018 05:23:00 +0000 (10:53 +0530)
commitcd3bf368aa7a352a577be7b9540c6b5b2681bf17
treeec36738bd9d85ac95fc51a2ac24142190e513dae
parent8866df25e56cd5ac067e70825e6f38f9f2363db9
phy: Add a driver for the ATH79 USB phy

The ATH79 USB phy is very simple, it only have a reset. On some SoC a
second reset is used to force the phy in suspend mode regardless of the
USB controller status.

This driver is added to the qualcom directory as atheros is now part
of qualcom and newer SoC of this familly are marketed under the
qualcom name.

Signed-off-by: Alban Bedel <albeu@free.fr>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
MAINTAINERS
drivers/phy/qualcomm/Kconfig
drivers/phy/qualcomm/Makefile
drivers/phy/qualcomm/phy-ath79-usb.c [new file with mode: 0644]