On Wed, 16 Oct 2013 17:23:27 +0300
Nikita Kiryanov <nik...@compulab.co.il> wrote:

> Add SPI-based driver for DataImage SCF0403852GGU04 and SCF0403526GGU20
> LCD panels.
> 
> Cc: Tom Rini <tr...@ti.com>
> Cc: Anatolij Gustschin <ag...@denx.de>
> Cc: Igor Grinberg <grinb...@compulab.co.il>
> Signed-off-by: Nikita Kiryanov <nik...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to