summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-of.c
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/timer-of: Check return value of of_iomap in timer_of_base...Guillaume Ranquet2022-03-071-3/+3
* timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-2/+2
* Merge tag 'timers-v5.6' of https://git.linaro.org/people/daniel.lezcano/linux...Thomas Gleixner2019-11-041-3/+3
|\
| * clocksource/drivers/timer-of: Use unique device name instead of timerGeert Uytterhoeven2019-11-041-1/+1
| * clocksource/drivers/timer-of: Convert last full_name to %pOFGeert Uytterhoeven2019-11-041-2/+2
* | timer-of: don't use conditional expression with mixed 'void' typesLinus Torvalds2019-10-021-1/+3
|/
* clocksource/drivers/timer-of: Do not warn on deferred probeJon Hunter2019-08-271-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* clocksource/drivers/timer-of: Don't request the resource by nameDaniel Lezcano2018-01-081-4/+4
* clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of'Daniel Lezcano2018-01-081-0/+3
* clocksource/drivers/timer-of: Add kernel documentationDaniel Lezcano2018-01-081-0/+37
* clocksource/drivers/timer-of: Fix function namesDaniel Lezcano2018-01-081-18/+18
* clocksource/timer_of: Rename timer_of_exit to timer_of_cleanupBenjamin Gaignard2017-11-141-1/+8
* clocksource/drivers/timer-of: Add timer_of_exit functionBenjamin Gaignard2017-10-291-0/+12
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-6/+5
|\
| * clocksource: Convert to using %pOF instead of full_nameRob Herring2017-08-311-6/+5
* | clocksource/drivers/timer-of: Checking for IS_ERR() instead of NULLDan Carpenter2017-08-111-2/+2
|/
* clocksource/drivers/timer-of: Handle of_irq_get_byname() result correctlySergei Shtylyov2017-07-171-2/+10
* clocksource/drivers/timer-of: Fix invalid iomap checkDaniel Lezcano2017-06-261-1/+1
* clocksource/drivers: Fix uninitialized variable use in timer_of_initArnd Bergmann2017-06-221-3/+2
* clocksource/drivers: Add timer-of common init routineDaniel Lezcano2017-06-141-0/+172