Hi, On Fri, 2007-11-23 at 02:38 +0200, ext Lauri Leukkunen wrote: > This patch-set provides basic support for N810. Comments are welcome, > especially concerning structuring of the board-nXX.c files in the > future. Would it make sense to have just one common set of files for platforms that are almost identical and can run the same binaries? The Nokia product naming scheme might not help us, but what about board-nokia-2420.c ? After all we already have a similar defconfig. Everything that is board specific should be compiled as module and loaded on-demand when doing board probing at runtime. So it would be easier to have common stuff (like dvfs) in the board-nokia-2420.c file, while other product specific stuff, like ALS or keyboard could go to board-n810.c If we assume that we can trust the parameter passed by the bootloader, it would be pretty trivial to know which board the binary is running on. -- Cheers, Igor Igor Stoppa <igor.stoppa@xxxxxxxxx> (Nokia Multimedia - CP - OSSO / Helsinki, Finland) - 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