]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/manroland/common.h
led_display: split led display support into generic and hw-dependent parts
authorIlya Yanok <yanok@emcraft.com>
Thu, 9 Sep 2010 21:03:32 +0000 (23:03 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 12 Oct 2010 20:44:33 +0000 (22:44 +0200)
commit7f0d241d5ce8c7d0dff49f74498bf5708002424e
treeb387723c6e648381087103c11e9e95ee28f772a0
parent9531a2388ccaeaabb33a359a0bbf2e1d792c7dde
led_display: split led display support into generic and hw-dependent parts

Split the display command into generic interface and hardware-specific
realization for PDSP188x LED display found on hmi1001 and manroland
boards. Simple interface for LED displays is defined in
include/led-display.h and described in doc/README.LED_display.
Driver-specific implementation was moved into drivers/misc/pdsp188x.c
file (enabled with CONFIG_PDSP188x set).

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
common/cmd_display.c
doc/README.LED_display [new file with mode: 0644]
drivers/misc/Makefile
drivers/misc/pdsp188x.c [new file with mode: 0644]
include/configs/hmi1001.h
include/configs/manroland/common.h
include/led-display.h [new file with mode: 0644]