* Ben Goska <goskab@xxxxxxxxxxxxxxxxxxxx> [090804 01:53]: > Is there a reason why omap2, omap3, and now omap4 files are all packed > into the mach-omap2 directory? > > It seems like it would make more sense for each omap version to have > it's own directory. Majority of the mach-omap2 code is shared across them. For example, the initial patch to add minimal omap3 support on top of the omap2 code was about 500 lines of diff. The situation was pretty much the same to add minimal omap4 support on top of omap3. If we wanted to, in the long run we could move more of the shared code to plat-omap, and just keep board-*.c files under each mach-* directory. But before we start doing rearranging like that we should first concentrate on more important things, such as getting all the PM code into the mainline, getting clock framework up and running for omap4, get rid of IO_ADDRESS macros and omap_read/write and so on. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html