aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2018-07-10clocksource: arm_arch_timer: Set arch_mem_timer cpumask to cpu_possible_maskGravatar Sudeep Holla 1-1/+1
2018-06-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 3-3/+3
2018-06-12clocksource/drivers/stm32: Fix error return codeGravatar Julia Lawall 1-1/+3
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+2
2018-05-23clocksource/drivers/mxs_timer: Switch to SPDX identifierGravatar Fabio Estevam 1-21/+7
2018-05-23clocksource/drivers/timer-imx-tpm: Switch to SPDX identifierGravatar Fabio Estevam 1-9/+4
2018-05-23clocksource/drivers/timer-imx-gpt: Switch to SPDX identifierGravatar Fabio Estevam 1-20/+6
2018-05-23clocksource/drivers/timer-imx-gpt: Remove outdated file pathGravatar Fabio Estevam 1-2/+0
2018-05-18clocksource/drivers/arc_timer: Add comments about locking while read GFRCGravatar Eugeniy Paltsev 1-0/+14
2018-05-18clocksource/drivers/mips-gic-timer: Add pr_fmt and reword pr_* messagesGravatar Matt Redfearn 1-8/+10
2018-05-18clocksource/drivers/sprd: Fix Kconfig dependencyGravatar Chunyan Zhang 1-1/+3
2018-05-02ARM: timer-sp: Use of_clk_get_parent_count() instead of open codingGravatar Geert Uytterhoeven 1-1/+2
2018-04-19clocksource/imx-tpm: Correct -ETIME return condition checkGravatar Anson Huang 1-1/+1
2018-04-16Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-10/+257
2018-04-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 3-0/+1004
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 3-167/+0
2018-04-02Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-0/+276
2018-03-30clocksource/drivers/imx-tpm: Add different counter width supportGravatar Anson Huang 1-8/+25
2018-03-30clocksource/drivers/imx-tpm: Correct some registers operation flowGravatar Anson Huang 1-1/+7
2018-03-30clocksource/drivers/imx-tpm: Fix typo of clock nameGravatar Anson Huang 1-1/+1
2018-03-30clocksource/drivers/npcm: Add NPCM7xx timer driverGravatar Tomer Maimon 3-0/+224
2018-03-09clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependencyGravatar Masahiro Yamada 1-0/+1
2018-03-07Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 3-167/+0
2018-03-07Merge tag 'omap-for-v4.17/timer-signed' of ssh://gitolite.kernel.org/pub/scm/...Gravatar Arnd Bergmann 3-0/+1004
2018-02-28clocksource: timer-ti-dm: Check prescaler valueGravatar Ladislav Michl 1-2/+2
2018-02-28clocksource: timer-ti-dm: Consolidate set sourceGravatar Ladislav Michl 1-22/+16
2018-02-28clocksource: timer-ti-dm: Make unexported functions staticGravatar Ladislav Michl 1-109/+115
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-23clocksource: Remove metag generic timer driverGravatar James Hogan 3-167/+0
2018-02-22clocksource: timer-ti-dm: Hook device platform data if not already assignedGravatar Ladislav Michl 1-4/+6
2018-02-22clocksource: timer-ti-dm: Populate the timer ops to the pdataGravatar Keerthy 1-0/+25
2018-02-22ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksourceGravatar Keerthy 3-0/+977
2018-02-22treewide/trivial: Remove ';;$' typo noiseGravatar Ingo Molnar 2-3/+3
2018-02-22clocksource/drivers/atcpit100: VDSO supportGravatar Rick Chen 1-0/+18
2018-02-22clocksource/drivers/atcpit100: Add andestech atcpit100 timerGravatar Rick Chen 3-0/+258
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