aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-19Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds3-0/+117
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-08-13clocksource: new RISC-V SBI timer driverPalmer Dabbelt3-0/+117
2018-08-02clocksource/drivers/arm_arch_timer: Fix bogus cpu_all_mask usageThomas Gleixner1-1/+1
2018-08-02clocksource: ti-32k: Remove CLOCK_SOURCE_SUSPEND_NONSTOP flagKeerthy1-2/+1
2018-07-26clocksource/drivers/sprd: Register one always-on timer to compensate suspend timeBaolin Wang1-0/+50
2018-07-26clocksource/drivers/timer-mediatek: Add support for system timerStanley Chu1-1/+103
2018-07-26clocksource/drivers/timer-mediatek: Convert the driver to timer-ofStanley Chu1-125/+80
2018-07-26clocksource/drivers/timer-mediatek: Use specific prefix for GPTStanley Chu1-77/+80
2018-07-26clocksource/drivers/timer-mediatek: Rename mtk_timer to timer-mediatekStanley Chu2-1/+1
2018-07-26clocksource/drivers: Set clockevent device cpumask to cpu_possible_maskSudeep Holla4-4/+4
2018-07-20ARM/time: Remove read_boot_clock64()Pavel Tatashin1-1/+1
2018-07-10clocksource: arm_arch_timer: Set arch_mem_timer cpumask to cpu_possible_maskSudeep Holla1-1/+1
2018-06-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-3/+3
2018-06-12clocksource/drivers/stm32: Fix error return codeJulia Lawall1-1/+3
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+2
2018-05-23clocksource/drivers/mxs_timer: Switch to SPDX identifierFabio Estevam1-21/+7
2018-05-23clocksource/drivers/timer-imx-tpm: Switch to SPDX identifierFabio Estevam1-9/+4
2018-05-23clocksource/drivers/timer-imx-gpt: Switch to SPDX identifierFabio Estevam1-20/+6
2018-05-23clocksource/drivers/timer-imx-gpt: Remove outdated file pathFabio Estevam1-2/+0
2018-05-18clocksource/drivers/arc_timer: Add comments about locking while read GFRCEugeniy Paltsev1-0/+14
2018-05-18clocksource/drivers/mips-gic-timer: Add pr_fmt and reword pr_* messagesMatt Redfearn1-8/+10
2018-05-18clocksource/drivers/sprd: Fix Kconfig dependencyChunyan Zhang1-1/+3
2018-05-02ARM: timer-sp: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+2
2018-04-19clocksource/imx-tpm: Correct -ETIME return condition checkAnson Huang1-1/+1
2018-04-16Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-10/+257
2018-04-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+1004
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-167/+0
2018-04-02Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds3-0/+276
2018-03-30clocksource/drivers/imx-tpm: Add different counter width supportAnson Huang1-8/+25
2018-03-30clocksource/drivers/imx-tpm: Correct some registers operation flowAnson Huang1-1/+7
2018-03-30clocksource/drivers/imx-tpm: Fix typo of clock nameAnson Huang1-1/+1
2018-03-30clocksource/drivers/npcm: Add NPCM7xx timer driverTomer Maimon3-0/+224
2018-03-09clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada1-0/+1
2018-03-07Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into asm-genericArnd Bergmann3-167/+0
2018-03-07Merge tag 'omap-for-v4.17/timer-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socArnd Bergmann3-0/+1004
2018-02-28clocksource: timer-ti-dm: Check prescaler valueLadislav Michl1-2/+2
2018-02-28clocksource: timer-ti-dm: Consolidate set sourceLadislav Michl1-22/+16
2018-02-28clocksource: timer-ti-dm: Make unexported functions staticLadislav Michl1-109/+115
2018-02-28clocksource/drivers/arc_timer: Update some commentsVineet Gupta1-3/+8
2018-02-28clocksource/drivers/mips-gic-timer: Use correct shift count to extract dataFelix Fietkau1-1/+1
2018-02-26clocksource/drivers/fsl_ftm_timer: Fix error return checkingColin Ian King1-1/+1
2018-02-23clocksource: Remove metag generic timer driverJames Hogan3-167/+0
2018-02-22clocksource: timer-ti-dm: Hook device platform data if not already assignedLadislav Michl1-4/+6
2018-02-22clocksource: timer-ti-dm: Populate the timer ops to the pdataKeerthy1-0/+25
2018-02-22ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksourceKeerthy3-0/+977
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar2-3/+3
2018-02-22clocksource/drivers/atcpit100: VDSO supportRick Chen1-0/+18
2018-02-22clocksource/drivers/atcpit100: Add andestech atcpit100 timerRick Chen3-0/+258