From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH V5 3/6] OMAPDSS: DSS: Cleanup cpu_is_xxxx checks Date: Tue, 21 Aug 2012 14:20:06 +0300 Message-ID: <1345548006.4085.55.camel@deskari> References: <94a123bbc0a4ecd48fc71275fd5efbe0aac93b87.1345468541.git.cmahapatra@ti.com> <1345545312.4085.46.camel@deskari> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-YqJYHBZAnaLNqPfuuO+2" Return-path: Received: from na3sys009aog103.obsmtp.com ([74.125.149.71]:42183 "EHLO na3sys009aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756932Ab2HULUL (ORCPT ); Tue, 21 Aug 2012 07:20:11 -0400 Received: by lagz14 with SMTP id z14so3585970lag.4 for ; Tue, 21 Aug 2012 04:20:08 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Mahapatra, Chandrabhanu" Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org --=-YqJYHBZAnaLNqPfuuO+2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2012-08-21 at 16:36 +0530, Mahapatra, Chandrabhanu wrote: > On Tue, Aug 21, 2012 at 4:05 PM, Tomi Valkeinen w= rote: > > On Mon, 2012-08-20 at 18:53 +0530, Chandrabhanu Mahapatra wrote: > >> All the cpu_is checks have been moved to dss_init_features function pr= oviding a > >> much more generic and cleaner interface. The OMAP version and revision= specific > >> initializations in various functions are cleaned and the necessary dat= a are > >> moved to dss_features structure which is local to dss.c. > >> > >> Signed-off-by: Chandrabhanu Mahapatra > >> --- > >> drivers/video/omap2/dss/dss.c | 117 ++++++++++++++++++++++++++------= --------- > >> 1 file changed, 76 insertions(+), 41 deletions(-) > >> > >> diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/d= ss.c > >> index 10566ae..f6d3d0a 100644 > >> --- a/drivers/video/omap2/dss/dss.c > >> +++ b/drivers/video/omap2/dss/dss.c > >> @@ -31,6 +31,7 @@ > >> #include > >> #include > >> #include > >> +#include > >> > >> #include