Re: [PATCH V5 0/6] OMAPDSS: Cleanup cpu_is checks
From: Tony Lindgren <tony@atomide.com>
Date: 2012-08-30 00:20:39
Also in:
linux-fbdev
From: Tony Lindgren <tony@atomide.com>
Date: 2012-08-30 00:20:39
Also in:
linux-fbdev
* Chandrabhanu Mahapatra [off-list ref] [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 <mach/*.h> or <plat/*.h>? 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