summaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2021-05-19clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940Tony Lindgren1-0/+76
2021-05-19clocksource/drivers/timer-ti-dm: Prepare to handle dra7 timer wrap issueTony Lindgren1-24/+44
2021-05-14clocksource/drivers/ingenic_ost: Fix return value check in ingenic_ost_probe()Wei Yongjun1-2/+2
2021-05-14clocksource/drivers/timer-ti-dm: Add missing set_state_oneshot_stoppedTony Lindgren1-0/+1
2021-05-14clocksource/drivers/timer-ti-dm: Fix posted mode status check orderTony Lindgren1-6/+6
2021-03-04clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is definedTom Rix1-4/+1
2021-03-04clocksource/drivers/ixp4xx: Select TIMER_OF when neededArnd Bergmann1-0/+1
2020-12-30clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1....Keqian Zhu1-7/+16
2020-12-30clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sneKeqian Zhu1-2/+2
2020-12-30clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBIKefeng Wang1-1/+1
2020-12-30clocksource/drivers/ingenic: Fix section mismatchDaniel Lezcano1-1/+1
2020-12-30clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai1-9/+9
2020-12-30clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang1-3/+8
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-70/+186
2020-10-02clocksource/drivers/armada-370-xp: Use semicolons rather than commas to separ...Julia Lawall1-4/+4
2020-10-01clocksource/drivers/mps2-timer: Use semicolons rather than commas to separate...Julia Lawall1-3/+3
2020-09-30clocksource: clint: Export clint_time_val for modulesPalmer Dabbelt1-0/+1
2020-09-28hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functionsMohammed Gamal1-2/+2
2020-09-27Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-22/+25
2020-09-24clocksource/drivers/sp804: Enable Hisilicon sp804 timer 64bit modeZhen Lei2-0/+17
2020-09-24clocksource/drivers/sp804: Add support for Hisilicon sp804 timerZhen Lei1-0/+27
2020-09-24clocksource/drivers/sp804: Support non-standard register offsetZhen Lei2-26/+108
2020-09-24clocksource/drivers/sp804: Prepare for support non-standard register offsetZhen Lei1-6/+11
2020-09-24clocksource/drivers/sp804: Remove a mismatched commentZhen Lei1-1/+0
2020-09-24clocksource/drivers/sp804: Delete the leading "__" of some functionsZhen Lei1-12/+15
2020-09-24clocksource/drivers/sp804: Remove unused sp804_timer_disable() and timer-sp804.hZhen Lei1-7/+0
2020-09-24clocksource/drivers/sp804: Cleanup clk_get_sys()Kefeng Wang1-20/+10
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+17
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt1-0/+17
2020-08-24clocksource/drivers/timer-gx6605s: Fixup counter reloadGuo Ren1-0/+1
2020-08-24clocksource/drivers/timer-ti-dm: Do reset before enableTony Lindgren1-21/+23
2020-08-24clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init()Tianjia Zhang1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel2-17/+3
2020-08-20clocksource/drivers: Add CLINT timer driverAnup Patel3-0/+236
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds3-0/+226
2020-08-05Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-109/+748
2020-07-25Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+36
2020-07-23Merge tag 'timers-v5.9' of https://git.linaro.org/people/daniel.lezcano/linux...Thomas Gleixner9-109/+748
2020-07-23clocksource/drivers/ingenic: Add support for the Ingenic X1000 OST.周琰杰 (Zhou Yanjie)3-1/+551
2020-07-23clocksource/drivers: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-23clocksource/drivers/nomadik-mtu: Handle 32kHz clockLinus Walleij1-2/+9
2020-07-23clocksource/drivers/sh_cmt: Use "kHz" for kilohertzGeert Uytterhoeven1-1/+1
2020-07-23clocksource/drivers/imx: Add support for i.MX TPM driver with ARM64Anson Huang1-1/+2
2020-07-23clocksource/drivers/ingenic: Add high resolution timer support for SMP/SMT.周琰杰 (Zhou Yanjie)1-58/+124
2020-07-21clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4Tony Lindgren1-10/+36
2020-07-11clocksource/drivers/timer-atmel-tcb: Add sama5d2 supportAlexandre Belloni1-1/+10
2020-07-11clocksource/drivers/timer-atmel-tcb: Allow selecting first dividerAlexandre Belloni1-4/+2