From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 4 Jun 2012 22:49:55 +0200 Subject: [U-Boot] [PATCH v3 05/11] cfb_console: Add console_clear_line function In-Reply-To: <1337546288-14856-1-git-send-email-agust@denx.de> References: <1335634011-9104-6-git-send-email-pali.rohar@gmail.com> <1337546288-14856-1-git-send-email-agust@denx.de> Message-ID: <20120604224955.05596343@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 20 May 2012 22:38:08 +0200 Anatolij Gustschin wrote: > From: Pali Roh?r > > console_clear_line() clears part of specified line or the full line. > > Signed-off-by: Pali Roh?r > Signed-off-by: Anatolij Gustschin > --- > Changes since v2: > - remove console_clear() from this patch, it should be added in > another patch which uses this function > - fix arguments for hw accelerated fill and drop FIXME comments > - fix console_clear_line() end argument, as we start counting > columns from zero > - fix coding style > - extend comments > - tested the code with hw accelerated fill > > drivers/video/cfb_console.c | 49 +++++++++++++++++++++++++++++++----------- > 1 files changed, 36 insertions(+), 13 deletions(-) Applied to u-boot-video/master. Thanks! Anatolij