common: lcd: extend lcd api by function lcd_get_position_cursor()
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 2 Apr 2014 13:21:06 +0000 (15:21 +0200)
committerLukasz Majewski <l.majewski@samsung.com>
Thu, 30 Oct 2014 08:27:13 +0000 (09:27 +0100)
commitac4475fb8cd01ad7c8b2dc9a4037b7cd31329724
tree0ed59369ac70c12a7c3d9c0dc959abbed6cba642
parentcd1cdf822b93b1cba529348f19f0cc17c2fb50df
common: lcd: extend lcd api by function lcd_get_position_cursor()

This commit change the name of function lcd_position_cursor()
to lcd_set_position_cursor() and adds its complementary function
lcd_get_position_cursor().
This change is useful e.g. when user wants overwrite some lines,
words or even just a letter on lcd console screen.

Other changes:
- update previous lcd_position_cursor() calls

Change-Id: I4a102c236f2d2d5c238e9790382e4b9454e3c361
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Vadim Bendebury <vbendeb@chromium.org>
Cc: Simon Glass <sjg@chromium.org>
board/samsung/common/misc.c
common/lcd.c
include/lcd.h