]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: simple: Add proper definition for prepare and unprepare
authorAjay Kumar <ajaykumar.rs@samsung.com>
Thu, 31 Jul 2014 17:42:10 +0000 (23:12 +0530)
committerThierry Reding <treding@nvidia.com>
Wed, 6 Aug 2014 14:44:14 +0000 (16:44 +0200)
commitabdc6b6bdd740537a8e479b7acdda71cacebf474
tree09d536ed509b78e1a4bc152ccafbbeb0bf8fba99
parent2e3b581e38924af21e6fa59f04630d35304d145c
drm/panel: simple: Add proper definition for prepare and unprepare

Move out code from enable and disable routines to prepare
and unprepare routines, so that functionality is properly
distributed across all the panel functions.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-simple.c