Re: [PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-09 Thread Tomi Valkeinen
On 28/09/13 22:27, Sylwester Nawrocki wrote: > Use the generic PHY API instead of the platform callback > for the MIPI DSIM DPHY enable/reset control. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > Acked-by: Felipe Balbi > Acked-by: Donghwa Lee > --- > Changes since v4:

[PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver

2013-09-28 Thread Sylwester Nawrocki
Use the generic PHY API instead of the platform callback for the MIPI DSIM DPHY enable/reset control. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Acked-by: Felipe Balbi Acked-by: Donghwa Lee --- Changes since v4: - PHY label removed from the platform data structure. --- dr