aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 3-0/+368
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 12-52/+71
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsGravatar Christoph Hellwig 1-13/+4
2019-08-27clocksource/drivers/sh_cmt: Document "cmt-48" as deprecatedGravatar Magnus Damm 1-1/+5
2019-08-27clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific matchGravatar Magnus Damm 1-0/+8
2019-08-27clocksource/drivers: Do not warn on probe deferGravatar Jon Hunter 1-1/+3
2019-08-27clocksource/drivers/timer-of: Do not warn on deferred probeGravatar Jon Hunter 1-2/+4
2019-08-27clocksource/drivers/npcm: Fix GENMASK and timer operationGravatar Avi Fishman 1-6/+3
2019-08-27clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helperGravatar Geert Uytterhoeven 1-1/+1
2019-08-27clocksource/drivers/imx-sysctr: Add internal clock divider handleGravatar Anson Huang 1-0/+5
2019-08-27clocksource/drivers/tcb_clksrc: Register delay timerGravatar Alexandre Belloni 2-1/+19
2019-08-27clocksource: sun4i: Add missing compatiblesGravatar Maxime Ripard 1-0/+4
2019-08-27clocksource: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 3-11/+3
2019-08-23clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitGravatar Vitaly Kuznetsov 1-11/+0
2019-08-23clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionGravatar Tianyu Lan 1-10/+12
2019-08-23clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyGravatar Tianyu Lan 1-8/+4
2019-08-08clocksource: Add a new timer-ingenic driverGravatar Paul Cercueil 3-0/+368
2019-08-06RISC-V: Remove per cpu clocksourceGravatar Atish Patra 1-4/+2
2019-07-10clocksource/drivers/npcm: Fix misuse of GENMASK macroGravatar Joe Perches 1-1/+1
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-0/+139
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticGravatar Michael Kelley 2-0/+201
2019-07-03Merge branch 'timers/vdso' into timers/coreGravatar Thomas Gleixner 18-81/+18
2019-06-25clocksource/drivers/davinci: Add support for clocksourceGravatar Bartosz Golaszewski 1-0/+85
2019-06-25clocksource/drivers/davinci: Add support for clockeventsGravatar Bartosz Golaszewski 3-0/+290
2019-06-25clocksource/drivers/tegra: Set up maximum-ticks limit properlyGravatar Dmitry Osipenko 1-1/+9
2019-06-25clocksource/drivers/tegra: Cycles can't be 0Gravatar Dmitry Osipenko 1-3/+10
2019-06-25clocksource/drivers/tegra: Restore base address before cleanupGravatar Dmitry Osipenko 1-0/+2
2019-06-25clocksource/drivers/tegra: Add verbose definition for 1MHz constantGravatar Dmitry Osipenko 1-5/+7
2019-06-25clocksource/drivers/tegra: Drop unneeded typecasting in one placeGravatar Dmitry Osipenko 1-1/+1
2019-06-25clocksource/drivers/tegra: Set and use timer's periodGravatar Dmitry Osipenko 1-2/+3
2019-06-25clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptrGravatar Dmitry Osipenko 1-17/+25
2019-06-25clocksource/drivers/tegra: Restore timer rate on Tegra210Gravatar Dmitry Osipenko 1-0/+2
2019-06-25clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helperGravatar Andrew Murray 1-13/+2
2019-06-25clocksource/drivers/sysctr: Add nxp system counter timer driver supportGravatar Bai Ping 3-0/+153
2019-06-25clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.cGravatar Dmitry Osipenko 2-1/+1
2019-06-25clocksource/drivers/tegra: Lower clocksource rating for some Tegra'sGravatar Dmitry Osipenko 1-4/+26
2019-06-25clocksource/drivers/tegra: Support COMPILE_TEST universallyGravatar Dmitry Osipenko 1-1/+1
2019-06-25clocksource/drivers/tegra: Minor code clean upGravatar Dmitry Osipenko 1-19/+24
2019-06-25clocksource/drivers/tegra: Release all IRQ's on request_irq() errorGravatar Dmitry Osipenko 1-2/+3
2019-06-25clocksource/drivers/tegra: Replace readl/writel with relaxed versionsGravatar Dmitry Osipenko 1-17/+18
2019-06-25clocksource/drivers/tegra: Reset hardware state on initGravatar Dmitry Osipenko 1-0/+3
2019-06-25clocksource/drivers/tegra: Unify timer codeGravatar Dmitry Osipenko 1-51/+60
2019-06-25clocksource/drivers/tegra: Support per-CPU timers on all Tegra'sGravatar Dmitry Osipenko 1-77/+43
2019-06-25clocksource/drivers/exynos_mct: Increase priority over ARM arch timerGravatar Marek Szyprowski 1-2/+2
2019-06-25clocksource/drivers/arc_timer: Use BIT() instead of _BITUL()Gravatar Masahiro Yamada 1-1/+2
2019-06-25clocksource/drivers/ixp4xx: Implement delay timerGravatar Linus Walleij 1-2/+14
2019-06-25clocksource/drivers/timer-meson6: Update with SPDX Licence identifierGravatar Neil Armstrong 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 16-67/+16
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 243Gravatar Thomas Gleixner 1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 1-12/+1