Benoit Cousson <b-cousson@xxxxxx> writes: > On 5/29/2010 4:37 PM, Gopinath, Thara wrote: >> This patch series converts the OMAP Dual Mode Timer into a >> platform driver. This involves using of hwmod structures and >> omap_device layer for OMAP2/3/4 dmtimers and generic >> linux platform device layer for OMAP1. >> >> As a result of this patch series the dmtimer platform driver >> resides in arch/arm/plat-omap directory and arch specific >> implementations and device registerations reside in >> arch/arm/mach-omap1 and arch/arm/mach-omap2 for OMAP1 >> and OMAP2 PLUS respectively. > > Hi Thara, > > The Dual timer terminology is not used anymore since 2420. > It was replaced by gptimer and will be simplified going forward > using timer. This IP is almost the same since 1610, but will have 3 > different names. > It might be the good opportunity to align the names? If we were to align the names, what should be the "aligned" name? gptimer or timer? I tend to prefer gptimer as 'timer' is rather ambiguous in this context. For now, we could leave the names of all the functions and structs as 'dm_timer', but at least this serious could name the new files and the platform devices with the new name. At the end of the series, one final patch to s/dm_timer/new_beautiful_name/ would be an easy patch. Kevin -- 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