This patch series contains: (*) most of the comments provided in v1 implemented and (*) OMAP4 timers support The comment details are availabe in respective patch series. The comment regarding usage of "dmtimer" name will be resolved after final round of consultation with members. Baseline: "origin/pm-wip/hwmods-omap4" Test info: Tested on OMAP4430SDP, OMAP3630SDP Tarun Kanti DebBarma (13): dmtimer: hwmod: OMAP4: add device names to flck nodes dmtimer: hwmod: add omap3xxx database dmtimer: hwmod: OMAP: rev field to identify timer version dmtimer: hwmod: OMAP: api to read omap_hwmod _clk dmtimer: hwmod: OMAP: conversion to platform driver dmtimer: OMAP: multi-platform register map definitions dmtimer: hwmod: OMAP2PLUS: device registration dmtimer: OMAP: multi-platform register access support dmtimer: hwmod: OMAP3: add device names to flck nodes dmtimer: hwmod: add omap2430 database dmtimer: hwmod: add omap2420 database dmtimer: hwmod: OMAP2: add device names to flck nodes dmtimer: hwmod: OMAP1: device registration arch/arm/mach-omap1/Makefile | 2 +- arch/arm/mach-omap1/dmtimer.c | 146 +++++ arch/arm/mach-omap1/timer32k.c | 3 - arch/arm/mach-omap2/Makefile | 2 +- arch/arm/mach-omap2/clock2420_data.c | 12 + arch/arm/mach-omap2/clock2430_data.c | 12 + arch/arm/mach-omap2/clock3xxx_data.c | 24 +- arch/arm/mach-omap2/clock44xx_data.c | 22 +- arch/arm/mach-omap2/dmtimer.c | 403 +++++++++++++ arch/arm/mach-omap2/dmtimer.h | 19 + arch/arm/mach-omap2/io.c | 2 + arch/arm/mach-omap2/omap_hwmod.c | 21 + arch/arm/mach-omap2/omap_hwmod_2420_data.c | 597 ++++++++++++++++++++ arch/arm/mach-omap2/omap_hwmod_2430_data.c | 595 ++++++++++++++++++++ arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 674 ++++++++++++++++++++++ arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 3 + arch/arm/mach-omap2/timer-gp.c | 1 - arch/arm/plat-omap/dmtimer.c | 781 ++++++++++++-------------- arch/arm/plat-omap/include/plat/dmtimer.h | 15 +- arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 + 20 files changed, 2894 insertions(+), 441 deletions(-) mode change 100644 => 100755 arch/arm/mach-omap1/Makefile create mode 100755 arch/arm/mach-omap1/dmtimer.c mode change 100644 => 100755 arch/arm/mach-omap1/timer32k.c mode change 100644 => 100755 arch/arm/mach-omap2/clock2420_data.c mode change 100644 => 100755 arch/arm/mach-omap2/clock2430_data.c mode change 100644 => 100755 arch/arm/mach-omap2/clock3xxx_data.c mode change 100644 => 100755 arch/arm/mach-omap2/clock44xx_data.c create mode 100755 arch/arm/mach-omap2/dmtimer.c create mode 100755 arch/arm/mach-omap2/dmtimer.h mode change 100644 => 100755 arch/arm/mach-omap2/io.c mode change 100644 => 100755 arch/arm/mach-omap2/omap_hwmod.c mode change 100644 => 100755 arch/arm/mach-omap2/omap_hwmod_2420_data.c mode change 100644 => 100755 arch/arm/mach-omap2/omap_hwmod_2430_data.c mode change 100644 => 100755 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c mode change 100644 => 100755 arch/arm/mach-omap2/omap_hwmod_44xx_data.c mode change 100644 => 100755 arch/arm/plat-omap/dmtimer.c mode change 100644 => 100755 arch/arm/plat-omap/include/plat/dmtimer.h mode change 100644 => 100755 arch/arm/plat-omap/include/plat/omap_hwmod.h -- 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