Re: [PATCH] drm/exynos: simplify sleep PM ops

2015-12-01 Thread Inki Dae
Hi Andrzej, 2015년 11월 27일 23:32에 Andrzej Hajda 이(가) 쓴 글: > PM ops in exynos_drm_drv were split into two separate function as they were > used also by drm device. Since PM ops have been removed from drm device, the > functions can be merged together. > > Signed-off-by: Andrzej Hajda > --- > Hi In

[PATCH] drm/exynos: simplify sleep PM ops

2015-11-27 Thread Andrzej Hajda
PM ops in exynos_drm_drv were split into two separate function as they were used also by drm device. Since PM ops have been removed from drm device, the functions can be merged together. Signed-off-by: Andrzej Hajda --- Hi Inki, This is the patch I have promised during our discussion about PM ca