aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2018-02-28clocksource/drivers/arc_timer: Update some commentsGravatar Vineet Gupta 1-3/+8
2018-02-28clocksource/drivers/mips-gic-timer: Use correct shift count to extract dataGravatar Felix Fietkau 1-1/+1
2018-02-26clocksource/drivers/fsl_ftm_timer: Fix error return checkingGravatar Colin Ian King 1-1/+1
2018-02-22treewide/trivial: Remove ';;$' typo noiseGravatar Ingo Molnar 2-3/+3
2018-01-08clocksource/drivers/stm32: Start the timer's counter soonerGravatar Daniel Lezcano 1-3/+18
2018-01-08clocksource/drivers/stm32: Add the timer delay callbackGravatar Daniel Lezcano 1-0/+13
2018-01-08clocksource/drivers/stm32: Add clocksource functionalityGravatar Benjamin Gaignard 1-0/+37
2018-01-08clocksource/drivers/stm32: Factor out more of the clockevent codeGravatar Daniel Lezcano 1-25/+82
2018-01-08clocksource/drivers/stm32: Add oneshot modeGravatar Benjamin Gaignard 1-12/+44
2018-01-08clocksource/drivers/stm32: Compute a prescaler value with a targeted rateGravatar Benjamin Gaignard 1-1/+11
2018-01-08clocksource/drivers/stm32: Factor out the timer width sorting codeGravatar Daniel Lezcano 1-7/+23
2018-01-08clocksource/drivers/stm32: Use the node name as timer nameGravatar Daniel Lezcano 1-1/+1
2018-01-08clocksource/drivers/stm32: Convert the driver to timer_of primitivesGravatar Benjamin Gaignard 2-114/+74
2018-01-08clocksource/drivers/stm32: Fix kernel panic with multiple timersGravatar Daniel Lezcano 1-1/+6
2018-01-08clocksource/drivers/timer-of: Don't request the resource by nameGravatar Daniel Lezcano 1-4/+4
2018-01-08clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of'Gravatar Daniel Lezcano 2-0/+4
2018-01-08clocksource/drivers/spreadtrum: Add timer driver for the Spreadtrum SC9860 pl...Gravatar Baolin Wang 3-0/+167
2018-01-08clocksource/drivers/timer-of: Add kernel documentationGravatar Daniel Lezcano 1-0/+37
2018-01-08clocksource/drivers/timer-of: Fix function namesGravatar Daniel Lezcano 1-18/+18
2018-01-08clocksource/drivers/tcb_clksrc: Fix clock speed messageGravatar Romain Izard 1-1/+1
2018-01-08clocksource/drivers/owl: Add the S700 timerGravatar Andreas Färber 1-0/+1
2018-01-08clocksource/drivers/owl: Adopt TIMER_OF_DECLARE()Gravatar Andreas Färber 1-2/+2
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Gravatar Thomas Gleixner 1-7/+53
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-4/+31
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+22
2017-11-14clocksource/timer_of: Rename timer_of_exit to timer_of_cleanupGravatar Benjamin Gaignard 2-2/+9
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-113/+91
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 10-0/+10
2017-11-06arm64: Use physical counter for in-kernel reads when booted in EL2Gravatar Christoffer Dall 1-4/+8
2017-11-06arm64: Implement arch_counter_get_cntpct to read the physical counterGravatar Christoffer Dall 1-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 10-0/+10
2017-10-29clocksource/drivers/timer-of: Add timer_of_exit functionGravatar Benjamin Gaignard 2-0/+15
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-20clockevents/drivers/cs5535: Improve resilience to spurious interruptsGravatar David Kozub 1-1/+2
2017-10-19clocksource/drivers/mips-gic-timer: Add fastpath for local timer updatesGravatar Matt Redfearn 1-2/+7
2017-10-19clocksource/drivers/mips-gic-timer: Remove pointless irq_save,restoreGravatar Matt Redfearn 1-3/+0
2017-10-19clocksource/drivers/arm_arch_timer: Fix DEFINE_PER_CPU expansionGravatar Mark Rutland 1-2/+1
2017-10-19clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frameGravatar Ard Biesheuvel 1-17/+21
2017-10-19clocksource: Improve GENERIC_CLOCKEVENTS dependencyGravatar Arnd Bergmann 1-41/+9
2017-10-19clocksource/drivers/rockchip: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2017-10-19clocksource/drivers/owl: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-2/+2
2017-10-19clocksource/drivers/fttmr010: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-2/+2
2017-10-19clocksource/drivers/sh_cmt: Use of_device_get_match_data() helperGravatar Geert Uytterhoeven 1-4/+2
2017-10-19clocksource/drivers/sh_cmt: Remove unused "renesas, channels-mask" handlingGravatar Geert Uytterhoeven 1-17/+1
2017-10-19clocksource/drivers/sh_cmt: Mark "renesas,cmt-48-gen2" deprecatedGravatar Geert Uytterhoeven 1-1/+5
2017-10-19clocksource/drivers/sh_cmt: Remove support for "renesas,cmt-32*"Gravatar Geert Uytterhoeven 1-20/+0
2017-10-19clocksource/drivers/sh_cmt: Support separate R-Car Gen2 CMT0/1Gravatar Magnus Damm 1-11/+27
2017-10-19clocksource/drivers/sh_cmt: Use 0x3f mask for SH_CMT_48BIT caseGravatar Magnus Damm 1-3/+11
2017-10-13arm_arch_timer: Expose event stream statusGravatar Julien Thierry 1-3/+22
2017-09-25x86/numachip: Add const and __initconst to numachip2_clockeventGravatar Bhumika Goyal 1-1/+1