From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 5 May 2014 11:16:22 +0200 Subject: [U-Boot] [PATCH 2/4] video: Add support for imx25 lcd controller In-Reply-To: <1398232365-10877-3-git-send-email-dietho@gmx.de> References: <1398232365-10877-1-git-send-email-dietho@gmx.de> <1398232365-10877-3-git-send-email-dietho@gmx.de> Message-ID: <20140505111622.5f1ac685@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Wed, 23 Apr 2014 07:52:43 +0200 dietho at gmx.de wrote: > From: Thomas Diener > > This patch adds support for the imx25 lcd display controller. > > Signed-off-by: Thomas Diener > --- > drivers/video/Makefile | 1 + > drivers/video/imx25lcdc.c | 123 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 124 insertions(+) > create mode 100644 drivers/video/imx25lcdc.c There are two empty lines at the end of the added file. These can be removed when applying, so there is no need to resubmit the patch. Otherwise Acked-by: Anatolij Gustschin Thanks, Anatolij