summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorLines
2019-11-04Merge tag 'timers-v5.4-rc6' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner-13/+13
2019-10-18clocksource/drivers/sh_mtu2: Do not loop using platform_get_irq_by_name()Geert Uytterhoeven-5/+11
2019-10-16clocksource/drivers/mediatek: Fix error handlingFabien Parent-8/+2
2019-10-02timer-of: don't use conditional expression with mixed 'void' typesLinus Torvalds-1/+3
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-0/+368
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-52/+71
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsChristoph Hellwig-13/+4
2019-08-27clocksource/drivers/sh_cmt: Document "cmt-48" as deprecatedMagnus Damm-1/+5
2019-08-27clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific matchMagnus Damm-0/+8
2019-08-27clocksource/drivers: Do not warn on probe deferJon Hunter-1/+3
2019-08-27clocksource/drivers/timer-of: Do not warn on deferred probeJon Hunter-2/+4
2019-08-27clocksource/drivers/npcm: Fix GENMASK and timer operationAvi Fishman-6/+3
2019-08-27clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helperGeert Uytterhoeven-1/+1
2019-08-27clocksource/drivers/imx-sysctr: Add internal clock divider handleAnson Huang-0/+5
2019-08-27clocksource/drivers/tcb_clksrc: Register delay timerAlexandre Belloni-1/+19
2019-08-27clocksource: sun4i: Add missing compatiblesMaxime Ripard-0/+4
2019-08-27clocksource: Remove dev_err() usage after platform_get_irq()Stephen Boyd-11/+3
2019-08-23clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov-11/+0
2019-08-23clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan-10/+12
2019-08-23clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan-8/+4
2019-08-08clocksource: Add a new timer-ingenic driverPaul Cercueil-0/+368
2019-08-06RISC-V: Remove per cpu clocksourceAtish Patra-4/+2
2019-07-10clocksource/drivers/npcm: Fix misuse of GENMASK macroJoe Perches-1/+1
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley-0/+139
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley-0/+201
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner-81/+18
2019-06-25clocksource/drivers/davinci: Add support for clocksourceBartosz Golaszewski-0/+85
2019-06-25clocksource/drivers/davinci: Add support for clockeventsBartosz Golaszewski-0/+290
2019-06-25clocksource/drivers/tegra: Set up maximum-ticks limit properlyDmitry Osipenko-1/+9
2019-06-25clocksource/drivers/tegra: Cycles can't be 0Dmitry Osipenko-3/+10
2019-06-25clocksource/drivers/tegra: Restore base address before cleanupDmitry Osipenko-0/+2
2019-06-25clocksource/drivers/tegra: Add verbose definition for 1MHz constantDmitry Osipenko-5/+7
2019-06-25clocksource/drivers/tegra: Drop unneeded typecasting in one placeDmitry Osipenko-1/+1
2019-06-25clocksource/drivers/tegra: Set and use timer's periodDmitry Osipenko-2/+3
2019-06-25clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptrDmitry Osipenko-17/+25
2019-06-25clocksource/drivers/tegra: Restore timer rate on Tegra210Dmitry Osipenko-0/+2
2019-06-25clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helperAndrew Murray-13/+2
2019-06-25clocksource/drivers/sysctr: Add nxp system counter timer driver supportBai Ping-0/+153
2019-06-25clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.cDmitry Osipenko-1/+1
2019-06-25clocksource/drivers/tegra: Lower clocksource rating for some Tegra'sDmitry Osipenko-4/+26
2019-06-25clocksource/drivers/tegra: Support COMPILE_TEST universallyDmitry Osipenko-1/+1
2019-06-25clocksource/drivers/tegra: Minor code clean upDmitry Osipenko-19/+24
2019-06-25clocksource/drivers/tegra: Release all IRQ's on request_irq() errorDmitry Osipenko-2/+3
2019-06-25clocksource/drivers/tegra: Replace readl/writel with relaxed versionsDmitry Osipenko-17/+18
2019-06-25clocksource/drivers/tegra: Reset hardware state on initDmitry Osipenko-0/+3
2019-06-25clocksource/drivers/tegra: Unify timer codeDmitry Osipenko-51/+60
2019-06-25clocksource/drivers/tegra: Support per-CPU timers on all Tegra'sDmitry Osipenko-77/+43
2019-06-25clocksource/drivers/exynos_mct: Increase priority over ARM arch timerMarek Szyprowski-2/+2
2019-06-25clocksource/drivers/arc_timer: Use BIT() instead of _BITUL()Masahiro Yamada-1/+2
2019-06-25clocksource/drivers/ixp4xx: Implement delay timerLinus Walleij-2/+14