From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP3LOGIC: Adding DSS support Date: Tue, 13 Dec 2011 11:12:25 -0800 Message-ID: <20111213191225.GT32251@atomide.com> References: <1323702885-23412-1-git-send-email-alexg@meprolight.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:30637 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755579Ab1LMTMc (ORCPT ); Tue, 13 Dec 2011 14:12:32 -0500 Content-Disposition: inline In-Reply-To: <1323702885-23412-1-git-send-email-alexg@meprolight.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Alex , Tomi Valkeinen Cc: linux-omap@vger.kernel.org, linux-kernel@vreg.kernel.org, tim.nordell@logicpd.com, baruch@tkos.co.il * Alex [111212 06:49]: > This patch adds DSS2 support to the LogicPD OMAP 35x Torpedo boardfile. LCD and > TV-out are supported. > > Signed-off-by: Alex Gershgorin This one should be OK to go via Tomi's DSS tree: Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/board-omap3logic.c | 106 ++++++++++++++++++++++++++++++++ > 1 files changed, 106 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c > index 7c0f193..e030c71 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