summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2013-04-04 14:15:04 +0200
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:35:18 +0900
commit3e7e5f9a9e153b259b079c1141767262e917805c (patch)
tree033de300c5708795e021e2b0e02c94ee2b956eea /include
parentbac635a5669975c176b6ccccde388c9f0049905f (diff)
downloadlinux-3.10-3e7e5f9a9e153b259b079c1141767262e917805c.tar.gz
linux-3.10-3e7e5f9a9e153b259b079c1141767262e917805c.tar.bz2
linux-3.10-3e7e5f9a9e153b259b079c1141767262e917805c.zip
[media] exynos4-is: Use the generic MIPI CSIS PHY driver
Use the generic PHY API instead of the platform callback to control the MIPI CSIS DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Felipe Balbi <balbi@ti.com> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com> --- Changes since v4: - updated to latest version of the PHY framework - removed PHY labels.
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/mipi-csis.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/platform_data/mipi-csis.h b/include/linux/platform_data/mipi-csis.h
index bf34e17cee7..c2fd9024717 100644
--- a/include/linux/platform_data/mipi-csis.h
+++ b/include/linux/platform_data/mipi-csis.h
@@ -25,13 +25,4 @@ struct s5p_platform_mipi_csis {
u8 hs_settle;
};
-/**
- * s5p_csis_phy_enable - global MIPI-CSI receiver D-PHY control
- * @id: MIPI-CSIS harware instance index (0...1)
- * @on: true to enable D-PHY and deassert its reset
- * false to disable D-PHY
- * @return: 0 on success, or negative error code on failure
- */
-int s5p_csis_phy_enable(int id, bool on);
-
#endif /* __PLAT_SAMSUNG_MIPI_CSIS_H_ */