From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 12 Oct 2010 22:45:21 +0200 Subject: [U-Boot] [PATCH 2/4] led_display: split led display support into generic and hw-dependent parts In-Reply-To: <1284066214-749-3-git-send-email-yanok@emcraft.com> References: <1284066214-749-1-git-send-email-yanok@emcraft.com> <1284066214-749-2-git-send-email-yanok@emcraft.com> <1284066214-749-3-git-send-email-yanok@emcraft.com> Message-ID: <20101012204521.DD9AF1365CD@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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