aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04Merge tag 'timers-v5.6' of https://git.linaro.org/people/daniel.lezcano/linux into timers/coreThomas Gleixner1-3/+3
2019-11-04clocksource/drivers/timer-of: Use unique device name instead of timerGeert Uytterhoeven1-1/+1
2019-11-04clocksource/drivers/timer-of: Convert last full_name to %pOFGeert Uytterhoeven1-2/+2
2019-10-02timer-of: don't use conditional expression with mixed 'void' typesLinus Torvalds1-1/+3
2019-08-27clocksource/drivers/timer-of: Do not warn on deferred probeJon Hunter1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2018-01-08clocksource/drivers/timer-of: Don't request the resource by nameDaniel Lezcano1-4/+4
2018-01-08clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of'Daniel Lezcano1-0/+3
2018-01-08clocksource/drivers/timer-of: Add kernel documentationDaniel Lezcano1-0/+37
2018-01-08clocksource/drivers/timer-of: Fix function namesDaniel Lezcano1-18/+18
2017-11-14clocksource/timer_of: Rename timer_of_exit to timer_of_cleanupBenjamin Gaignard1-1/+8
2017-10-29clocksource/drivers/timer-of: Add timer_of_exit functionBenjamin Gaignard1-0/+12
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2017-08-31clocksource: Convert to using %pOF instead of full_nameRob Herring1-6/+5
2017-08-11clocksource/drivers/timer-of: Checking for IS_ERR() instead of NULLDan Carpenter1-2/+2
2017-07-17clocksource/drivers/timer-of: Handle of_irq_get_byname() result correctlySergei Shtylyov1-2/+10
2017-06-26clocksource/drivers/timer-of: Fix invalid iomap checkDaniel Lezcano1-1/+1
2017-06-22clocksource/drivers: Fix uninitialized variable use in timer_of_initArnd Bergmann1-3/+2
2017-06-14clocksource/drivers: Add timer-of common init routineDaniel Lezcano1-0/+172