From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Tue, 21 Aug 2012 11:20:06 +0000 Subject: Re: [PATCH V5 3/6] OMAPDSS: DSS: Cleanup cpu_is_xxxx checks Message-Id: <1345548006.4085.55.camel@deskari> MIME-Version: 1 Content-Type: multipart/mixed; boundary="=-YqJYHBZAnaLNqPfuuO+2" List-Id: References: <94a123bbc0a4ecd48fc71275fd5efbe0aac93b87.1345468541.git.cmahapatra@ti.com> <1345545312.4085.46.camel@deskari> In-Reply-To: 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