]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: exynos_fb: Remove callbacks from the driver
authorAjay Kumar <ajaykumar.rs@samsung.com>
Thu, 21 Feb 2013 23:52:57 +0000 (23:52 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 27 Mar 2013 12:17:12 +0000 (21:17 +0900)
commit29fd57046e3c33c5d75eb2e7e6607cdf49e162ac
tree60cdc800b7d2af88aba01cbb838cfaae09734f10
parent7ee68fe85f1a9e9db17d9760998c284cb85f56fa
video: exynos_fb: Remove callbacks from the driver

Replaced the functionality of callbacks by using a standard set of functions.
Instead of implementing and hooking up a callback, put the same code in one of
the standard set of functions by overriding it.

This patch is tested only on SMDK5250.
For Trats and universal_c210 board, it is only compile tested.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/smdk5250/smdk5250.c
board/samsung/trats/trats.c
board/samsung/universal_c210/universal.c
drivers/video/exynos_fb.c
include/lcd.h