aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-sp804.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-18clocksource/drivers/sp804: Avoid error on multiple instancesAndre Przywara1-5/+5
2020-12-03clocksource/drivers/sp804: Use pr_fmtKefeng Wang1-4/+7
2020-12-03clocksource/drivers/sp804: Correct clk_get_rate handleKefeng Wang1-9/+1
2020-12-03clocksource/drivers/sp804: Use clk_prepare_enable and clk_disable_unprepareKefeng Wang1-11/+2
2020-12-03clocksource/drivers/sp804: Make some symbol staticKefeng Wang1-3/+2
2020-12-03clocksource/drivers/sp804: Add static for functions such as sp804_clockevents_init()Zhen Lei1-6/+6
2020-09-24clocksource/drivers/sp804: Enable Hisilicon sp804 timer 64bit modeZhen Lei1-0/+11
2020-09-24clocksource/drivers/sp804: Add support for Hisilicon sp804 timerZhen Lei1-0/+27
2020-09-24clocksource/drivers/sp804: Support non-standard register offsetZhen Lei1-26/+82
2020-09-24clocksource/drivers/sp804: Prepare for support non-standard register offsetZhen Lei1-6/+11
2020-09-24clocksource/drivers/sp804: Remove a mismatched commentZhen Lei1-1/+0
2020-09-24clocksource/drivers/sp804: Delete the leading "__" of some functionsZhen Lei1-12/+15
2020-09-24clocksource/drivers/sp804: Remove unused sp804_timer_disable() and timer-sp804.hZhen Lei1-7/+0
2020-09-24clocksource/drivers/sp804: Cleanup clk_get_sys()Kefeng Wang1-20/+10
2020-02-27clocksource: Replace setup_irq() by request_irq()afzal mohammed1-8/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-03clocksource: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-05-02ARM: timer-sp: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+2
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano1-2/+2
2017-04-07clocksource: Add missing line break to error messagesRafał Miłecki1-2/+2
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano1-2/+2
2016-06-28clocksource/drivers/sp804: Convert init function to return errorDaniel Lezcano1-31/+59
2015-08-10clockevents/drivers/timer-sp804: Migrate to new 'set-state' interfaceViresh Kumar1-27/+27
2015-06-02ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksourceSudeep Holla1-0/+310