summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is definedTom Rix2021-03-041-4/+1
* clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1....Keqian Zhu2020-12-301-7/+16
* clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai2020-12-301-9/+9
* clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init()Tianjia Zhang2020-10-011-1/+1
* clocksource: dw_apb_timer_of: Fix missing clockevent timersSerge Semin2020-06-221-4/+2
* clocksource: dw_apb_timer: Make CPU-affiliation being optionalSerge Semin2020-06-221-2/+3
* clocksource/drivers/bcm2835_timer: Fix memory leak of timerColin Ian King2020-02-241-1/+4
* clocksource/drivers/exynos_mct: Fix error path in timer resources initializationMarek Szyprowski2020-01-271-1/+13
* clocksource/drivers/sun5i: Fail gracefully when clock rate is unavailableChen-Yu Tsai2020-01-271-0/+10
* bus: ti-sysc: Fix timer handling with drop pm_runtime_irq_safe()Tony Lindgren2020-01-271-1/+0
* clocksource/drivers/timer-of: Use unique device name instead of timerGeert Uytterhoeven2020-01-041-1/+1
* clocksource/drivers/asm9260: Add a check for of_clk_getChuhong Yuan2020-01-041-0/+4
* clocksource/drivers/fttmr010: Fix invalid interrupt register accessTao Ren2019-12-051-31/+42
* clocksource/drivers/mediatek: Fix error handlingFabien Parent2019-12-051-8/+2
* clocksource/drivers/sh_cmt: Fix clocksource width for 32-bit machinesSergei Shtylyov2019-11-241-3/+3
* clocksource/drivers/sh_cmt: Fixup for 64-bit machinesSergei Shtylyov2019-11-241-39/+33
* clocksource/drivers/exynos_mct: Increase priority over ARM arch timerMarek Szyprowski2019-07-261-2/+2
* clocksource/drivers/oxnas: Fix OX820 compatibleNeil Armstrong2019-05-161-1/+1
* clocksource/drivers/npcm: select TIMER_OFArnd Bergmann2019-05-161-0/+1
* clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer instabilitySamuel Holland2019-03-232-0/+65
* clocksource/drivers/exynos_mct: Clear timer interrupt when shutdownStuart Menefy2019-03-231-0/+1
* clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISRStuart Menefy2019-03-231-11/+11
* clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparentingTony Lindgren2019-03-231-0/+4
* clocksource/drivers/integrator-ap: Add missing of_node_put()Yangtao Li2019-01-261-9/+16
* clocksource/drivers/arc_timer: Utilize generic sched_clockAlexey Brodkin2019-01-092-0/+23
* clockevents/drivers/i8253: Add support for PIT shutdown quirkMichael Kelley2018-11-211-2/+12
* clocksource/drivers/timer-atmel-pit: Properly handle error casesAlexandre Belloni2018-09-271-6/+14
* clocksource/drivers/fttmr010: Fix set_next_event handlerTao Ren2018-09-241-7/+11
* clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am4...Keerthy2018-09-131-0/+3
* Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-193-0/+117
|\
| * clocksource: new RISC-V SBI timer driverPalmer Dabbelt2018-08-133-0/+117
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-1/+1
|\ \
| * | ARM/time: Remove read_boot_clock64()Pavel Tatashin2018-07-201-1/+1
| |/
| * clocksource: arm_arch_timer: Set arch_mem_timer cpumask to cpu_possible_maskSudeep Holla2018-07-101-1/+1
* | clocksource/drivers/arm_arch_timer: Fix bogus cpu_all_mask usageThomas Gleixner2018-08-021-1/+1
* | clocksource: ti-32k: Remove CLOCK_SOURCE_SUSPEND_NONSTOP flagKeerthy2018-08-021-2/+1
* | clocksource/drivers/sprd: Register one always-on timer to compensate suspend ...Baolin Wang2018-07-261-0/+50
* | clocksource/drivers/timer-mediatek: Add support for system timerStanley Chu2018-07-261-1/+103
* | clocksource/drivers/timer-mediatek: Convert the driver to timer-ofStanley Chu2018-07-261-125/+80
* | clocksource/drivers/timer-mediatek: Use specific prefix for GPTStanley Chu2018-07-261-77/+80
* | clocksource/drivers/timer-mediatek: Rename mtk_timer to timer-mediatekStanley Chu2018-07-262-1/+1
* | clocksource/drivers: Set clockevent device cpumask to cpu_possible_maskSudeep Holla2018-07-264-4/+4
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-06-241-1/+3
|\
| * clocksource/drivers/stm32: Fix error return codeJulia Lawall2018-06-121-1/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-3/+3
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-1/+2
|\
| * ARM: timer-sp: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2018-05-021-1/+2
* | clocksource/drivers/mxs_timer: Switch to SPDX identifierFabio Estevam2018-05-231-21/+7
* | clocksource/drivers/timer-imx-tpm: Switch to SPDX identifierFabio Estevam2018-05-231-9/+4
* | clocksource/drivers/timer-imx-gpt: Switch to SPDX identifierFabio Estevam2018-05-231-20/+6