summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-samsung-usb2.h
diff options
context:
space:
mode:
authorMateusz Krawczuk <mat.krawczuk@gmail.com>2013-12-20 14:24:12 +0100
committerKukjin Kim <kgene.kim@samsung.com>2014-07-19 04:25:09 +0900
commit949ccc3a93630ed61f0f38fbf76ee2667d11d3f7 (patch)
treec97d3444abf80ba8acd0a75dd0b6bec446f38927 /drivers/phy/phy-samsung-usb2.h
parent9978f28f695adb63fa1726744a7f95e12920e8c9 (diff)
downloadlinux-0-day-949ccc3a93630ed61f0f38fbf76ee2667d11d3f7.tar.gz
linux-0-day-949ccc3a93630ed61f0f38fbf76ee2667d11d3f7.tar.xz
phy: Add support for S5PV210 to the Exynos USB 2.0 PHY driver
Add support for the Samsung's S5PV210 SoC to the Exynos USB 2.0 PHY driver. Signed-off-by: Mateusz Krawczuk <m.krawczuk@partner.samsung.com> [k.debski@samsung.com: cleanup and commit description] [k.debski@samsung.com: make changes accordingly to the mailing list comments] Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/phy/phy-samsung-usb2.h')
-rw-r--r--drivers/phy/phy-samsung-usb2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/phy-samsung-usb2.h b/drivers/phy/phy-samsung-usb2.h
index 45b3170652bdf..1c55795d44295 100644
--- a/drivers/phy/phy-samsung-usb2.h
+++ b/drivers/phy/phy-samsung-usb2.h
@@ -61,6 +61,7 @@ struct samsung_usb2_phy_config {
bool has_mode_switch;
};
+extern const struct samsung_usb2_phy_config s5pv210_usb2_phy_config;
extern const struct samsung_usb2_phy_config exynos4210_usb2_phy_config;
extern const struct samsung_usb2_phy_config exynos4x12_usb2_phy_config;
extern const struct samsung_usb2_phy_config exynos5250_usb2_phy_config;