aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/bcm2835_timer.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28clocksource: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2020-02-27clocksource: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-6/+2
2020-01-16clocksource/drivers/bcm2835_timer: Fix memory leak of timerGravatar Colin Ian King 1-1/+4
2018-12-18clocksource/drivers/bcm2835: Switch to SPDX identifierGravatar Stefan Wahren 1-14/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-08-29clocksource/drivers/bcm2835: Remove message for a memory allocation failureGravatar Markus Elfring 1-1/+0
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREGravatar Daniel Lezcano 1-1/+1
2017-04-07clocksource: Add missing line break to error messagesGravatar Rafał Miłecki 1-3/+3
2016-11-22clocksource/drivers/bcm2835_timer: Unmap region obtained by of_iomapGravatar Arvind Yadav 1-4/+10
2016-06-28clocksources: Switch back to the clksrc tableGravatar Daniel Lezcano 1-1/+1
2016-06-28clocksource/drivers/bcm2835_timer: Convert init function to return errorGravatar Daniel Lezcano 1-13/+27
2015-08-06clockevents/drivers/bcm2835: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-16/+0
2013-07-30clocksource: bcm2835: Switch to sched_clock_register()Gravatar Stephen Boyd 1-2/+2
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesGravatar Stephen Boyd 1-1/+1
2013-03-11clocksource: pass DT node pointer to init functionsGravatar Rob Herring 1-11/+1
2013-01-14ARM: bcm2835: make use of CLKSRC_OFGravatar Stephen Warren 1-2/+3
2012-12-24ARM: delete struct sys_timerGravatar Stephen Warren 1-5/+1
2012-09-19ARM: bcm2835: add system timerGravatar Simon Arlott 1-0/+161