Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | phy: exynos-mipi-video: Fix phy_power_off() callback | Sylwester Nawrocki | 2013-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix argument passed to the register setup helper function so the phy is actually disabled. Now due to cut&paste error 1 is passed to both phy_power_on() and phy_power_off(). Reported by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs | Sylwester Nawrocki | 2013-10-16 | 1 | -0/+176 |
Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |