]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource
authorKeerthy <j-keerthy@ti.com>
Thu, 15 Feb 2018 06:01:46 +0000 (11:31 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 22 Feb 2018 18:53:52 +0000 (10:53 -0800)
commitaf04aa856e932876e11e0c6d21d82281824e1b11
treee0ab263179cbef9872d66c47b0e1ecc85fce8610
parentf7bda9eec007ee3a200a31bfa6825e2612840f34
ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksource

Move the dmtimer driver out of plat-omap to clocksource.
So that non-omap devices also could use this.

No Code changes done to the driver file only renamed to timer-ti-dm.c.
Also removed the config dependencies for OMAP_DM_TIMER.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Tested-by: Ladislav Michl <ladis@linux-mips.org>
[tony@atomide.com: add select omap_dm_timer for omap16xx]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/Kconfig
arch/arm/plat-omap/Kconfig
arch/arm/plat-omap/Makefile
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-ti-dm.c [moved from arch/arm/plat-omap/dmtimer.c with 100% similarity]