aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/dw_apb_timer.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-23clocksource: dw_apb_timer: Make CPU-affiliation being optionalGravatar Serge Semin 1-2/+3
2020-02-27clocksource: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-8/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-04-17Merge branch 'clockevents/4.12' of https://git.linaro.org/people/daniel.lezca...Gravatar Thomas Gleixner 1-1/+1
2017-04-14clockevents/drivers/dw_apb: Set ->min_delta_ticks and ->max_delta_ticksGravatar Nicolai Stange 1-0/+2
2017-04-07clocksource: Add missing line break to error messagesGravatar Rafał Miłecki 1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-4/+4
2016-04-28clockevents/drivers/dw_apb_timer: Implement ->set_state_oneshot_stopped()Gravatar Jisheng Zhang 1-0/+1
2015-12-15clocksource/drivers/dw_apb_timer: Inline apbt_readl and apbt_writelGravatar Jisheng Zhang 1-3/+3
2015-12-15clocksource/drivers/dw_apb_timer: Use {readl|writel}_relaxed in critical pathGravatar Jisheng Zhang 1-6/+18
2015-12-15clocksource/drivers/dw_apb_timer: Fix apbt_readl return typesGravatar Jisheng Zhang 1-10/+10
2015-08-10clockevents/drivers/dw_apb_timer: Add dynamic irq flag to the timerGravatar Jisheng Zhang 1-1/+2
2015-08-10clockevents/drivers/dw_apb: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-62/+81
2015-03-05drivers: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-1/+2
2013-12-11clocksource: misc drivers: Remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-2/+1
2013-06-18Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific"Gravatar John Stultz 1-0/+6
2013-05-28dw_apb_timer_of.c: Remove parts that were picoxcell-specificGravatar Pavel Machek 1-6/+0
2013-05-16clocksource: apb_timer: Remove unsused functionGravatar Thomas Gleixner 1-12/+0
2011-10-04dw_apb_timer: constify clocksource nameGravatar Jamie Iles 1-1/+1
2011-06-27clocksource: apb: Share APB timer code with other platformsGravatar Jamie Iles 1-0/+401