summaryrefslogtreecommitdiffstats
path: root/include/clocksource/timer-ti-dm.h
Commit message (Collapse)AuthorAgeFilesLines
* clocksource: timer-ti-dm: Make unexported functions staticLadislav Michl2018-02-281-33/+0Star
| | | | | | | | | As dmtimer no longer exports functions, make those previously exported static (this requires few functions to be moved around as their prototypes were deleted). Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
* clocksource: timer-ti-dm: Replace architectureKeerthy2018-02-221-5/+3Star
| | | | | | | Replace architecture specific guard with clocksource guard. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: OMAP: Move dmtimer.h out of plat-omapKeerthy2018-02-221-0/+429
The header file is currently under plat-omap directory under arch/omap. Move this out to an accessible place. No Code changes done to the header file and renamed to timer-ti-dm.h. 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> Signed-off-by: Tony Lindgren <tony@atomide.com>