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>
Showing
- board/samsung/smdk5250/smdk5250.c 1 addition, 5 deletionsboard/samsung/smdk5250/smdk5250.c
- board/samsung/trats/trats.c 1 addition, 5 deletionsboard/samsung/trats/trats.c
- board/samsung/universal_c210/universal.c 13 additions, 10 deletionsboard/samsung/universal_c210/universal.c
- drivers/video/exynos_fb.c 51 additions, 16 deletionsdrivers/video/exynos_fb.c
- include/lcd.h 0 additions, 9 deletionsinclude/lcd.h
Loading
Please register or sign in to comment