drivers: timer: omap_timer: add timer driver for omap devices based on dm
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 24 Dec 2015 10:38:07 +0000 (16:08 +0530)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:21 +0000 (19:06 -0700)
commitdadf31375acd4edaf3c7596dc129152244939e50
tree2bdc89fbd3150e790e7cd63125747c64e329e347
parenta5d801130cc9f4fc1cf2b710ac7560759b2e1c95
drivers: timer: omap_timer: add timer driver for omap devices based on dm

Adding a timer driver for omap devices based on driver model
and device tree.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/omap-timer.c [new file with mode: 0644]