summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-urgent-2021-02-22' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-223-7/+15
|\
| * clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is definedTom Rix2021-01-181-4/+1
| * clocksource/drivers/sh_cmt: Make sure channel clock supply is enabledGeert Uytterhoeven2021-01-181-3/+13
| * clocksource/drivers/ixp4xx: Select TIMER_OF when neededArnd Bergmann2021-01-181-0/+1
* | Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-02-211-0/+3
|\ \
| * | clocksource/hyperv: use MSR-based access if running as rootWei Liu2021-02-111-0/+3
| |/
* | Merge tag 'timers-v5.12-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2021-02-109-1374/+73
|\ \ | |/ |/|
| * clocksource/drivers/timer-microchip-pit64b: Add clocksource suspend/resumeClaudiu Beznea2021-02-031-15/+71
| * clocksource/drivers/prima: Remove sirf prima driverArnd Bergmann2021-02-033-249/+0
| * clocksource/drivers/atlas: Remove sirf atlas driverArnd Bergmann2021-02-033-288/+0
| * clocksource/drivers/tango: Remove tango driverArnd Bergmann2021-02-033-66/+0
| * clocksource/drivers/u300: Remove the u300 driverArnd Bergmann2021-02-033-465/+0
| * clocksource/drivers/davinci: Move pr_fmt() before the includesBartosz Golaszewski2021-01-181-3/+2
| * clocksource/drivers/efm32: Drop unused timer codeUwe Kleine-König2021-01-183-288/+0
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+1
|\ \
| * | timekeeping: remove arch_gettimeoffsetArnd Bergmann2020-10-301-1/+1
* | | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-153-10/+10
|\ \ \ | |_|/ |/| |
| * | PM: domains: Rename pm_genpd_syscore_poweroff|poweron()Ulf Hansson2020-11-103-10/+10
| |/
* | clocksource/drivers/sh_cmt: Fix potential deadlock when calling runtime PMNiklas Söderlund2020-12-071-4/+14
* | clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1....Keqian Zhu2020-12-051-7/+16
* | clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sneKeqian Zhu2020-12-051-2/+2
* | clocksource/drivers/dw_apb_timer_of: Add error handling if no clock availableDinh Nguyen2020-12-051-18/+39
* | clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBIKefeng Wang2020-12-031-1/+1
* | clocksource/drivers/ingenic: Fix section mismatchDaniel Lezcano2020-12-031-1/+1
* | clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai2020-12-031-9/+9
* | clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang2020-12-031-3/+8
* | clocksource/drivers/nps: Remove EZChip NPS clocksource driverVineet Gupta2020-12-033-295/+0
* | clocksource/drivers/sp804: Use pr_fmtKefeng Wang2020-12-031-4/+7
* | clocksource/drivers/sp804: Correct clk_get_rate handleKefeng Wang2020-12-031-9/+1
* | clocksource/drivers/sp804: Use clk_prepare_enable and clk_disable_unprepareKefeng Wang2020-12-031-11/+2
* | clocksource/drivers/sp804: Make some symbol staticKefeng Wang2020-12-031-3/+2
* | clocksource/drivers/sp804: Add static for functions such as sp804_clockevents...Zhen Lei2020-12-031-6/+6
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-2/+2
|\
| * hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functionsMohammed Gamal2020-09-281-2/+2
* | Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-124-70/+186
|\ \
| * | clocksource/drivers/armada-370-xp: Use semicolons rather than commas to separ...Julia Lawall2020-10-021-4/+4
| * | clocksource/drivers/mps2-timer: Use semicolons rather than commas to separate...Julia Lawall2020-10-011-3/+3
| * | clocksource/drivers/sp804: Enable Hisilicon sp804 timer 64bit modeZhen Lei2020-09-242-0/+17
| * | clocksource/drivers/sp804: Add support for Hisilicon sp804 timerZhen Lei2020-09-241-0/+27
| * | clocksource/drivers/sp804: Support non-standard register offsetZhen Lei2020-09-242-26/+108
| * | clocksource/drivers/sp804: Prepare for support non-standard register offsetZhen Lei2020-09-241-6/+11
| * | clocksource/drivers/sp804: Remove a mismatched commentZhen Lei2020-09-241-1/+0
| * | clocksource/drivers/sp804: Delete the leading "__" of some functionsZhen Lei2020-09-241-12/+15
| * | clocksource/drivers/sp804: Remove unused sp804_timer_disable() and timer-sp804.hZhen Lei2020-09-241-7/+0
| * | clocksource/drivers/sp804: Cleanup clk_get_sys()Kefeng Wang2020-09-241-20/+10
| |/
* | clocksource: clint: Export clint_time_val for modulesPalmer Dabbelt2020-09-291-0/+1
* | Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-273-22/+25
|\ \
| * | clocksource/drivers/timer-gx6605s: Fixup counter reloadGuo Ren2020-08-241-0/+1
| * | clocksource/drivers/timer-ti-dm: Do reset before enableTony Lindgren2020-08-241-21/+23