]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lcd: move platform-specific structs to their own headers
authorNikita Kiryanov <nikita@compulab.co.il>
Tue, 3 Feb 2015 11:32:20 +0000 (13:32 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:37:37 +0000 (13:37 +0200)
commite71e81742cf06f0d0311ab284ce5364017227411
tree85abeb74ea863c3c34de955aed4d729f13b330e7
parentc444f6f171b3a23d8c9b339e7798c444f16a82de
lcd: move platform-specific structs to their own headers

common/lcd code is full of platform-specific code and definitions, which
ideally should reside with the respective driver code. Take a step towards that
goal by moving platform-specific structs from lcd.h to their own header files.

The structs for the generic case (the #else for all the platform-specific
cases) is retained in lcd.h as the default case.

Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Bo Shen <voice.shen@atmel.com>
Tested-by: Josh Wu <josh.wu@atmel.com>
Cc: Bo Shen <voice.shen@atmel.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Anatolij Gustschin <agust@denx.de>
include/atmel_lcd.h [new file with mode: 0644]
include/exynos_lcd.h [new file with mode: 0644]
include/lcd.h
include/mpc823_lcd.h [new file with mode: 0644]
include/pxa_lcd.h [new file with mode: 0644]