aboutsummaryrefslogtreecommitdiff
path: root/include/clocksource/timer-ti-dm.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-28clocksource: timer-ti-dm: Make unexported functions staticLadislav Michl1-33/+0
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 <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
2018-02-22clocksource: timer-ti-dm: Replace architectureKeerthy1-5/+3
Replace architecture specific guard with clocksource guard. Signed-off-by: Keerthy <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
2018-02-22ARM: OMAP: Move dmtimer.h out of plat-omapKeerthy1-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 <[email protected]> Reviewed-by: Sebastian Reichel <[email protected]> Tested-by: Ladislav Michl <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>