Re: [PATCH 4/7] drm/exynos: add support for exynos5420 hdmiphy

2013-09-03 Thread Sean Paul
On Fri, Aug 30, 2013 at 2:59 AM, Rahul Sharma wrote: > Exynos5420 hdmiphy device is a platform device, unlike > predecessor SoCs where it used to be a I2C device. This > support is added to the hdmiphy driver. > Stuffing a platform driver in the same place as your i2c driver seems weird. I think

[PATCH 4/7] drm/exynos: add support for exynos5420 hdmiphy

2013-09-01 Thread Rahul Sharma
Exynos5420 hdmiphy device is a platform device, unlike predecessor SoCs where it used to be a I2C device. This support is added to the hdmiphy driver. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_hdmiphy.c | 224 ++- 1 file changed, 221 insertions(+)