Re: [PATCH 1/9] OMAP: Convert dual mode timer into a platform driver.

2010-06-03 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch converts dual mode timer library into a platform driver. This essentially involves moving out interrupt and base address related info from plat-omap/dmtimer.c and making certain clock related functions platform data. This patch also initializes

[PATCH 1/9] OMAP: Convert dual mode timer into a platform driver.

2010-05-29 Thread Thara Gopinath
This patch converts dual mode timer library into a platform driver. This essentially involves moving out interrupt and base address related info from plat-omap/dmtimer.c and making certain clock related functions platform data. This patch also initializes dm timer driver as a earlydriver. This is