]> Git Repo - J-u-boot.git/commit - drivers/video/atmel_hlcdfb.c
lcd: split configuration_get_cmap
authorNikita Kiryanov <[email protected]>
Tue, 3 Feb 2015 11:32:21 +0000 (13:32 +0200)
committerAnatolij Gustschin <[email protected]>
Tue, 10 Feb 2015 12:25:08 +0000 (13:25 +0100)
commit38b550877fd819ce7842b73530dcbacc098c9f0f
tree1701a3a9aa0e55548ceab3791c83c4e571ee175a
parentbaaa7dd7061521509792ca158508b2c4554a7184
lcd: split configuration_get_cmap

configuration_get_cmap() is multiple platform-specific functions stuffed into
one function. Split it into multiple versions, and move each version to the
appropriate driver to reduce the #ifdef complexity.

Signed-off-by: Nikita Kiryanov <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Bo Shen <[email protected]>
Tested-by: Josh Wu <[email protected]>
Cc: Bo Shen <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
common/lcd.c
drivers/video/atmel_hlcdfb.c
drivers/video/atmel_lcdfb.c
drivers/video/exynos_fb.c
drivers/video/mpc8xx_lcd.c
drivers/video/pxa_lcd.c
include/lcd.h
This page took 0.035176 seconds and 4 git commands to generate.