]> Git Repo - u-boot.git/commit
lcd: refactor lcd console stuff into its own file
authorNikita Kiryanov <[email protected]>
Mon, 8 Dec 2014 15:14:45 +0000 (17:14 +0200)
committerAnatolij Gustschin <[email protected]>
Sat, 10 Jan 2015 16:53:59 +0000 (17:53 +0100)
commit904672ee489280cf26793e0a590505a2659dae09
treef59149f4e0e8f9eedf796f6696a5eab256abef42
parent88b326a31e4b7c2b6550980944b9b72f40c1bda0
lcd: refactor lcd console stuff into its own file

common/lcd.c is a mix of code portions that do different but related
things. To improve modularity, the various code portions should be split
into their own modules. Separate lcd console code into its own file.

Signed-off-by: Nikita Kiryanov <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Stephen Warren <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
common/Makefile
common/lcd.c
common/lcd_console.c [new file with mode: 0644]
include/lcd.h
include/lcd_console.h [new file with mode: 0644]
This page took 0.036437 seconds and 4 git commands to generate.