From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Date: Thu, 30 Aug 2012 00:20:39 +0000 Subject: Re: [PATCH V5 0/6] OMAPDSS: Cleanup cpu_is checks Message-Id: <20120830002039.GP1303@atomide.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Chandrabhanu Mahapatra Cc: tomi.valkeinen@ti.com, paul@pwsan.com, linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org * Chandrabhanu Mahapatra [120820 06:26]: > Hi everyone, > this patch series aims at cleaning up of DSS of cpu_is checks thereby making it > more generic. > > The 1st patch cleans up cpu_is checks from DISPC code. > The 2nd patch removes unused functions from DSS code. > The 3rd patch cleans up cpu_is checks from DSS code. > The 4th patch removes cpu_is checks from VENC code. > The 5th patch disables VENC support on OMAP4. > The 6th patch removes cpu_is checks from DPI code and replaces it with a > dss feature. Good to see this, we need this badly to avoid blocking single zImage effort on omaps. Can you also please take a look at the omap dss headers and make sure that drivers/video/omap code does not do any #include or ? The driver specific headers should be now moved to live in include/linux/platform_data directory instead of the current arch/arm/*omap*/include/*. Regards, Tony