From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 12 Nov 2013 10:20:50 +0100 Subject: [U-Boot] [PATCH V2 4/6] lcd: add DataImage SCF0403x LCD panel support In-Reply-To: <1381933409-8127-5-git-send-email-nikita@compulab.co.il> References: <1381933409-8127-1-git-send-email-nikita@compulab.co.il> <1381933409-8127-5-git-send-email-nikita@compulab.co.il> Message-ID: <20131112102050.43856579@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 16 Oct 2013 17:23:27 +0300 Nikita Kiryanov wrote: > Add SPI-based driver for DataImage SCF0403852GGU04 and SCF0403526GGU20 > LCD panels. > > Cc: Tom Rini > Cc: Anatolij Gustschin > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov > --- > 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