aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-da8xx-usb.c
Commit message (Collapse)AuthorAge
* phy: da8xx-usb: rename the ohci device to ohci-da8xxAxel Haslam2016-11-05
| | | | | | | | The ohci device name has changed in the board configuraion files, hence, change the phy lookup table to match the new name. Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
* phy: da8xx-usb: Fix syscon device nameDavid Lechner2016-09-10
| | | | | | | The syscon device in board config/device tree has been renamed. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
* phy: da8xx-usb: new driver for DA8xx SoC USB PHYDavid Lechner2016-07-04
This is a new phy driver for the SoC USB controllers on the TI DA8xx family of microcontrollers. The USB 1.1 PHY is just a simple on/off. The USB 2.0 PHY also allows overriding the VBUS and ID pins. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>