public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] led_display: split led display support into generic and hw-dependent parts
Date: Tue, 12 Oct 2010 22:45:21 +0200	[thread overview]
Message-ID: <20101012204521.DD9AF1365CD@gemini.denx.de> (raw)
In-Reply-To: <1284066214-749-3-git-send-email-yanok@emcraft.com>

Dear Ilya Yanok,

In message <1284066214-749-3-git-send-email-yanok@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@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

  parent reply	other threads:[~2010-10-12 20:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-09 21:03 [U-Boot] [PATCH 0/4] Support for A4M072 board Ilya Yanok
2010-09-09 21:03 ` [U-Boot] [PATCH 1/4] A4M072: Added support for the board Ilya Yanok
2010-09-09 21:03   ` [U-Boot] [PATCH 2/4] led_display: split led display support into generic and hw-dependent parts Ilya Yanok
2010-09-09 21:03     ` [U-Boot] [PATCH 3/4] a4m072: led display support Ilya Yanok
2010-09-09 21:03       ` [U-Boot] [PATCH 4/4] a4m072: support for SHOW_BOOT_PROGRESS feature using LED display Ilya Yanok
2010-10-12 20:45         ` Wolfgang Denk
2010-10-12 20:45       ` [U-Boot] [PATCH 3/4] a4m072: led display support Wolfgang Denk
2010-10-12 20:45     ` Wolfgang Denk [this message]
2010-10-12 20:45   ` [U-Boot] [PATCH 1/4] A4M072: Added support for the board Wolfgang Denk
2010-10-12 20:49     ` Ilya Yanok
2010-10-12 21:36       ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101012204521.DD9AF1365CD@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox