[U-Boot] [PATCH 2/4] led_display: split led display support into generic and hw-dependent parts

Wolfgang Denk wd at denx.de
Tue Oct 12 22:45:21 CEST 2010


Dear Ilya Yanok,

In message <1284066214-749-3-git-send-email-yanok at emcraft.com> you wrote:
> 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 at emcraft.com>
> ---
>  common/cmd_display.c               |   26 ++++++-----------
>  doc/README.LED_display             |   28 +++++++++++++++++
>  drivers/misc/Makefile              |    1 +
>  drivers/misc/pdsp188x.c            |   57 ++++++++++++++++++++++++++++++++++++
>  include/configs/hmi1001.h          |    1 +
>  include/configs/manroland/common.h |    5 +++
>  include/led-display.h              |   36 ++++++++++++++++++++++
>  7 files changed, 137 insertions(+), 17 deletions(-)
>  create mode 100644 doc/README.LED_display
>  create mode 100644 drivers/misc/pdsp188x.c
>  create mode 100644 include/led-display.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Where there's no emotion, there's no motive for violence.
	-- Spock, "Dagger of the Mind", stardate 2715.1


More information about the U-Boot mailing list