From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 12 Dec 2009 21:13:11 +0100 Subject: [U-Boot] [PATCH V3 2/9] video: add amba-clcd prime-cell In-Reply-To: <242136daf4f21366ebd175c09ea8fc518b50e6de.1260016056.git.rubini@unipv.it> References: <242136daf4f21366ebd175c09ea8fc518b50e6de.1260016056.git.rubini@unipv.it> Message-ID: <20091212211311.4926b4f1@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 5 Dec 2009 13:39:31 +0100 Alessandro Rubini wrote: > From: Alessandro Rubini > > This adds support for the CLCD logic cell. It accepts precompiled > register values for specific configuration through a board-supplied > data structure. It is used by the Nomadik nhk8815, added by a later > patch in this series. > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > drivers/video/Makefile | 1 + > drivers/video/amba.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ > include/amba_clcd.h | 77 ++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 157 insertions(+), 0 deletions(-) > create mode 100644 drivers/video/amba.c > create mode 100644 include/amba_clcd.h Applied to u-boot-video/next. Thanks! Best regards, Anatolij