summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-exynos4210-usb2.c
Commit message (Collapse)AuthorAgeFilesLines
* phy: fix semicolon.cocci warningsVivek Gautam2016-11-181-2/+2
| | | | | | | | | | Remove unneeded semicolon. Generated by: coccinellery/semicolon/semicolon.cocci Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Cc: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
* phy: samsung-usb2: Remove NULL terminating entry from phys arrayAxel Lin2015-03-121-1/+0Star
| | | | | | | | Current code uses num_phys settings to tell the number of entries in phys. Thus remove the NULL terminating entry from phys array which is not necessary. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
* phy: Add new Exynos USB 2.0 PHY driverKamil Debski2014-03-081-0/+261
Add a new driver for the Exynos USB 2.0 PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4x10 and 4x12 SoC families. Signed-off-by: Kamil Debski <k.debski@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>