From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH 3/6] OMAPDSS: DSS: Cleanup cpu_is_xxxx checks Date: Tue, 14 Aug 2012 12:48:25 +0300 Message-ID: <1344937705.2345.17.camel@deskari> References: <1344425899-28267-1-git-send-email-cmahapatra@ti.com> <1344859176-4512-1-git-send-email-cmahapatra@ti.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-7hbJMxgILCX0yI1/hXUm" Return-path: Received: from na3sys009aog108.obsmtp.com ([74.125.149.199]:54195 "EHLO na3sys009aog108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753519Ab2HNJsa (ORCPT ); Tue, 14 Aug 2012 05:48:30 -0400 Received: by lbol12 with SMTP id l12so169136lbo.30 for ; Tue, 14 Aug 2012 02:48:27 -0700 (PDT) In-Reply-To: <1344859176-4512-1-git-send-email-cmahapatra@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Chandrabhanu Mahapatra Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org --=-7hbJMxgILCX0yI1/hXUm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 2012-08-13 at 17:29 +0530, Chandrabhanu Mahapatra wrote: > All the cpu_is checks have been moved to dss_init_features function provi= ding a > much more generic and cleaner interface. The OMAP version and revision sp= ecific > initializations in various functions are cleaned and the necessary data a= re > moved to dss_features structure which is local to dss.c. It'd be good to have some version information here. Even just [PATCH v3 3/6] in the subject is good, but of course the best is if there's a short change log > Signed-off-by: Chandrabhanu Mahapatra > --- > drivers/video/omap2/dss/dss.c | 115 ++++++++++++++++++++++++++---------= ------ > 1 file changed, 74 insertions(+), 41 deletions(-) >=20 > diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/dss.= c > index 7b1c6ac..6ab236e 100644 > --- a/drivers/video/omap2/dss/dss.c > +++ b/drivers/video/omap2/dss/dss.c > @@ -31,6 +31,7 @@ > #include > #include > #include > +#include Hmm, what is this for? =20 > #include