From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH] ARM: OMAP3LOGIC: Adding DSS support Date: Mon, 12 Dec 2011 13:10:38 +0200 Message-ID: <1323688238.3852.18.camel@deskari> References: <1323345948-14533-1-git-send-email-alexg@meprolight.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-Sfg6qxC+RiiI4n0RcGW6" Return-path: Received: from na3sys009aog113.obsmtp.com ([74.125.149.209]:53848 "EHLO na3sys009aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750748Ab1LLLKp (ORCPT ); Mon, 12 Dec 2011 06:10:45 -0500 Received: by lahi5 with SMTP id i5so1875878lah.28 for ; Mon, 12 Dec 2011 03:10:42 -0800 (PST) In-Reply-To: <1323345948-14533-1-git-send-email-alexg@meprolight.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Alex Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, tim.nordell@logicpd.com, baruch@tkos.co.il --=-Sfg6qxC+RiiI4n0RcGW6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 2011-12-08 at 14:05 +0200, Alex wrote: > This patch adds DSS2 support to the LogicPD OMAP 35x Torpedo boardfile. L= CD and > TV-out are supported. >=20 > Signed-off-by: Alex Gershgorin > --- > arch/arm/mach-omap2/board-omap3logic.c | 151 ++++++++++++++++++++++++++= ++++++ > 1 files changed, 151 insertions(+), 0 deletions(-) >=20 > diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2= /board-omap3logic.c > index 7c0f193..86175fa 100644 > --- a/arch/arm/mach-omap2/board-omap3logic.c > +++ b/arch/arm/mach-omap2/board-omap3logic.c > @@ -7,6 +7,9 @@ > * Copyright (C) 2010 Logic Product Development, Inc. > * Peter Barada > * > + * Copyright (C) 2011 Meprolight, Ltd. > + * Alex Gershgorin > + * > * Modified from Beagle, EVM, and RX51 > * > * This program is free software; you can redistribute it and/or modify > @@ -44,6 +47,10 @@ > #include > #include > #include > +#include > + > +#include