[U-Boot] [PATCH V2 4/6] lcd: add DataImage SCF0403x LCD panel support
Anatolij Gustschin
agust at denx.de
Tue Nov 12 10:20:50 CET 2013
On Wed, 16 Oct 2013 17:23:27 +0300
Nikita Kiryanov <nikita at compulab.co.il> wrote:
> Add SPI-based driver for DataImage SCF0403852GGU04 and SCF0403526GGU20
> LCD panels.
>
> Cc: Tom Rini <trini at ti.com>
> Cc: Anatolij Gustschin <agust at denx.de>
> Cc: Igor Grinberg <grinberg at compulab.co.il>
> Signed-off-by: Nikita Kiryanov <nikita at compulab.co.il>
> ---
> Changes in V2:
> - Added SPDX-License-Identifier to all new files (Anatolij Gustschin)
> - s/printf/puts for not formatted strings (Anatolij Gustschin)
> - Do not fail init if an invalid reset_gpio is given (Igor Grinberg)
> - Move definition of SPI_XFER_ONCE to a separate patch (Igor Grinberg)
>
> drivers/video/Makefile | 1 +
> drivers/video/scf0403_lcd.c | 296 ++++++++++++++++++++++++++++++++++++++++++++
> include/scf0403_lcd.h | 11 ++
> 3 files changed, 308 insertions(+)
> create mode 100644 drivers/video/scf0403_lcd.c
> create mode 100644 include/scf0403_lcd.h
applied to u-boot-video/master, thanks!
Anatolij
More information about the U-Boot
mailing list