On 13/05/11 15:40, Tony Lindgren wrote:
- Jarkko Nikula jhnikula@gmail.com [110513 05:15]:
On Fri, 13 May 2011 04:54:07 -0700 Tony Lindgren tony@atomide.com wrote:
- Tony Lindgren tony@atomide.com [110324 10:57]:
- Russell King - ARM Linux linux@arm.linux.org.uk [110320 04:39]:
On Sun, Mar 20, 2011 at 11:03:22AM +0000, Russell King - ARM Linux wrote:
Note that OMAP references machine_is_omap2evm() yet this has never been merged.
arch/arm/plat-omap/include/plat/uncompress.h:
DEBUG_LL_OMAP2(1, omap2evm);
so this entry needs to be removed.
Hmm looks like we have LCD support and ASoC support for it, but no board :)
Anybody working with this board?
If so, please send patches for the related board-*.c support ASAP. Otherwise let's plan on deleting the related support.
No patches, so let's remove it. Here's the patch to do that, I'm planning to add this to my devel-cleanup branch.
Remove also from sound/soc/omap/Kconfig as well. You could put my ack for sound/soc/omap part but remember cc also Mark and Liam.
Thanks, here's the updated patch.
Regards,
Tony
From: Tony Lindgren tony@atomide.com Date: Fri, 13 May 2011 04:41:32 -0700 Subject: [PATCH] omap: Remove support for omap2evm
The board support has never been merged for it as noticed by Russell King linux@arm.linux.org.uk. So let's remove the related dead code.
Cc: linux-fbdev@vger.kernel.org Cc: alsa-devel@alsa-project.org Cc: Mark Brown broonie@opensource.wolfsonmicro.com Cc: Liam Girdwood lrg@ti.com Cc: Paul Mundt lethal@linux-sh.org Cc: Tomi Valkeinen tomi.valkeinen@ti.com Acked-by: Jarkko Nikula jhnikula@gmail.com Signed-off-by: Tony Lindgren tony@atomide.com
Acked-by: Liam Girdwood lrg@ti.com